Settings page - skytreader/Librarian GitHub Wiki

The settings page will manage both user-wide and app-wide settings. The app-wide settings are only available to users with execute permission (a.k.a "head" librarians).

Account Settings

The account settings page will enable the user to do the following:

  • Change password.

App Settings

The app settings section will allow a user to set the following:

  • Specify if input on titles and author names will be Librarian order (e.g., "Gaiman, Neil", "Kindly Ones, The") or Book-Cover order (e.g., "Neil Gaiman", "The Kindly Ones"). This will decide how the code parses the input for submission to a database including determining first and last names, determining input delimeters, etc.

For the moment, while this functionality is not yet up, we'll take the names to be in Librarian order and the name delimiters to be semicolons (;).

TODO:

  • Think up of better names for the orders mentioned above.