User Experience Plans and Actions - bounswe/bounswe2024group5 GitHub Wiki

On 12.11.2024, during our regular lab session, we decided to take some actions to enhance the user experience of our application.

The first desicion we made is to enable users to continue solving a quiz from where they left, if the quiz is closed for any reason. We thought this would be a good feature, because there might be situations where the application is closed accidentially, and not being able to resume from where the quiz was left would be really frustrating.

To realize this goal we took the following actions:

The second decision we made is to add an autocomplete feature so that users don't have to type whole words. They can instead choose a word from a drowdown menu in the user interface.

To realize this gola we took the following actions:

  • Write a user story to help us all imagine what kind of a user experience are we trying to achieve. (@arincdemir) (link)

  • Create necessary API endpoints to provide autocomplete suggestions. (@set120120 & @HutkuC) (link)

  • Add web support (@odenizddd) (link)

Additionally we decided to make our web and mobile UI more similar to each other. (@ramazanoacar & @fahreddinozcan) (link)