Skip to content

Commit

Permalink
change FE requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nvcnvn committed Jun 30, 2020
1 parent 5e01c08 commit f2e231b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Example: users are limited to create only 5 task only per day, if imit reached,
- Write unit test for `services` layer
- Change from using `SQLite` to `Postgres` with `docker-compose`
#### Frontend requirements
- Login interface
- Token management state using `Redux`
- UI for list/create tasks
- Implement in React with hooks (+ Typescript is a plus)
- A login interface
- A list/create tasks interface
- Nice state management mechanism
#### Optional requirements
- Write unit test for `storages` layer
- Split `services` layer to `use case` and `transport` layer
Expand Down

0 comments on commit f2e231b

Please sign in to comment.