Skip to content

Add is_active Flag to Tasks (Soft Delete) #7

@ganidande905

Description

@ganidande905

Instead of deleting tasks, mark them inactive.
Inactive tasks won’t show in frontend but remain in DB.

To Do:

  • Add is_active: bool = True to Task model
  • Filter only active tasks in /tracks/{id}/tasks

Metadata

Metadata

Assignees

No one assigned

    Labels

    databaseMigrations, table changes, queriesenhancementImprove an existing featurepriority: lowNice to have, but not urgent

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions