Compare commits
No commits in common. "b947fce82545229e83d9a69cb4a60ef9fde5c08b" and "96d5ba338b180d0d62aaa8cd79189dcb608d1805" have entirely different histories.
b947fce825
...
96d5ba338b
|
@ -1,4 +0,0 @@
|
|||
package src.App;
|
||||
|
||||
public class App {
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
package src.UI;
|
||||
|
||||
public class Model {
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
package src.Weather;
|
||||
|
||||
public class Weather_Dummy {
|
||||
}
|
21
README.md
21
README.md
|
@ -4,23 +4,4 @@ PM3 FivePlants Gartenverwaltung
|
|||
## Class Diagram
|
||||
Umletino: https://www.umletino.com/umletino.html
|
||||
|
||||
## 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
|
||||
Draft File: doc/ClassDiagramDraft.uxf
|
Loading…
Reference in New Issue