taskana/web
Mustapha Zorgati 493e25b565 TSK-1214: refactored taskana-classification
TSK-1214 Trying to make drag'n drop in tree possible

TSK-1214 Removed refreshClassification output from tree

TSK-1214 New action in store updates a classification and refetches all, saving now correctly refreshes the classification-list

TSK-1214 Fixed tests in tree component

TSK-1214 Removed tree service and corresponding test in class-details

TSK-1214 fixed issues in tree where multiple actions to store are fired incorrectly

TSK-1214 added accessibility action, use space to select a tree node

TSK-1214 swapped space and enter in tree component, cleaned code

TSK-1214 fixed bug where page isn't updated dynamically according to browser path

TSK-1214 workaround circular dependency.

service uses snapshot of store, does not actually access the state in store

TSK-1214 fixed eslint. TODO: circular dependency between classification.service and classification.state

TSK-1214 changed first() to take(1) to fix Observable dying during test

TSK-1214 fixed test cases and lint issues

TSK-1214 fixed circular dependency

TSK-1214 devmode = false

TSK-1214: fixed merge problems with notificationService and removed some warnings

TSK-1214: fixed merge problems with notificationService

TSK-1214 remove wrong imports from before merge
2020-06-17 12:19:38 +02:00
..
.vscode TSK-403 refactor web application path 2018-03-27 09:46:25 +02:00
src TSK-1214: refactored taskana-classification 2020-06-17 12:19:38 +02:00
.eslintrc.js TSK-998: Removing linting errors with minor code changes 2020-02-26 04:51:30 +01:00
README.md TSK-403 refactor web application path 2018-03-27 09:46:25 +02:00
angular.json TSK-1276 Replaced checkboxes with radiobuttons in workbasket filter 2020-06-07 16:16:22 +02:00
browserslist update(TSK-890): added browserlist 2019-10-28 18:33:02 +01:00
jasmine-seed-reporter.js bug/825 fix random test failing in travis, added seed inspector for future errors 2019-03-08 10:13:52 +01:00
karma.conf.js task/831 Reimplement locale and date solution for all date outputs 2019-03-26 17:27:06 +01:00
package-lock.json TSK-1205 Fixed problem with the callback of confirmation dialogs 2020-05-21 22:17:27 +02:00
package.json TSK-1205 Added new Toasts and DialogPopUps that replace the old infrastructure for alerting the user 2020-05-12 11:28:36 +02:00
pom.xml Updated poms to version 3.1.1-SNAPSHOT 2020-06-07 15:00:31 +00:00
tsconfig.json TSK-1214: refactored taskana-classification 2020-06-17 12:19:38 +02:00

README.md

Admin

This project was generated with Angular CLI version 1.0.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.