xaver feedback

This commit is contained in:
Xaver 2025-01-22 13:30:25 +01:00
parent 46b5ab236c
commit 06fa75ecc0
3 changed files with 14 additions and 1 deletions

View File

@ -34,6 +34,12 @@ Like:
![Mockup](ReportImages/mockup.png) ![Mockup](ReportImages/mockup.png)
![Userflow](ReportImages/UserFlow.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 ## Usability Testing Plan
### Experimental Questions & Variables ### Experimental Questions & Variables
1. Question: Did you find the app easy to use? 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:** 2. **Improved Category Visibility:**
- Redesigned the categories section to make it more prominent and easier to find, addressing the issue raised by Participant 2. - Redesigned the categories section to make it more prominent and easier to find, addressing the issue raised by Participant 2.
--- ---
### 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 wouldnt 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

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
test.jpeg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB