ucsb-cs156-s21 / proj-ucsb-cs-las

https://proj-ucsb-cs-las.herokuapp.com/
MIT License
2 stars 3 forks source link

Hide the Tutor Table and Display the Message when the tutor table is empty #258

Open samliangsk opened 3 years ago

samliangsk commented 3 years ago

User Story

As a User when I see the empty table in the Tutor page, I got confused. 1. it is ugly to have a table which is empty. 2. It would be confusing since I don't know if the table is really empty or the there are some problem with the web.

Discussion

On the Tutor page we would like to see a hint or notification stating that "You have no current Tutor or we encountered an error; please reload the page and try again."

Along with the notification, we should have New Tutor button and Upload Tutor as CSV button available so that Admins can add new Tutors.

Acceptance Criteria

Implementation Todos

Front end:

Testing:

...