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

router.js: improve usability for devs #3997

Open
3 tasks
BacLuc opened this issue Oct 21, 2023 · 0 comments
Open
3 tasks

router.js: improve usability for devs #3997

BacLuc opened this issue Oct 21, 2023 · 0 comments

Comments

@BacLuc
Copy link
Contributor

BacLuc commented Oct 21, 2023

  • the helpers should be organized along their dependencies. (all routes that need a camp should be in campRouteHelper, all routes that need a materialList should be in materialListHelper).
  • all routes which need a camp should have camp at the start of their route name, independent if they are a child page of /camp or not.
  • Maybe use exportable constants for the static parts of a route, that we can change the content of the static part, we see the usages without ctrl+f, and also see if something is unused.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Design
Development

No branches or pull requests

1 participant