diff --git a/.gitignore b/.gitignore index 689cf45..6746c8d 100644 --- a/.gitignore +++ b/.gitignore @@ -192,5 +192,3 @@ nb-configuration.xml ## Miscellaneous ############################## *.log - -*.png diff --git a/README.md b/README.md index 75622d0..0af8ee6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ The `App` class demonstrates the following functionalities: - Modifying the books capacity using decorators. - Iterating over the library items using the Iterator pattern. +## Note + +In the `./assets/` directory, you can find a UML diagram of the project and the document `adp_hw1.pdf`, which contains a brief description of the application idea and discussions about design decisions and design patterns used. + ## Contributors - Lucas Catolino diff --git a/assets/adp_hw1.pdf b/assets/adp_hw1.pdf new file mode 100644 index 0000000..f7ca7b7 Binary files /dev/null and b/assets/adp_hw1.pdf differ diff --git a/assets/diagram.png b/assets/diagram.png new file mode 100644 index 0000000..4b579bf Binary files /dev/null and b/assets/diagram.png differ