Skip to content

Make Task Model Fields Editable on Frontend and Backend #166

@its-me-abhishek

Description

@its-me-abhishek

Description:
Currently, the Task model has several fields, but not all are editable consistently. Some fields are editable only on the backend, some only on the frontend, and some aren’t editable at all. The goal is to make the as many fields editable on both frontend and backend as possible (some might not be able to, due to conflicts in data types, etc.).

Fields to Make Editable:

  • Description (description)
  • Project (project)
  • Tags (tags)
  • Status (status)
  • Urgency (urgency)
  • Priority (priority)
  • Due (due)
  • Start (start)
  • End (end)
  • Entry (entry)
  • Wait (wait)
  • Depends (depends)
  • RType (rtype)
  • Recur (recur)
  • Annotations (annotations)

Note: Since it is a large task, separate PRs shall be created for each field, iteratively.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendSomething isn't working on the backendfrontendSomething isn't working on the frontend

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions