You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-5Lines changed: 26 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ The ultimate goal of a task management application is to empower users to manage
21
21
-[x] Task Creation and Organization:
22
22
Allow users to create tasks easily and organize them based on different parameters such as due dates, priority, categories, and projects.
23
23
24
-
- Task Tracking and Status Updates:
24
+
-[x]Task Tracking and Status Updates:
25
25
Enable users to track the progress of their tasks, update task statuses (e.g., to-do, in progress, completed), and get a clear overview of tasks that need attention.
26
26
27
-
- Deadline Management:
27
+
-[x]Deadline Management:
28
28
Help users keep track of task deadlines by providing reminders, notifications, and a clear visualization of upcoming due dates.
29
29
30
30
- Collaboration and Sharing:
@@ -33,10 +33,10 @@ Facilitate collaboration among teams by allowing users to assign tasks to collea
33
33
- Time Management:
34
34
Provide tools to estimate and track the time required to complete tasks, helping users allocate their time effectively and avoid overloading themselves.
35
35
36
-
- Prioritization and Sorting:
36
+
-[x]Prioritization and Sorting:
37
37
Allow users to set task priorities and sort tasks based on importance, urgency, or custom criteria, aiding in making informed decisions about task order.
38
38
39
-
- Customization:
39
+
-[x]Customization:
40
40
Offer flexibility in customizing task categories, labels, tags, and views to match users' preferred workflows and organizational methods.
41
41
42
42
- Data Visualization and Insights:
@@ -110,4 +110,25 @@ The following endpoints are available in the API:
110
110
-`api/task/task_view/` (GET): getting all task owned by the logged in user in order or priority and deadline if provided.
111
111
-`api/task/task_detail/` (GET): getting a single task.
112
112
-`api/task/task_detail/` (PUT): updating a task.
113
-
-`api/task/task_detail/` (DELETE): deleting a task.
113
+
-`api/task/task_detail/` (DELETE): deleting a task.
0 commit comments