Modify - brendanoc21/notes-app GitHub Wiki

Instructions

Modifying contains update, delete or archive/activate a note. Modifying can be accessed by inputting 3 on the menu. This will prompt the user with a sub menu containing:

  1. Update
  2. Archive/Activate
  3. Delete

By inputting their respective integers you can access their functions.

  • Update requires the index of a note and then inputting new title, priority, category and contents.
  • Archive/Activate requires the index of the note to be modified.
  • Delete requires the index of a note to be erased.