markgravity / flutter-survey

3 stars 0 forks source link

[Integrate] As a user, I will be blocked from UI interactive in some specific cases #22

Closed markgravity closed 3 years ago

markgravity commented 3 years ago

Why

User should be blocked from UI interactive in some specific cases, such as: pressing a button to call login API

Acceptance Criteria

User can't interact when HUD progress show up

sleepylee commented 3 years ago

not sure if this is a thing for every API calls, then that would be a bad UX. I'm suspecting that you are planning for the Login API only right?

markgravity commented 3 years ago

not lol sure if this is a thing for every API calls, then that would be a bad UX. I'm suspecting that you are planning for the Login API only right?

It's one of them, but I can't choose a general word to describe that I want to block UI in some situations lol

sleepylee commented 3 years ago

@markgravity you can add that detail to the description: "only in some specific occasions like pressing a button to call login API..."

markgravity commented 3 years ago

@markgravity you can add that detail to the description: "only in some specific occasions like pressing a button to call login API..."

Sound good, I will update it 👍