-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
Micah Jaffe edited this page Dec 11, 2018
·
3 revisions
- Root
- App
- Navbar
- Main component
- Footer
- App
-
/
Splash
-
/login
SessionForm
-
/signup
SessionForm
-
/notebooks/:notebookId
(main app page)-
NotesIndex
-- filtered to only selected notebookNotesIndexItem
-
NoteForm
-- create new note in selected notebook-
TagForm
-- create new tag for selected note
-
-
-
/notebooks
(notebooks index page)-
NotebookIndex
NotebookIndexItem
-
-
/tags
(tags index page)-
TagsIndex
TagsIndexItem
-
-
/notes
(post-MVP, for All Notes feature)-
NotesIndex
NotesIndexItem
NoteForm
-