Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
106 lines (77 loc) · 6.45 KB

CHANGELOG.md

File metadata and controls

106 lines (77 loc) · 6.45 KB

Changes Log

All notable changes to this project (DataCROP Model Repository) will be documented in this file.


[Release v0.3.0] - 2022-11-08

📈 Business Goal

  • Implementation of endpoints pertaining to Iot Systems (Asset Management). Version for MongoDB. ~ Milestone

🚀 Added

✏️ Updated

🔧 Fixed


[Release v0.2.0] - 2022-10-30

📈 Business Goal

  • Instantiation of the Spring Boot Project with multiple properties files for different databases. ~ Milestone

🚀 Added

  • model-repository-server
    • #8 Instantiated the Spring Boot Project as a Maven Project with six modules: API, services, persistence, mysql, mongo, commons. (@AngelaMariaDespotopoulou)
    • #9 Created the following application.properties files: one generic, one for Mongo configurations, one for H2 JPA database and one for MySQL JPA database.
  • quick-dev-tools\docker-compose.yml
    • #9 Created docker-compose.yml file for local installation of a MongoDB and a MySQL container for development purposes. (@AngelaMariaDespotopoulou)

✏️ Updated

🔧 Fixed


[Release v0.1.0] - 2022-10-27

📈 Business Goal

  • Creation of the outer folder structure of the repository.

🚀 Added

  • documentation
    • #1 Created folder hosting documentation of the component's API, as well as a Swagger export in JSON format. (@AngelaMariaDespotopoulou)
  • pictures
  • quick-dev-tools
  • samples
    • #4 Created folder hosting sample data models of the basic logical entities in JSON format, as well as an exported collection of sample Postman HTTP requests for the API. (@AngelaMariaDespotopoulou)
  • CHANGELOG.md
  • LICENCE.md
  • README.md

✏️ Updated

🔧 Fixed