Rather than allow educators to actually delete the class object in the database, we should just mark the active flag as false. We should then create an ActiveClasses view that only returns active classes, and use that in our various queries for fetching data.
Rather than allow educators to actually delete the class object in the database, we should just mark the
activeflag as false. We should then create anActiveClassesview that only returns active classes, and use that in our various queries for fetching data.