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

Fix the users controller routing #41

Closed
netsensei opened this issue Jan 20, 2018 · 0 comments
Closed

Fix the users controller routing #41

netsensei opened this issue Jan 20, 2018 · 0 comments

Comments

@netsensei
Copy link
Contributor

Detailed description

The users controller uses this routing:

/user/users
/user/users/new
/user/users//show

This is confusing and complicated. The routing should be made simpler:

/user
/user/new
/user/
/user//edit
/user//delete

Context

Refactoring the routing paths, would simplify the way users are added. Make it more understandable. Also, there's this second-level "navigation" sidebar in the Users section with just one menu item "users", to get to the second level (user/users) which could be deprecated, making the interface less cluttered.

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