diff --git a/.drone.yml b/.drone.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index e69de29..8afcc63 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +# because you don't need to know what's in here +note.txt diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 6c760b3..7753f32 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# HyperSet +# HyperSet ## Notes - [Website link](https://codefirst.iut.uca.fr/containers/HyperSet-hyperset) diff --git a/doc/newClassDiagram.md b/doc/newClassDiagram.md new file mode 100644 index 0000000..dbc29e9 --- /dev/null +++ b/doc/newClassDiagram.md @@ -0,0 +1,18 @@ +# Class diagram + +```mermaid + +--- +title: Diagramme de classe final (ne prenant en compte que les "cards") +--- + +classDiagram + + + class Card{ + attributes + +getAttributes() + +isEqual() + } + +``` diff --git a/doc/oldClassDiagram copy.md b/doc/oldClassDiagram copy.md new file mode 100644 index 0000000..c32b951 --- /dev/null +++ b/doc/oldClassDiagram copy.md @@ -0,0 +1,62 @@ +# Class diagram + +```mermaid + +--- +title: Diagramme de classe initial (ne prenant en compte que les "cards") +--- + +classDiagram + Card <|-- Card4WithNoOutline + Card <|-- Card4WithNoShape + Card <|-- Card4WithNoNumber + Card <|-- Card4WithNoColor + Card <|-- Card4WithNoFilling + + + class Card{ + +getAttributes() + +isEqual() + } + class Card4WithNoOutline{ + -string color + -string shape + -string number + -string filling + +getAttributes() + +isEqual() + } + class Card4WithNoShape{ + -string color + -string outline + -string number + -string filling + +getAttributes() + +isEqual() + } + class Card4WithNoColor{ + -string outline + -string shape + -string number + -string filling + +getAttributes() + +isEqual() + } + class Card4WithNoNumber{ + -string color + -string shape + -string outline + -string filling + +getAttributes() + +isEqual() + } + class Card4WithNoFilling{ + -string color + -string shape + -string number + -string outline + +getAttributes() + +isEqual() + } + +``` diff --git a/images/logo-no-background.png b/images/logo-no-background.png new file mode 100644 index 0000000..275b042 Binary files /dev/null and b/images/logo-no-background.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..470c9ae Binary files /dev/null and b/images/logo.png differ diff --git a/index.html b/index.html old mode 100644 new mode 100755 index 842313c..40fb083 --- a/index.html +++ b/index.html @@ -4,16 +4,17 @@