
Smolder::Control::Developer::Prefs

Controller module for dealing with developer preferences

Show the form to allow a developer to change their password. Uses the Developer/Prefs/change_pw.tmpl template.
Handled the incoming data from the change_pw run mode.
If it passes validation then it updates the database and then returns to the change_pw mode.
Show all of the preferences for each project that this developer is assigned to. Uses the Developer/Prefs/show.tmpl template.
This run mode will return a JSON header which contains the name-value pairs for this preferences data.
Update the information coming from the show run mode.
If validation passes,
the database is updated and the show run mode is returned.