Skip to content

Commit 74dbf41

Browse files
authored
Update assignment description
1 parent bd7d8bc commit 74dbf41

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ NodeJS - https://nodejs.org/en/download/
2828

2929
Your assignment is to improve this todo list application. At the moment the application is simple and can only create and remove todos.
3030
As is, nothing is persisted in the server. As a result all state is cleared when refreshing the page!
31+
Below follows one main task and 4 additional tasks. Your assignment is to complete the main task together with at least 2 out of 4 of the additional tasks.
3132

32-
Below are some suggested improvements:
33+
### Main Task
3334

34-
- Persist todos on the server. Persisting in a database is not required. (Simple js structures on the server is fine). If a database is desired an in memory database is provided. (lokijs)
35+
Persist todos on the server. Persisting in a database is not required. (Simple js structures on the server is fine). If a database is desired an in memory database is provided. (lokijs)
36+
37+
### Additional tasks
3538
- Make it possible to indicate that a todo is completed.
3639
- Indicate that a todolist is completed if all todo items within are completed.
3740
- Don't require users to press save when an item is added or deleted from the todolist. (Autosave functionality)

0 commit comments

Comments
 (0)