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

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

Add Ability to Upload CSV of Courses to Courses Page #220

Closed WadeVaresio closed 3 years ago

WadeVaresio commented 3 years ago

User Story

As an admin I can upload a CSV containing all courses with ULA's so that I can speed up the process of adding courses to the app.

Discussion

On the courses page, there is currently only the feature to download a CSV, it would be nice to have the ability to upload a CSV to speed up the process of creating courses.

The CSV upload should support CSV's with data of: course, quarter, professor (first and last name), as well as the professor's email.

Acceptance Criteria

Implementation Todos

Front end:

Back end:

Testing:

WadeVaresio commented 3 years ago

My apologies, this has already been implemented, please see your teams Kanban board for a new story.