From bb86acef4a41533df9eaf0dfb4b1395d95dce88f Mon Sep 17 00:00:00 2001 From: Edvin Gunic Date: Wed, 16 Sep 2026 12:44:48 +0200 Subject: [PATCH 1/2] docs: add usability evaluation Summarize the group's positive experience and suggest a more compact mobile layout with easier access to navigation controls. --- docs/usability-evaluation.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/usability-evaluation.md diff --git a/docs/usability-evaluation.md b/docs/usability-evaluation.md new file mode 100644 index 0000000..2cd5d28 --- /dev/null +++ b/docs/usability-evaluation.md @@ -0,0 +1,19 @@ +# Usability evaluation + +## Overall experience + +Based on the group's evaluation, all functionality worked as expected. We found +the application clear and usable, and overall we think the layout suits its purpose +well. + +## Mobile layout + +The main area for improvement is the placement of buttons on mobile phones. +Users currently need to scroll to reach the navigation buttons when moving to the +next country. A more compact mobile layout could keep more essential controls +and information within view and reduce the need to scroll between actions. + +For example, placing country navigation closer to the country selector or reducing +spacing on small screens could make browsing more convenient. These are possible +future improvements; despite this limitation, the group considers the current +mobile layout a good fit overall. From feb82af7f917949004670b922bdca4cc423111dd Mon Sep 17 00:00:00 2001 From: Edvin Gunic Date: Wed, 16 Sep 2026 12:47:35 +0200 Subject: [PATCH 2/2] docs: Update ai-usage.md --- docs/ai-usage.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/ai-usage.md b/docs/ai-usage.md index efefbd5..97f534c 100644 --- a/docs/ai-usage.md +++ b/docs/ai-usage.md @@ -5,8 +5,7 @@ We used **ChatGPT, Claude, and Microsoft Copilot** as supplementary tools to speed up our workflow and help solve smaller problems. They assisted with translating documentation and README text into English, refining wording, and -providing code examples. **OpenAI Codex** also helped edit this section and run -project checks. +providing code examples. For documentation, we used AI to turn Norwegian text into English and suggest clearer wording while keeping the intended meaning. For programming, code examples @@ -20,11 +19,6 @@ and design decisions. We critically reviewed suggestions to understand how they worked and adapted them where necessary to fit the project. AI was never used to generate entire modules or features without human review. -During this documentation update, `npm run lint` and -`npm run build` both passed, checking ESLint rules, TypeScript types, and the -production build. These checks supplement human review; they do not verify all -application behaviour. - ## Experiences AI was useful for reducing time spent on translation and wording, and for getting