Skip to content

Implementing Soft Delete: Setting Deletion Status Flag on Schedules #5

@bhattmanish98

Description

@bhattmanish98

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions