Skip to content

Commit

Permalink
Update assignment description
Browse files Browse the repository at this point in the history
  • Loading branch information
JStonevalley committed Nov 26, 2018
1 parent bd7d8bc commit 74dbf41
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ NodeJS - https://nodejs.org/en/download/

Your assignment is to improve this todo list application. At the moment the application is simple and can only create and remove todos.
As is, nothing is persisted in the server. As a result all state is cleared when refreshing the page!
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.

Below are some suggested improvements:
### Main Task

- 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)
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)

### Additional tasks
- Make it possible to indicate that a todo is completed.
- Indicate that a todolist is completed if all todo items within are completed.
- Don't require users to press save when an item is added or deleted from the todolist. (Autosave functionality)
Expand Down

0 comments on commit 74dbf41

Please sign in to comment.