-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
backendSomething isn't working on the backendSomething isn't working on the backendfrontendSomething isn't working on the frontendSomething isn't working on the frontend
Description
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
Labels
backendSomething isn't working on the backendSomething isn't working on the backendfrontendSomething isn't working on the frontendSomething isn't working on the frontend