diff --git a/.screenshots/class.png b/.screenshots/class.png new file mode 100644 index 0000000..76d2845 Binary files /dev/null and b/.screenshots/class.png differ diff --git a/.screenshots/dlm.png b/.screenshots/dlm.png new file mode 100644 index 0000000..9c1947c Binary files /dev/null and b/.screenshots/dlm.png differ diff --git a/.screenshots/usecase.png b/.screenshots/usecase.png new file mode 100644 index 0000000..c0f9da1 Binary files /dev/null and b/.screenshots/usecase.png differ diff --git a/README.md b/README.md index b935b12..edd27e3 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,13 @@ php -S localhost:8000 -t ./public 4. Track your fuel consumption and spending through the dashboard. 5. View detailed stats and graphs to analyze your driving habits. +## Use case diagram +![](.screenshots/usecase.png) +## Data logical model +![](.screenshots/dlm.png) + +## Class diagram +![](.screenshots/class.png) + ## License This project is licensed under GPL3.0 and later. More information is available in the `LICENSE` file.