Commit Graph

282 Commits

Author SHA1 Message Date
Mustapha 4ed089fa98 Updated poms to version 3.0.1-SNAPSHOT 2020-05-22 02:08:13 +00:00
Mustapha Zorgati 7827557093 TSK-1205 Fixed problem with the callback of confirmation dialogs
TSK-1205 Increased the time every toast is shown

TSK-1205 Cosmetic changes to Toast and fixed error where multiple errorPopUps appeared simultaneously

TSK-1205
2020-05-21 22:17:27 +02:00
Christopher Heiting bd116d4c2e [TSK-1208] changed HATE terminology and replaced list resources with generic one 2020-05-14 13:02:48 +02:00
Tristan Eisermann 7ebc468adc TSK-1205 Fixed problem with the callback of confirmation dialogs 2020-05-13 14:23:03 +02:00
Tristan Eisermann e64af885b3 TSK-1205 Added new Toasts and DialogPopUps that replace the old infrastructure for alerting the user 2020-05-12 11:28:36 +02:00
Tristan Eisermann e211a15d3e Bump jquery and bootstrap to latest version (3.5.0 and 4.4.1) 2020-04-30 19:44:13 +02:00
Tristan Eisermann 86ccde4040 TSK-1217 Remove orphaned titles.json 2020-04-28 15:15:10 +02:00
Tristan Eisermann 6613901203 TSK-1127 Changed input of Pagination to type number and removed usual arrows 2020-04-28 14:18:56 +02:00
Tristan Eisermann 7b1e1c40eb TSK-1069 The number picker now only accepts numbers and can be made required 2020-04-28 14:18:48 +02:00
Tristan Eisermann 314fa14b91 TSK-1199 Adapt alert handling to error handling and use global notification handler 2020-04-24 11:27:42 +02:00
Tristan Eisermann 2dd337967c Fixup for artifact in Workplace, which broke it 2020-04-23 10:12:06 +02:00
Chi Nguyen cdfaa13401 TSK-1189 moved store in shared 2020-04-22 17:04:24 +02:00
Chi Nguyen 029d8595b2 TSK-1189 restructure theme files 2020-04-22 17:04:24 +02:00
Chi Nguyen 9a0a94e5be TSK-1189 accommodate imports after changes 2020-04-22 17:04:24 +02:00
Chi Nguyen b1c7e2a6e8 TSK-1189 restructured workplace component 2020-04-22 17:04:24 +02:00
Sofie Hofmann f8945ecfa7 TSK-1191 Restructured shared component
TSK-1191 Removed camelCase notation from file names


TSK-1191 Moved services


TSK-1191 Moved models


TSK-1191 Moved classification-types-selector to admin


TSK-1191 Moved components and guards


TSK-1191 Renamed some models


