diff --git a/README.md b/README.md index d528021..b9810f6 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ Like: ![Mockup](ReportImages/mockup.png) ![Userflow](ReportImages/UserFlow.png) + +### Database +![Database Design](ReportImages/database.png) + +The database structure consists of two tables: entry and category. The entry table stores individual records with fields like ` entryid ` (` primary key `), ` name`, ` amount`, ` date`, and `categoryID` (`foreign key`), while the category table stores categories with fields like `_id` (` primary key `), ` categoryName`, and ` icon`. The `categoryID` in the entry table is designed to link entries to specific categories, enabling categorization and organization of data. This structure ensures efficient data management and retrieval based on categorized relationships. + ## Usability Testing Plan ### Experimental Questions & Variables 1. Question: Did you find the app easy to use? @@ -234,4 +240,11 @@ Based on the feedback and insights from the charts, the following updates were m 2. **Improved Category Visibility:** - Redesigned the categories section to make it more prominent and easier to find, addressing the issue raised by Participant 2. ---- \ No newline at end of file +--- + +### Reflection + +#### Xaver Drabik +I really enjoyed working with Florian on this project. Combining our strengths helped us create a functional and user-friendly app. Usability testing was particularly rewarding, offering insights into UI/UX design I wouldn’t have considered otherwise. Watching real users interact with the app revealed areas for improvement I might have missed. This experience deepened my appreciation for user-centered design and the importance of testing in creating a polished product. + +#### Florian Kraushofer diff --git a/database.png b/ReportImages/database.png similarity index 100% rename from database.png rename to ReportImages/database.png diff --git a/test.jpeg b/test.jpeg deleted file mode 100644 index eb11d70..0000000 Binary files a/test.jpeg and /dev/null differ