ucsb-cs156-f24 / proj-rec-f24-05

0 stars 0 forks source link

FEATURE: Admins can see all recommendation requests from students #5

Closed github-actions[bot] closed 1 day ago

github-actions[bot] commented 1 day ago

Have you updated the title?

As a...

admin

I can...

see all recommendation requests in the application

So that...

I can monitor and make sure the requests are appropriate

Discussion

There are three users in this application: students, professors, and admins.

Students submit requests to professors and professors can only see requests submitted directly to them. On the flipside, admins should be able to see ALL requests.

Acceptance Criteria

An example from gauchoride (https://gauchoride-qa.dokku-00.cs.ucsb.edu):

Screenshot 2024-11-13 at 12 58 51 PM

Implementation Todos

Frontend:

Backend:

Testing:

Corresponds to Epic #1