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

Consistent route structure #78

Open
Tracked by #136
velrest opened this issue Jun 30, 2021 · 0 comments
Open
Tracked by #136

Consistent route structure #78

velrest opened this issue Jun 30, 2021 · 0 comments
Assignees
Labels

Comments

@velrest
Copy link
Contributor

velrest commented Jun 30, 2021

Our current route structure is very chaotic and inconsistent. The entrance tree should be the standard:

  • the actual form is in /edit/index and not in /edit/form
  • linked-buildings should just be buildings
  • building should be a sub route of project if possible
addon/routes
├── application.js
├── building
│   ├── edit
│   │   ├── dwelling
│   │   │   ├── edit.js
│   │   │   └── new.js
│   │   ├── dwelling.js
│   │   ├── dwellings.js
│   │   ├── entrance
│   │   │   ├── edit
│   │   │   │   ├── index.js
│   │   │   │   └── link-street.js
│   │   │   ├── edit.js
│   │   │   └── new.js
│   │   ├── entrance.js
│   │   ├── entrances.js
│   │   ├── form.js
│   │   └── index.js
│   ├── edit.js
│   └── new.js
├── building.js
├── project
│   ├── form.js
│   ├── index.js
│   ├── linked-buildings.js
│   └── new.js
├── project.js
├── search-building.js
└── search-project.js
@velrest velrest self-assigned this Jun 30, 2021
@velrest velrest mentioned this issue Oct 15, 2021
9 tasks
@velrest velrest added the enhancement New feature or request label Oct 15, 2021
@velrest velrest added refactor and removed enhancement New feature or request labels Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant