Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  configuration 57923 over 4 years Konstantina Galouni 1. pom.xml: Add dependency for "uoa-help-texts-...
  controllers 58708 almost 4 years Konstantina Galouni [Trunk | Monitor Service]: 1. Stakeholder.java:...
  dao 58708 almost 4 years Konstantina Galouni [Trunk | Monitor Service]: 1. Stakeholder.java:...
  entities 58708 almost 4 years Konstantina Galouni [Trunk | Monitor Service]: 1. Stakeholder.java:...
  handlers 57923 over 4 years Konstantina Galouni 1. pom.xml: Add dependency for "uoa-help-texts-...
  responses 57503 over 4 years Konstantina Galouni Initial commit for monitor-service.
ServletInitializer.java 520 Bytes 57503 over 4 years Konstantina Galouni Initial commit for monitor-service.
UoaMonitorServiceApplication.java 1.29 KB 57923 over 4 years Konstantina Galouni 1. pom.xml: Add dependency for "uoa-help-texts-...
UoaMonitorServiceConfiguration.java 1.28 KB 57503 over 4 years Konstantina Galouni Initial commit for monitor-service.

Latest revisions

# Date Author Comment
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.

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

57934 23/12/2019 12:45 PM Konstantina Galouni

StakeholderController.java & TopicController.java & CategoryController.java & SubCategoryController.java: toggle methods for status and access 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....

57683 26/11/2019 12:08 PM Konstantina Galouni

1. IndicatorController.java: Reorder method changed (parameter is List<String> and return value is List<Indicator>).
2. CategoryController.java: Default subcategory has name "Overview", alias "overview" and isDefault is true.

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

View revisions

Also available in: Atom