Compare commits

...

3 Commits

Author SHA1 Message Date
huttegia b947fce825 Update README.md 2022-10-13 17:18:37 +02:00
Gian-Andrea Hutter f566234873 directory structure 2022-10-13 17:02:14 +02:00
Gian-Andrea Hutter 0aba4d3f8e directory structure 2022-10-13 17:01:04 +02:00
4 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,4 @@
package src.App;
public class App {
}

View File

@ -0,0 +1,4 @@
package src.UI;
public class Model {
}

View File

@ -0,0 +1,4 @@
package src.Weather;
public class Weather_Dummy {
}

View File

@ -4,4 +4,23 @@ PM3 FivePlants Gartenverwaltung
## Class Diagram
Umletino: https://www.umletino.com/umletino.html
Draft File: doc/ClassDiagramDraft.uxf
## Branch model
- active branch: *main*
This branch has a running version of the code.
- feature: *feature_xy_"Milestone"*
This branches contain code for feature. When the code is ready it will be merged into the main branch.
- bugfix: *bugfix_xy_"Milestone"*
This branch are for bugfixes.
- documentation: *doc_xy_"Milestone"*
This branch is for documentation of the code and the readme.
Draft File: doc/ClassDiagramDraft.uxf