A server for simple Todo tracking.
2020-2023 Denis Meyer, https://github.com/CallToPower
- Collaboration spaces for a group of users
- A workspace contains lists
- Collaboration in a workspace for a specific task for the group of users of the workspace
- A list contains todos
- Basic todo entity
- Containing e.g. a message and a due date
- Roles for API authentication
- Current roles for authentication are ADMIN and USER
- Users have a role
- Users work together in different workspaces
- There are no admin users for workspaces, lists and todos
- All users in a workspace can create/edit/delete everything, including the workspace.
This software is provided via docker. More information in the producation and development documentation.
Available docker images:
- calltopower/simpletodo-flyway:1.9.2
- calltopower/simpletodo-db:1.9.2
- calltopower/simpletodo-server:1.9.2
- calltopower/simpletodo-ng:1.9.2
The initially created user/password combination is: Admin/password1
See README-DEV.md.