Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First release checklist #1

Open
7 of 11 tasks
ef4 opened this issue Apr 10, 2023 · 0 comments
Open
7 of 11 tasks

First release checklist #1

ef4 opened this issue Apr 10, 2023 · 0 comments

Comments

@ef4
Copy link
Owner

ef4 commented Apr 10, 2023

  • offer a test-support API that can set initial params and assert about current params (all talking about the strings in the URL, not the values in the models)
  • maybe make the param order stable. Right now the URL bar can visually flicker when the order changes as params go from unclaimed to claimed. I don't think this actually breaks anything but it annoys me.'
  • backfill some test coverage
  • write a readme
    • the core decorator trackedParam
    • the included other types: bool and number
    • how to use createTrackedParam to customize and create more types
    • installation with location setup
    • using with other custom locations
    • how we fall back to a normal tracked property when no routing is around us, and the test facilities for controlling this
  • allow configurable interop with classic query params: explicit opt-in and/or opt-out lists of params so that we can decide which ones to handle in this addon and which ones to let the classic router handle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant