PM3-HS22-IT21b_WIN-Team1/README.md

30 lines
827 B
Markdown
Raw Normal View History

2022-10-07 12:45:13 +02:00
# PM3-HS22-IT21b_WIN-Team1
PM3 FivePlants Gartenverwaltung
2022-10-07 13:27:59 +02:00
## Class Diagram
Umletino: https://www.umletino.com/umletino.html
2022-10-14 15:27:49 +02:00
Draft File: doc/ClassDiagramDraft.uxf
2022-10-13 17:18:37 +02:00
## Branch model
2022-10-14 15:27:49 +02:00
- production branch: `main`
2022-10-13 17:18:37 +02:00
2022-10-14 15:27:49 +02:00
This branch has a working version of the code.
2022-10-13 17:18:37 +02:00
2022-10-14 15:27:49 +02:00
- development branch: `dev`
2022-10-13 17:18:37 +02:00
2022-10-14 15:27:49 +02:00
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.
2022-10-13 17:18:37 +02:00
2022-10-14 15:27:49 +02:00
- feature: `feature_xy_<Milestone>`
2022-10-13 17:18:37 +02:00
2022-10-14 15:27:49 +02:00
These branches contain features in active development. When the code is ready it will be merged into the `dev` branch.
2022-10-13 17:18:37 +02:00
2022-10-14 15:27:49 +02:00
- bugfix: `bugfix_xy_<Milestone>`
2022-10-13 17:18:37 +02:00
2022-10-14 15:27:49 +02:00
These branches are for bugfixes.
2022-10-13 17:18:37 +02:00
2022-10-14 15:27:49 +02:00
- documentation: `doc_xy_<Milestone>`
2022-10-13 17:18:37 +02:00
2022-10-14 15:27:49 +02:00
These branches are for javadoc and project documentation (such as the readme, class diagrams etc.).
2022-10-13 17:18:37 +02:00