Skip to content

Commit

Permalink
Merge pull request AY2324S2-CS2103-F15-2#182 from AL-ZT/master
Browse files Browse the repository at this point in the history
Add Note to Model UML diagram
  • Loading branch information
gowthaman-01 authored Apr 15, 2024
2 parents 9094a1f + a753760 commit 5a8abc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Class DateTime
Class Attendance
Class Payment
Class CommandHistory
Class Note

Class I #FFFFFF
}
Expand Down Expand Up @@ -56,12 +57,14 @@ Person *-> Subject
Person *--> "*" DateTime
Person *-> Attendance
Person *-> Payment
Person *-> Note

Person -[hidden]up--> I
Name -[hidden]-> Grade
Phone -[hidden]-> Subject
Address -[hidden]-> Attendance
Email -[hidden]-> Payment
Tag -[hidden]-> Note

Name -[hidden]right-> Phone
Phone -[hidden]right-> Address
Expand Down
Binary file modified docs/images/ModelClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
public class MainApp extends Application {

public static final Version VERSION = new Version(1, 3, 0, true);
public static final Version VERSION = new Version(1, 4, 0, true);

private static final Logger logger = LogsCenter.getLogger(MainApp.class);

Expand Down

0 comments on commit 5a8abc3

Please sign in to comment.