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

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

Swagger Backend Delete Course by PSID and Enroll Code #36

Closed kmflippo closed 1 month ago

kmflippo commented 1 month ago
  1. In courses controller, add an additional delete
  2. Discover id of the courses row using input ex. look at id 0, if the psid and enroll code are correct, id 0 is our id to delete. Otherwise go to id 1 and check that
  3. Emulate the current delete to make sure that connected courses (sections and lectures) are deleted