Skip to content

Commit

Permalink
edited studentcommandclassdiagram
Browse files Browse the repository at this point in the history
  • Loading branch information
shunde97 committed Apr 13, 2020
1 parent 61aab31 commit c80763e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions docs/diagrams/StudentCommandClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ skinparam classAttributeIconSize 0


package Model <<Rectangle>> {
interface Model
class ModelManager
class UniqueStudentList
class StudentTAble
class Student {
Expand All @@ -35,8 +33,6 @@ class XYZStudentCommand STUDENT_COLOUR_T1
}


Model <|.up. ModelManager
ModelManager o-up- "1" StudentTAble
StudentTAble *-up- "1" UniqueStudentList
UniqueStudentList o-up-> "*" Student
Command <|-right- XYZStudentCommand STUDENT_COLOUR_T1
Expand All @@ -48,7 +44,7 @@ note top of XYZStudentCommandParser: XYZCommandParser refers to \nthe correspond



Student *-up- "1" Name
Student *-up- "*" Name
Student *-up- "1"MatricNumber
Student *-up- "1" Email
Student *-up- "*" Tag
Expand Down
Binary file modified docs/images/StudentCommandClassDiagram.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 docs/team/shunde97.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ quickly see information information regarding each student. Any edit or deletio
*** Contributed in the User Guide and Developer Guide for *Student* features, including adding relevant PlantUML diagrams in the Developer Guide to enhance comprehensibility of the codebase and the structure of the feature.
*** Fix and Maintain Product Website https://github.com/AY1920S2-CS2103-W15-3/main/pull/227[#227]
** Summary of contributions:
*** Created over [https://github.com/AY1920S2-CS2103-W15-3/main/pulls?q=is%3Apr+author%3Ashunde97[18 pull requests]] on GitHub
*** Created over [https://github.com/AY1920S2-CS2103-W15-3/main/pulls?q=is%3Apr+author%3Ashunde97[19 pull requests]] on GitHub
*** Reviewed over [https://github.com/AY1920S2-CS2103-W15-3/main/pulls?q=is%3Apr+reviewed-by%3Ashunde97[11 pull requests]]on GitHub

== Contributions to the User Guide
Expand Down

0 comments on commit c80763e

Please sign in to comment.