SENG499-COMPANY4 / frontend

A course scheduler created for the University of Victoria Software Engineering department.
http://seng-scheduler.web.app
3 stars 3 forks source link

New admin inbox #86

Closed vijaivir closed 1 year ago

vijaivir commented 1 year ago

Screenshot 2023-07-26 at 4 23 26 PM

Calls the /preferences Api and checks for any non-empty preferences. Then the inbox is updated with the professor name and preferences string. The delete icon doesn't currently work as the api does not support post or put from the admin side. Also, the profile images will be the same for all professors.

vijaivir commented 1 year ago

I'm going to quickly replace to photo with a generic icon

Good call thanks!