Skip to content

Commit 9f3044b

Browse files
Version 6 Release 🧉
In The Version 6 of the Niyoga app the method's functionality has been changed to marking all task green. On the other side a new method is on board , which will do exactly the opposite of , meaning will remove green from all tasks. Issue :- Although the app now hot three methods to increase productivity, the backend json server is not really able to handle repeated tens requests. Hence when the app has many tasks listed the methods will not work properly. This will fixed in the next versions, as we will use other servers.
1 parent 9b9f508 commit 9f3044b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DevNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ The Version 4 `Begni` now gives the user option to Edit the tasks.
3030
The Version 5 `Piyaji` of the Niyoga app has a backend support and all the data get's fetch from a json server. In result, the app will have all the data preserved even if the app is closed.
3131
The custom methods are restored as well. The methods will delete all the data from the database.
3232

33+
## Version 6 Chopp 🧉
34+
In The Version 6 `Chopp` of the Niyoga app the `alldone()` method's functionality has been changed to marking all task green. On the other side a new method is on board `allundone()`, which will do exactly the opposite of `alldone()`, meaning will remove green from all tasks.
35+
36+
Issue :- Although the app now hot three methods to increase productivity, the backend json server is not really able to handle repeated tens requests. Hence when the app has many tasks listed the methods will not work properly. This will fixed in the next versions, as we will use other servers.
3337

3438

3539
---

0 commit comments

Comments
 (0)