ucsb-cs156-s24 / proj-courses-s24-4pm-3

https://ucsb-cs156-s24.github.io/proj-courses-s24-4pm-3/
0 stars 0 forks source link

FEATURE: Added Delete Button to PersonalSchedules page (pt.1) #43

Closed tim-choi closed 1 month ago

tim-choi commented 1 month ago

Before, there was no way to delete a course form your schedule from the personal schedules page. You could only delete a course form the courses page, which was not optimal.

In this PR, I add a column with a delete button for each course under each personal schedule.

Dokku link: https://proj-courses-timchoi-dev.dokku-03.cs.ucsb.edu/

Screenshot 2024-05-26 at 9 02 03 PM

Closes #22

tim-choi commented 1 month ago

Can we get a dokku deployment for this PR? Note that whenever this gets merged, the staff can move forward with reviewing and merging #44

https://proj-courses-timchoi-dev.dokku-03.cs.ucsb.edu/ Yes!

pconrad commented 1 month ago

Can we get a dokku deployment for this PR? Note that whenever this gets merged, the staff can move forward with reviewing and merging #44

https://proj-courses-timchoi-dev.dokku-03.cs.ucsb.edu/ Yes!

Please put these dokku links in the description up top where we can find them.

tim-choi commented 1 month ago

Code currently seems broken on in deployment. This is the error I see. Screenshot 2024-05-29 at 5 08 34 PM

The PR is just adding the delete button to the table, I have the functionality in a different PR