diff --git a/OlympusServices/.idea/misc.xml b/OlympusServices/.idea/misc.xml index dc34569..cc51e58 100644 --- a/OlympusServices/.idea/misc.xml +++ b/OlympusServices/.idea/misc.xml @@ -25,7 +25,7 @@ - + diff --git a/ProjectUML.ump b/ProjectUML.ump index 361d4a8..6ee7c75 100644 --- a/ProjectUML.ump +++ b/ProjectUML.ump @@ -36,6 +36,20 @@ double rate; +class Booking +{ + int starth; + int startmin; + int endh; + int endmin; + int day; + int month; + int year; + serviceprovider; + homeowner; + * -- * HomeOwner; +} + class UserType { position 475 69 141 109; @@ -60,4 +74,10 @@ class Service { position 854 455 112 75; position.association Service__ServiceProvider 65,0 65,143; -}//$?[End_of_model]$? \ No newline at end of file +}//$?[End_of_model]$? + +class Booking +{ + position 100 434 109 41; + position.association Booking__HomeOwner 62,0 54,41; +} \ No newline at end of file diff --git a/UML Class Diagram.docx b/UML Class Diagram.docx index 5d4af73..dc4b16f 100644 Binary files a/UML Class Diagram.docx and b/UML Class Diagram.docx differ