jonbiemond / BCIT-Flex

A website for easily navigating BCIT courses and offerings.
https://www.bcitflex.tech
MIT License
10 stars 8 forks source link

Add soft deletes #42

Closed jonbiemond closed 11 months ago

jonbiemond commented 1 year ago

Add a deleted_at field to web scraped objects so they can be soft deleted when not returned by a web scrape. Additionally configure a SQLAlchemy hook to only return active Courses and Offerings in queries.

Depends on #28

jonbiemond commented 11 months ago

Closed by https://github.com/jonbiemond/BCIT-Flex/pull/49