Releases: JMaio/task-tiles
v0.2
Creating, updating, and deleting tasks and tiles is now supported in the frontend.
Changes are propagated immediately.
Actions are confirmed with Success or Error snackbars.
The SQLite database file is attached below for testing quickly (place at backend/
).
User credentials:
- Username:
admin
- Password:
admin
Screenshots provided in README.md.
Prototype
This version implements a backend and frontend for Tiles and Tasks.
Only editing is supported in the frontend.
Changes are propagated immediately.
Create / Delete actions have placeholder UI elements that would be straightforward to set up using the existing client API and forms, but were left out because of time constraints.
The SQLite database file is attached below for testing quickly (place at backend/
).
User credentials:
- Username:
admin
- Password:
admin
Screenshots provided in README.md.