Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
Category.java 3.18 KB 59813 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. In all enums, add...
Indicator.java 4.37 KB 59813 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. In all enums, add...
IndicatorPath.java 2.67 KB 59813 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. In all enums, add...
ReorderEvent.java 869 Bytes 60107 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. StakeholderContro...
Section.java 2.88 KB 59813 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. In all enums, add...
Stakeholder.java 4.48 KB 59813 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. In all enums, add...
SubCategory.java 3.48 KB 59813 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. In all enums, add...
Topic.java 3.01 KB 59813 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. In all enums, add...
Visibility.java 1017 Bytes 59813 over 3 years Konstantina Galouni [Trunk | Monitor Service]: 1. In all enums, add...

Latest revisions

# Date Author Comment
60107 09/12/2020 03:24 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. StakeholderController.java & TopicController.java & CategoryController.java & SubCategoryController.java && SectionController.java && IndicatorController.java:
a. Comment logs for get requests.
b. Use "ForbiddenException" instead of "AccessDeniedException"...

59813 11/11/2020 12:20 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. In all enums, add capitalized values too (maybe in the future, lowercased values will be removed - NOT NOW).
2. Visibility.java: New enumeration Visibility added with values: PUBLIC, RESTRICTED, PRIVATE (will replace isPublic and isActive fields)....

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....

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)....

57964 10/01/2020 11:48 AM Konstantina Galouni

[Trunk | Monitor Service]:
1. Section entity level added. Hierarchy changed from: Stakeholder > Topic > Category > SubCategory > Indicator to: Stakeholder > Topic > Category > SubCategory > Section > Indicator.
2. Section.java & SectionDAO.java & MongoDBSectionDAO.java & SectionController.java: New entity 'Section', DAOs for Section, Controller for section added....

57924 19/12/2019 04:05 PM Konstantina Galouni

Indicator.java: [Bug fix]: One extra parenthesis is removed.

57923 19/12/2019 04:04 PM Konstantina Galouni

1. pom.xml: Add dependency for "uoa-help-texts-library" (will be renamed).
2. UoaMonitorServiceApplication.java: Add @PropertySource path used in dl170.
3. MongoConnection.java: @EnableMongoRepositories not only from: eu.dnetlib.uoamonitorservice.dao, but also: eu.dnetlib.uoahelptexts.dao....

57671 22/11/2019 04:50 PM Konstantina Galouni

1. Schema changes: Move each entity on its own collection - each entity keeps ids for its sub-entities.
2. New controllers for each entity: TopicController.java, CategoryController.java, SubCategoryController.java, IndicatorController.java.
3. New DAOs for each entity: TopicDAO.java, MongoDBTopicDAO.java, CategoryDAO.java, MongoDBCategoryDAO.java, SubCategoryDAO.java, MongoDBSubCategoryDAO.java....

57637 19/11/2019 02:05 PM Konstantina Galouni

1. Add IndicatorDAO.java & MongoDBIndicatorDAO.java.
2. StakeholderDAO.java & MongoDBStakeholderDAO.java: Add methods 'findById()' and 'delete()'.
3. Category.java & SubCategory.java & Topic.java: Add fields 'id' and 'isDefault' and getters/setters for 'isDefault'....

57578 11/11/2019 05:38 PM Konstantina Galouni

1. Stakeholder.java: Create constructor and copy constructor & change getters-setters for 'isDeafult', 'isPublic' and 'isActive' fields.
2. Topic.java: Create constructor and copy constructor & change getters-setters for 'isPublic' and 'isActive' fields.
3. Category.java: Create constructor and copy constructor & change getters-setters for 'isOverview, 'isPublic' and 'isActive' fields & remove field 'description'....

View revisions

Also available in: Atom