Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No status indicator when creating a new Contact #126

Open
weaponsforge opened this issue Apr 29, 2023 · 0 comments
Open

No status indicator when creating a new Contact #126

weaponsforge opened this issue Apr 29, 2023 · 0 comments
Labels
ui ux polishing UI updates and optimizations for a smoother UX

Comments

@weaponsforge
Copy link
Owner

weaponsforge commented Apr 29, 2023

Description

  • No indicator shows the new Contact creation status after pressing the SAVE CHANGE button in the /contacts/add page.
  • Users are inclined to press the SAVE CHANGE button more than once, or continuously edit the values in the first_name, last_name, phone_no and other Contacts input fields, believing their new Contact is not being currently created

We should display more status information to users when creating a new Contact:

  • Disable the first_name, last_name, phone_no and other Contacts input fields and the SAVE CHANGE button after pressing the SAVE CHANGE button
  • Display a loading indicator after pressing the SAVE CHANGE button
  • After the create new contact async process finishes with a success:
    • Display a SimpleSnackbar notification (or any success message) to the user
    • Re-enable the disabled first_name, last_name, phone_no and other Contacts input fields and the SAVE CHANGE button
    • Remove the loading status indicator

Please view the attached video of the current Create New Contact process for reference.

Video: Uninformative Create new Contact process

create-contact.mp4
@weaponsforge weaponsforge added the ui ux polishing UI updates and optimizations for a smoother UX label Apr 29, 2023
@weaponsforge weaponsforge changed the title No status indicator is shown when creating a new Contact No status indicator when creating a new Contact Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui ux polishing UI updates and optimizations for a smoother UX
Projects
None yet
Development

No branches or pull requests

1 participant