Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
CategoryController.java 24.9 KB 59814 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. RolesUtils.java: ...
EmailController.java 2.8 KB 58953 almost 4 years Konstantina Galouni [Trunk | Monitor Service]: 1. pom.xml: Comment...
IndicatorController.java 40.5 KB 59814 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. RolesUtils.java: ...
MonitorController.java 2.17 KB 59815 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. MonitorController...
SectionController.java 22.3 KB 59814 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. RolesUtils.java: ...
StakeholderController.java 29.9 KB 59814 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. RolesUtils.java: ...
SubCategoryController.java 23.5 KB 59814 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. RolesUtils.java: ...
TestController.java 1.23 KB 57671 over 4 years Konstantina Galouni 1. Schema changes: Move each entity on its own ...
TopicController.java 19.6 KB 59814 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. RolesUtils.java: ...

Latest revisions

# Date Author Comment
59815 11/11/2020 01:50 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. MonitorController.java: new class for admin tools functionalities (to be updated, when admin tools UI will be redesigned).
2. update_db.js: Update script added for mongo db updates.

59814 11/11/2020 01:45 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. RolesUtils.java: New class connected to "AuthorizationService" and returns helper methods for roles and authorities.
2. StakeholderController.java & TopicController.java & CategoryController.java & SubCategoryController.java & SectionController.java & IndicatorController.java:...

59483 28/09/2020 01:59 PM Konstantina Galouni

[Trunk | Monitor Service]:
CategoryController.java & SubCategoryController.java & TopicController.java: In "onUpdateDefaultTopic()" method, when "name" is changed, update also "alias" according to default profile.

58992 25/06/2020 11:55 AM Konstantina Galouni

[Trunk | Monitor Service]:
1. TopicController.java & CategoryController.java & SubCategoryController.java: New methods for reorder added.
2. CategoryController.java: Method "checkForExceptions()" added.
3. IndicatorController.java: [Bug Fix] When updating a default indicator and all indicators based on that are updated too, set description field when needed (not name again).

58978 22/06/2020 09:58 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. Adding parameter in delete methods to delete or disconnect all profiles based on the default one that is being deleted (not for stakeholder).
2. In delete methods remove iterations (for deleting inner elements) and call "deleteTree()" method.

58954 17/06/2020 01:37 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. trunk/src/test/java/eu/dnetlib/uoamonitorservice: New folders for tests.
2. ExceptionsHandler.java: Replace "log.debug" with "log.error".
3. Stakeholder.java: Field 'description' and getter/ setter methods added.
4. Topic.java: Field 'icon' and getter/ setter methods added | In method "copyFromDefault()", set "isActive" and "isPublic" fields of new Topic same as the values from default Topic....

58953 17/06/2020 12:56 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. pom.xml: Comment dependency of "uoa-help-texts-library" and add dependency of "uoa-admin-tools-library" | Add dependency of "spring-boot-starter-test".
2. MongoConnection.java: Replace basePackage "eu.dnetlib.uoahelptexts.dao" with "eu.dnetlib.uoaadmintoolslibrary.dao"....

58708 18/05/2020 11:17 AM Konstantina Galouni

[Trunk | Monitor Service]:
1. Stakeholder.java: Field 'name' added.
2. Section.java: In method 'copyFromDefault()' initialize indicators (empty list).
3. StakeholderDAO.java & MongoDBStakeholderDAO.java: Added method 'Stakeholder findByTopicsContaining(String topic);' (needed to find in which Stakeholder a Topic belongs - section needs stakeholderAlias)....

58693 13/05/2020 03:25 PM Konstantina Galouni

[Trunk | Monitor Service]: SectionController: [Bug fix] In method "saveSection()" (/{stakeholderId}/{topicId}/{categoryId}/{subcategoryId}/save/{index})
a. Pathvariable "index" is required - if index == -1, ignore it and add section in the end of the list....

57987 17/01/2020 12:43 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. SectionController.java: In 'saveSection()' method add in path index where section will be stored in subcategory (path: /{stakeholderId}/{topicId}/{categoryId}/{subcategoryId}/save/{index}).
2. IndicatorController.java: In 'parameterMapping()' method add replacement in number url - add 'urlEncode()' helper method.

View revisions

Also available in: Atom