ProfZijlstra / video_site

MIT License
3 stars 1 forks source link

Delete Offering #20

Closed ProfZijlstra closed 1 year ago

ProfZijlstra commented 1 year ago

I created the initial UI for this, but then realized most of the work will be writing all the code to clean-up the back-end.

Deleting an offering also means:

Deleting a day also means:

Deleting a quiz also means:

Deleting a question also means:

Deleting a class_session also means:

Deleting a meeting also means:

ProfZijlstra commented 1 year ago

Just realized I could just make a soft delete by adding an active flag on offering...

ProfZijlstra commented 1 year ago

Just pushed the soft delete solution