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

From Soma-notes
Jump to navigation Jump to search
m (There was a small edit to make the question more understandable.)
Line 12: Line 12:
# [1] Fix the "Delete" button.
# [1] Fix the "Delete" button.
# [1] Fix "Change Username" so it doesn't generate a 500 error.
# [1] Fix "Change Username" so it doesn't generate a 500 error.
# [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).
# [1] Fix "Change Username" so that it puts a "'s" to the end of the username in the page title immediately after successfully changing the username (i.e., without requiring the page to be reloaded).
# [2] Fix "Change Username" so it updates the users collection as well as the notes collection.
# [2] Fix "Change Username" so it updates the users collection as well as the notes collection.
# [BONUS 1] Regenerate the keys so they have the same basic metadata except that the contact email address is yours.  (Don't try to make the creation and expiry dates or the key hash the same.  Focus on the data that is normally entered when creating a certificate.)
# [BONUS 1] Regenerate the keys so they have the same basic metadata except that the contact email address is yours.  (Don't try to make the creation and expiry dates or the key hash the same.  Focus on the data that is normally entered when creating a certificate.)

Revision as of 10:58, 31 March 2015

This assignment is not yet finalized.

10 points + 1 bonus

Fix tls-notes

  1. [1] Make the server connect using TLS.
  2. [1] Make the "Register" button work.
  3. [1] Fix the password entry field so it is the same width as the username entry field.
  4. [1] Make the Edit Note screen show the old note title.
  5. [1] Fix the "New Note" button.
  6. [1] Fix the "Delete" button.
  7. [1] Fix "Change Username" so it doesn't generate a 500 error.
  8. [1] Fix "Change Username" so that it puts a "'s" to the end of the username in the page title immediately after successfully changing the username (i.e., without requiring the page to be reloaded).
  9. [2] Fix "Change Username" so it updates the users collection as well as the notes collection.
  10. [BONUS 1] Regenerate the keys so they have the same basic metadata except that the contact email address is yours. (Don't try to make the creation and expiry dates or the key hash the same. Focus on the data that is normally entered when creating a certificate.)