Skip to content

Add status to tasks #16

@RignonNoel

Description

@RignonNoel

For the moment we can only set a task to True or False, it could be nice to have a status management.

MODEL

  • Create a new model Status (project_id and name)
  • Delete field open on Task model
  • Add a new foreign key status to the new model Status

API

  • Add call to add a new status on a project
  • Add a call to list status of a given project
  • Add a call to remove status
  • Add a call to edit status
  • Refactor Task calls to manage status and stop use open field

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions