Closed pwhittlesea closed 12 years ago
@xycaleth Want to take this on as your first task? Would be a good mix of backend and front end?
Sure, why not.
Just to clarify, it would be best to actually move the functions to the settings controller (May involve importing the 'Users' model), not just set up routing aliases :P
Which of the links in the users sidebar do we want to link to /settings/pagename? At the moment, I'm doing edit details, edit password and edit theme. Do we want to change the delete account to something like, /settings/delete_account, and route the ssh keys from /users/sshkeys/xxx to /settings/sshkeys/xxx?
I ended up just renaming some of the actions, and re-routing some of the addresses to /account/xxx instead!
Currently we have URLS like:
Which looks really messy. I would suggest:
I know its a minor thing, but I think it would make DevTrack look less bodged.