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:
Note: Since it is a large task, separate PRs shall be created for each field, iteratively.
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:
Note: Since it is a large task, separate PRs shall be created for each field, iteratively.