invainn / ARIA

CS 425 - CS 426 Project
0 stars 1 forks source link

[Portals] -- Show portal content based on role #105

Closed njirwin closed 5 years ago

njirwin commented 5 years ago

Currently, we only have a fully-functional customer portal.

  1. The application needs to be updated to support all three roles (customer, teacher, and admin).
  2. The shell and portal should be updated to render content conditionally based on the role type.
  3. A button should be added for role switching (for demo and testing purposes).
  4. Each drawer should contain drawer tabs and content that reflects the currently selected role.
njirwin commented 5 years ago
  1. Duplicate links currently for the three roles (can they be combined while having unique routes?) -See App.js for further clarification under the SP-Shared Portals section.
njirwin commented 5 years ago

Parts 1,2, and 4 have been implemented. Part 3 is no longer needed. Closing this issue.