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

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

Room Slot CSV Upload #239

Open JacquelineMai opened 3 years ago

JacquelineMai commented 3 years ago

User Story

As an instructor I can upload a CSV of room slot entries so that I can quickly populate the database with room slots from a spreadsheet. A CSV is a "comma-separated values" file that represents the contents of a spreadsheet in text format.

Acceptance Criteria

Implementation Todos

Front end:

Back end:

Testing:

JacquelineMai commented 3 years ago

You might use this PR as a reference: https://github.com/ucsb-cs156-s21/proj-ucsb-cs-las/pull/168 Remember that you're not required to do it in this way, so feel free to bring your own ideas or approaches.