TSK-1191 Moved services into folders
2020-04-21 16:46:16 +02:00
Sofie Hofmann 54ec45a4aa TSK-1190 Restructuring the monitor component 2020-04-20 11:40:14 +02:00
Mustapha Zorgati 12add6d870 TSK-1198: workbasket information now displaying custom values properly 2020-04-20 11:38:48 +02:00
Sofie Hofmann 4451fcb9c2 TSK-1187 Fixed tree.component test and changed test description 2020-04-19 19:25:09 +02:00
Chi Nguyen ea87836a9a reverted changes to tree component 2020-04-19 19:25:09 +02:00
Chi Nguyen c1ad59c2a3 Revert "TSK-1187 moved action and tree node models to administration"
This reverts commit 3543a898ec.
2020-04-19 19:25:09 +02:00
Chi Nguyen b9f8dbe23a TSK-1187 fixed eslint errors 2020-04-19 19:25:09 +02:00
Chi Nguyen 3820f0d5c7 TSK-1187 tree component, service and model to administration 2020-04-19 19:25:09 +02:00
Chi Nguyen 55b752cd40 TSK-1187 moved action and tree node models to administration 2020-04-19 19:25:09 +02:00
Tristan Eisermann d6f507670a TSK-1187 renamed and rearranged the workbasket in administration 2020-04-19 19:25:09 +02:00
Chi Nguyen 13c829cb19 TSK-1187 removed unnecessary change from automatic refactor 2020-04-19 19:25:09 +02:00
Chi Nguyen 2ce65c502c moved files from classification to components folder 2020-04-19 19:25:09 +02:00
Sofie Hofmann b21d684ac8 TSK-1187 Rearranged services in administration 2020-04-19 19:25:09 +02:00
Chi Nguyen 6667025a71 created new branch for restructuring the project folders
moved workbasket-definition service to administration/services
2020-04-19 19:25:09 +02:00
Mustapha Zorgati 05818cabad Updated poms to version 2.1.2-SNAPSHOT 2020-04-15 13:15:08 +00:00
Mustapha Zorgati 0154b0510e TSK-1193: delayed initalisation of store until environment is set properly 2020-04-15 14:52:47 +02:00
Mustapha Zorgati eef64bc1b3 Updated poms to version 2.1.1-SNAPSHOT 2020-04-14 12:03:41 +00:00
Sofie Hofmann 673f1896da TSK-652, TSK-1170, TSK-1023 Fixed various bugs by introducing ngxs state management
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
2020-04-09 17:34:01 +02:00
Mustapha Zorgati a6e007ef68 TSK-1163: regenerated package-lock.json 2020-03-24 16:43:26 +01:00
Mustapha Zorgati 94d3ce4406 TSK-1163: removed dangling comment and fixed test 2020-03-24 16:43:26 +01:00
Mustapha Zorgati 8f4e261679 TSK-1163: fixes eslint issues 2020-03-24 16:43:26 +01:00
Mustapha Zorgati 9b79968f9b TSK-1163: fixed minor timeout bug for alert component 2020-03-24 16:43:26 +01:00
Mustapha Zorgati 76c59ed3f7 TSK-1163: implemented error modal and replaced dangling error messages
since TSK-931 introduced a new error model with a corresponding service I removed all dangling error messages and replaced then with the corresponding error key
2020-03-24 16:43:26 +01:00
Holger Hagen 630006de82 TSK-1029: corrected formatting in frontend 2020-03-19 12:50:33 +01:00
Holger Hagen c9791b01b8 TSK-1029: Proper distinction between delete and markForFeletion for
workbaskets
2020-03-19 09:53:54 +01:00
Mustapha Zorgati 4d0d577ed0 TSK-1048: expanded eslint to scan every *.ts file (instead of src/*.ts) 2020-03-18 12:39:20 +01:00
Mustapha Zorgati b386af1a30 Updated poms to version 2.0.2-SNAPSHOT 2020-03-05 17:03:05 +00:00
Sofie Hofmann 697a5ba015 TSK-1046 Changed default sorting in workbasket list to Name
TSK-1046
2020-03-05 12:08:53 +01:00
Finn Mißfeldt 897aaf1c47 TSK-931: fixed linting issues 2020-02-28 13:48:28 +01:00
Finn Mißfeldt bbfdd53e2e TSK-931 structure for global Error handler 2020-02-28 13:48:28 +01:00
Finn Mißfeldt 092b3a3cc9 temp commit before rebase 2020-02-28 13:48:28 +01:00
Finn Mißfeldt 20c07f2cfe TSK931: collected thrown errors in errors.ts 2020-02-28 13:48:28 +01:00
Finn Mißfeldt 6e79a320de TSK-931: collected thrown errors in errors.ts 2020-02-28 13:48:28 +01:00
Finn Mißfeldt de72ee647b TSK-931: Basic structure for global error handling 2020-02-28 13:48:28 +01:00
Finn Mißfeldt 9405cdfed6 Basic structure for global error handling 2020-02-28 13:48:28 +01:00