Releases: hauke96/simple-task-manager
Releases · hauke96/simple-task-manager
v0.8.0
New features and things in 0.8.0:
- User can now upload files to create tasks #4
- User can now add a project description #18
- When working alone, no user assignment is needed #27
- Wrapping of errors in the server #26
- Using array types in database scheme
- Prevent SQL injection
- More validation hints #32
- Added documentation about architecture #9
- Bugifx: Invitation dialog is only visible to owner #31
v0.7.0
0.6.0
v0.5.2
0.5.0
New features in 0.5.0:
- Added a database. Changes can now be stored persistently.
- Refactoring of the storage architecture. The in-memory store still exists and can be used e.g. for testing purposes.
- Enhanced error handling in the server
- Updates existing tests and added new ones
- Some bug fixes
- Added more documentation
0.3.1
0.3.0
This Release finishes the third stage mainly adding the server backend in golang but all new features are:
- Moved authentication to (new) server
- Get user information from server
- Get data from server (projects, tasks)
- Assign/unassign using server
- Store user to newly created project
0.2.0
This release finishes the second stage and contains some new features:
- Assign yourself to a task (only you can set the process points)
- Unassign yourself
- Create new projects
- Specify name
- Specify maximum amount of process points
- Draw polygon(s)
- Cut drawn polygon into squares if you want (with user defines cell size)
0.1.0
First release of the first stage. This contains the very basic functionality:
- Login
- See projects
- See tasks of a project
- See details of a task including a map (currently without geometries)
- Change process count
There's no server and all the data is currently dummy-data.