Difference between revisions of "WebFund 2015W: Assignment 10"

From Soma-notes
Jump to navigation Jump to search
(Created page with "'''This assignment is not yet finalized.''' 10 points Fix [http://homeostasis.scs.carleton.ca/~soma/webfund-2015w/code/tls-notes.zip tls-notes] # [1] Make the "Register" bu...")
(No difference)

Revision as of 00:17, 29 March 2015

This assignment is not yet finalized.

10 points

Fix tls-notes

  1. [1] Make the "Register" button work.
  2. [1] Fix the password entry field so it is the same width as the username entry field.
  3. [1] Make the Edit Note screen show the old note title.
  4. [1] Fix the "New Note" button.
  5. [1] Fix the "Delete" button.
  6. [1] Fix "Change Username" so it doesn't generate a 500 error.
  7. [1] Fix "Change Username" so that it puts a "'s" in front of the username in the page title immediately after successfully changing the username (i.e., without requiring the page to be reloaded).
  8. [1] Fix the styling of the Cancel button on the Change Username screen.
  9. [2] Fix "Change Username" so it updates the users collection as well as the notes collection.