Currently, whenever we wish to delete a schedule, we perform a hard delete by removing the record from the database. However, completely removing the record from the database is not advisable, as we may need it for audit purposes. Therefore, we aim to implement the soft delete feature for schedules.
Currently, whenever we wish to delete a schedule, we perform a hard delete by removing the record from the database. However, completely removing the record from the database is not advisable, as we may need it for audit purposes. Therefore, we aim to implement the soft delete feature for schedules.