Skip to content

UI Design Notes

Albert Kragl edited this page Nov 24, 2019 · 4 revisions

Student routes

  1. /student/home

    • The student's homepage.
  2. /student/profile

    • A page where the student can view their profile and make edits.
    • The page could display an overview of their co-op terms.
  3. /student/coops

    • A page where the student can view their co-op terms in more detail.
  4. /student/coops/<id>

    • A page where the student can view a specific co-op term in more detail.
  5. /student/reports

    • A page where the student can view their submitted reports and make changes if desired.

Admin routes

  1. /admin/home

    • The admin's homepage.
  2. /admin/profile

    • A page where the admin can view their profile and make edits.
  3. /admin/coops/view

    • A page where the admin can view and filter co-ops by various parameters.
  4. /admin/notifications

    • A page where the admin can send notifications.
Clone this wiki locally