Skip to content

Files

Latest commit

7c2b495 · May 31, 2016

History

History
7 lines (5 loc) · 437 Bytes

feature_overview_note_details.md

File metadata and controls

7 lines (5 loc) · 437 Bytes

Feature Overview: Note Details

We want to be able to add more note content. We'll do this by creating a unique page for each note. To do this, we are going to do the following:

  • Add note details route - a unique page for each note.
  • When we create a note, automatically display the new note (redirect to the note page), so we can add note content.
  • Update our list to display the note title and have it link to the details page.