-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
aaxzheng edited this page Nov 11, 2018
·
2 revisions
- Root
- App
- Sidebar
- Main Components
- App
Main Components include the below routes which consists of the note index and text editor
-
/- Homepage / Splash
-
/login- SessionForm
-
/logout- SessionForm
-
/notes- NoteIndex
- NoteIndexItem
- NoteIndex
-
/notes/:noteId- NoteForm -- This will handle both showing and editing the note since the note is just one persistent text form
-
/notebooks- NotebookIndex
- NotebookIndexItem
- NotebookIndex
-
/tags- TagsIndex
- TagsIndexItem
- TagsIndex