TSK-1436: mvp with spring auto docs TSK-1436: the rest documentation for all ClassificationController endpoints is now using spring auto rest docs TSK-1436: rest documentation for all ClassificationDefinitionsController endpoints is now using spring auto rest docs TSK-1436: fixed dynamic table of content TSK-1436: renamed classification summary paged resource TSK-1436: rest documentation for all MonitorController endpoints is now using spring auto rest docs TSK-1436: rest documentation for TaskanaEngingeConfigurationController is now using spring auto rest docs TSK-1436: added admin headers as default headers for each documentation test TSK-1436: rest documentation for all TaskCommentController endpoints is now using spring auto rest docs TSK-1436: added dedicated QueryFilter classes to reduce complexity from controller TSK-1436: documented dedicated QueryFilter TSK-1436: fixed all tests and corrected generic type of ParameterizedTypeReference TSK-1436: rest documentation for all TaskController endpoints is now using spring auto rest docs TSK-1436: rest documentation for all WorkbasketController endpoints is now using spring auto rest docs TSK-1436: rest documentation for all WorkbasketAccessItemController endpoints si now using spring auto rest docs TSK-1436: rest documentation for all WorkbasketDefinitionController endpoints is now using spring auto rest docs TSK-1436: tidy up TSK-1436: made all taskana entities start with an upper case letter TSK-1436: properly deleted "links" from request examples and more tidy up TSK-1436: tidy up usage of multiple values TSK-1436: made asciidoc html pretty TSK-1436: tidy-up feedback from team TSK-1436: updated implementation of simplehistory rest to new standards TSK-1436: prepared history for documentation TSK-1436: removed QueryHelper and applied its test cases to QuerySortParameterTest TSK-1436: made code compatible to current version of spring-auto-rest-docs TSK-1436: finished history documentation tests TSK-1436: fixed wildfly tests TSK-1436: fixed sonarcloud warnings TSK-1436: now adding simplehistory documentation to our demo TSK-1436: fixed wildfly build stage TSK-1436: cleanup of rest configuration structure TSK-1436: added documentation for history endpoints TSK-1436: moved spring-rest-auto-docs templates to taskana-common-test TSK-1436: replaced when with if after throws declaration TSK-1436: documented AccessIdController TSK-1436: added curlRequest documentation snippet |
||
---|---|---|
.github | ||
.mvn/wrapper | ||
ci | ||
common | ||
history | ||
lib | ||
qa | ||
rest | ||
web | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
manifest.yml | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
sonar-project.properties |
README.md
TASKANA - The open source task management library
TASKANA is a task management component open source library. It can be embedded into your application or be operated standalone if appropriate. Beside the basic task management functionalities, TASKANA adds workbaskets and classifications to control and monitor a large amount of tasks within a larger organization.
- Web Site: http://taskana.pro/
- Demo Environment: https://taskana.mybluemix.net/taskana
- Getting Started: https://taskana.atlassian.net/wiki/spaces/TAS/pages/228655109/Getting+started
- Issue Tracker: https://taskana.atlassian.net
- Contribution Guildelines: https://taskana.atlassian.net/wiki/spaces/TAS/pages/274202625/Contribution+Guide
- License: Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0
Components
TASKANA splits up into five components:
TASKANA core
- The Java library providing the task management functions
TASKANA REST API
- REST API to allow remote access to the TASKANA system.
TASKANA workplace
- Angular based web application to work on the tasks
- Sample tasklist application you can use if appropriate
TASKANA admin
- Angular based web application to configure the system
- Supports workbaskets and classifications
TASKANA monitor
- Angular based web application to monitor the status of the entire task pool
- Provides views and statistics about the conformance with defined services levels
- Shows the workload of your organization and the individual teams