evscott / aedibus-api-old

To see this projects Kanban board install the Zenhub Chrome/Firefox extension.
0 stars 0 forks source link

Improve handler/routes categorization #63

Open evscott opened 4 years ago

evscott commented 4 years ago

Right now handlers/routes are divided into three categories:

  1. Instructor
  2. Student
  3. General

This is counterproductive as many handlers could be belong to any of these categories. There is certainly a better way of separating handlers.

evscott commented 4 years ago

Categorization idea

Group handlers/routes by levels of security, e.g.:

Level 2

Level 1