Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  main 57671 over 4 years Konstantina Galouni 1. Schema changes: Move each entity on its own ...
  test 57503 over 4 years Konstantina Galouni Initial commit for monitor-service.

Latest revisions

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

57503 04/11/2019 10:03 AM Konstantina Galouni

Initial commit for monitor-service.

View revisions

Also available in: Atom