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

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

Refactor `upload CSV to Office Hours` to using the provided CSV service using model `tutor assignment upload` #281 #301

Open samliangsk opened 3 years ago

samliangsk commented 3 years ago

User Story

As an admin, I can upload a CSV containing all office hours data for ULA's so that I can speed up the process of adding office hours data to the app. As a programmer, it would be better if we use the provided service if there already exists one. So that we could increase readability and minimize the file size.

Discussion

On the office hours page, we already have the ability to upload a CSV to speed up the process of creating courses. While it would be better if this is refactored into the preferred format.

Acceptance Criteria

Implementation Todos

Front end:

Back end:

Testing: