TSK-1170 Remove @inputs from classification-types-selector TSK-1170 Import Store in Classification-Detail-Component TSK-1170 Removed getSelectedClassificationType() from category service TSK-1170 Removed getSelectedClassificationType() from category service TSK-1170 Put icons in store TSK-1170 Removed selectCategoryType from service TSK-1170 Refactored classification-category service TSK-1170 Fixed multiple calls of actions TSK-1170 TSK-1170: build ngxs store in parallel to the ngrx store TSK-1170: replaced ngrx store with ngxs store tests are still failing. TSK-1170 Split store into two stores TSK-1170 Fixed tests TSK-1170 added categories service test TSK-1170 Fixed checkstyle and test TSK-1170: minimized diff for classification-details component TSK-1170: replaced state with store observable in classificaiton details TSK-1170 Incorporated requested changes in spec files TSK-1170 Removed @output from classification-types-selector Removed getClassifications() call when selecting a classification type because the code is duplicated in performRequest() TSK-1170 Extracted selectors and actions TSK-1170 Dispatch action in classification-service TSK-1170 Incorporated 'set-value' function dynamically rendering classification types TSK-1170: disabled parent reference while creating classification TSK-1170 fixed two ways binding for classification types TSK-1170 removed console log TSK-1170: Category dropdown shows correct values TSK-1170 Renamed selectors TSK-1170 |
||
---|---|---|
ci | ||
history | ||
lib | ||
qa | ||
rest | ||
web | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
manifest.yml | ||
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