Block a user
Maak een tasklist component
There is only a Task entity. The elements of Task are:
- date created
- task id
- title
- assigned to user
- state (NEW, ASSIGNED, COMPLETED) maybe more states
- task payload in json
Opera…
Maak een tasklist component
We will implement authentication in a later fase. Only support assigning tasks to users for now. Later we will add the support of roles. As a persistance technology please use PostgreSQL. The…