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 duplicate a course in the courses table #194

Open WadeVaresio opened 3 years ago

WadeVaresio commented 3 years ago

User Story

As an admin I can duplicate an existing course so that I can easily create a new course by simply modifying some of the fields

Discussion

Oftentimes courses are similar, i.e. same professor, same time, etc. that it is advantageous for users to be able to duplicate an already existing course and modify some of the fields to speed up the course creation process.

You may choose to split up this issue by splitting up the frontend and backend tasks.

Acceptance Criteria

Implementation Todos

Front end:

Back end:

Testing: