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: DevNotes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@ The custom methods are restored as well. The methods will delete all the data fr
37
37
---
38
38
39
39
40
-
## Version 5s Planning
40
+
## Version 6 Planning
41
41
***Name** -
42
42
***Major Updates** - The alldone() method will mark all tasks green rather than deleting it. And the backend server will be updated the status done so that whenever app is reloaded the green tasks remains green.
43
43
44
44
### How will we achieve this -
45
45
1. We will create a new field in the task objects in the server as `status`. This data field will be a boolean `data type`.
46
46
1. The status will remain `false` as default.
47
47
1. Whenever the card is clicked (the `clickHandler()` function is invoked in the TaskCard component) the server will get a put request of toggling the `status` data.
48
-
1. Change the functionality of `alldone()` method to mark all task's status as true.
48
+
1. Change the functionality of `alldone()` method to mark all task's status as true.
0 commit comments