SensehacK / health-sense

All in one Health App - Computer Science Capstone Project
https://sensehack.github.io/health-sense/
GNU General Public License v2.0
8 stars 3 forks source link

User Name Inference #50

Closed SensehacK closed 4 years ago

SensehacK commented 4 years ago

Description

Functionality of adding a feature for iOS application which would be more personal from the UX perspective and would be more tailored.

Expected behavior: [What you expected to happen] Should display welcome username which is dynamic to the user.

Actual behavior: [What actually happened] Hard coded text displayed on every launch "Welcome Kautilya"

Tasks

Dependency

  1. Xcode , iOS v9+

Process

Test Cases

The user shouldn't get text suffixes like ("iPhone", "iPad", "Mac" or "'s "etc) Testing different scenarios by @ManasiTayade

eg. On Eminem's iPhone | Elon Musk's iPhone It should display: Welcome Eminem | Welcome Elon Musk

Documentation