Skip to content

Instantly share code, notes, and snippets.

@rob137
Created February 1, 2018 16:54
Show Gist options
  • Save rob137/894fb21121893bbe1bb302a0f66d2fb2 to your computer and use it in GitHub Desktop.
Save rob137/894fb21121893bbe1bb302a0f66d2fb2 to your computer and use it in GitHub Desktop.
Gift App User Feedback
Overall, the users were happy with the purpose and commented that it would be useful to them.
Feedback was largely centered on issues of layout and 'obviousness' of features.
Shaf
- Identified misc bugs in UI (fixed).
- Was confused by distinction between 'Add' vs 'Save and Close' in 'edit' panel
[Action: I will disable save button until user has added/removed data in edit panel.]
- Didn't realise that links for gifts were being automatically generated.
[Action: I have recorded this as a problem to be solved when I get to the UI, as the answer
will depend on what layout the app takes at that stage.]
Glynis
- Would be useful to have reminders (say) 14 days before an event.
[Action: I looked into adding Google Calendar notifications by adding fields to
the automatically generated URL - not possible. Only alternatives are creating
two calendar entries per event (which could confuse user, as it will open two tabs)
or to implement Google Calender API. I'm undecided about whether I want to invest
the time this would take.]
- Didn't realise that links for gifts were being automatically generated.
[See Shaf, above.]
Gemma
- Too much text on screen at a time
[Action: when 'beautifying' the UI, I will consider implementing collapsing lists.
('click to see more'), lists presented as objects rather than as text, and multiple
pages connected by links or animations.]
- Takes effort to identify appropriate 'edit' links for info you want to add.
[Action: I will ensure it is clear when I implement a proper UI.]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment