Frontend Routes - saipat/Eton GitHub Wiki

Home page and User authentication

  • / - Splash or Home page
  • /login - SessionForm
  • /signup - SessionForm

Note Component

  • /notes - List of all Notes
    • /:id - Show, Update and Delete a Note
    • /notebooks/:notebookId - List of Notes for the specific notebookId
    • /tags/:tagId - List of Notes for specific tagId
    • /new - Create a new Note

NoteBook Component

  • /notebooks - List of all Notebooks and the count of notes
    • /new - Creates a new Notebook
    • /:id - Update(Rename) and Delete a Notebook

Tags Component

  • /tags - List of all Tags in alphabetical order and its count
    • /:id - Delete a Tag