Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Releases: JMaio/task-tiles

v0.2

01 May 19:52
Compare
Choose a tag to compare

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

29 Apr 16:43
Compare
Choose a tag to compare

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.