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

Reorganise account management #19

Open
sebtesobe opened this issue Mar 15, 2016 · 0 comments
Open

Reorganise account management #19

sebtesobe opened this issue Mar 15, 2016 · 0 comments

Comments

@sebtesobe
Copy link
Contributor

Currently, the management pages are somewhat disorganised in URL and naming (base URL is the specific account):

  • /permissions
    • Grant access to views to specific users
    • PermissionManagement.scala + permissions.html
  • /permissions/create
    • Add user to which access to views can be granted
    • CreatePermissionForm.scala + permissions/create.html
  • /management
    • Manage counterparties
    • Management.scala + management.html
  • /views/list
    • Manage permissions on views and add/delete/edit views
    • ViewsOverview.scala + views/list.html
  • /settings
    • Manage account settings (currently only the account label)
    • AccountSettings.scala + settings.html

Maybe these URLs (and accordingly named scala snippet files) would be better:

/manage/counterparties
/manage/settings
/manage/views (old ViewsOverview)
/manage/views/users
/manage/views/users/add

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