PM3 FivePlants Gartenverwaltung
Go to file
gulerdav 0d99ee219d #11 Merge pull request #32 from schrom01/feature_json-plant-db_M2
#4 Feature json plant db m2
2022-10-24 12:41:18 +02:00
doc #4 upload documents from teams, as discussed 2022-10-17 17:14:50 +02:00
gradle/wrapper Gradle Setup 2022-10-14 14:50:54 +02:00
src/main Moved null-check to loading method 2022-10-24 12:32:28 +02:00
.gitignore Gradle Setup 2022-10-14 14:50:54 +02:00
README.md Update README.md 2022-10-14 15:27:49 +02:00
build.gradle Minimum viable deserialization 2022-10-20 21:46:00 +02:00
gradlew Gradle Setup 2022-10-14 14:50:54 +02:00
gradlew.bat Gradle Setup 2022-10-14 14:50:54 +02:00
settings.gradle Gradle Setup 2022-10-14 14:50:54 +02:00

README.md

PM3-HS22-IT21b_WIN-Team1

PM3 FivePlants Gartenverwaltung

Class Diagram

Umletino: https://www.umletino.com/umletino.html

Draft File: doc/ClassDiagramDraft.uxf

Branch model

  • production branch: main

This branch has a working version of the code.

  • development branch: dev

This branch should contain a running (although not necessarily working) version of the code. Working states are to be merged into the main branch regularly.

  • feature: feature_xy_<Milestone>

These branches contain features in active development. When the code is ready it will be merged into the dev branch.

  • bugfix: bugfix_xy_<Milestone>

These branches are for bugfixes.

  • documentation: doc_xy_<Milestone>

These branches are for javadoc and project documentation (such as the readme, class diagrams etc.).