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

Improve "Enter PIN for pairing"-workflow #26

Open
tibroc opened this issue Jun 27, 2024 · 1 comment · Fixed by #30 · May be fixed by #32
Open

Improve "Enter PIN for pairing"-workflow #26

tibroc opened this issue Jun 27, 2024 · 1 comment · Fixed by #30 · May be fixed by #32
Labels

Comments

@tibroc
Copy link
Collaborator

tibroc commented Jun 27, 2024

Motivation

The user experience of entering the PIN and pairing with the room is currently neither nice nor practical.
It lacks visual clarity and feedback on what is happening. We want to improve this.

Proposed Solution

The new way to enter the PIN should look something like this:

pin-enter

Here, each Number (6 in total) has its own visually separate field.

The flow of events should then be like this:

  1. Enter PIN:
  • When starting, the cursor should be in the first field.
  • Each time a digit was entered by the user the cursor automatically moves on to the next field.
  • When all 6 digits were entered you either press enter (less preferred solution) or the plugin automatically understands if the PIN is correct and moves on to the next step without the need to press enter (preferred solution).
  1. Corrrect PIN -> Pairing
  • Move to a "Pairing..." Display, that might look something like this with pulsating points while waiting or something similar (look up what is the default in BBB):

wait
3. Wrong PIN ->

  • If a wrong PIN was entered show again blank input fields with the notification that the previous PIN was wrong:

wrong-pin

@tibroc tibroc added enhancement New feature or request component:bbb plugin labels Jun 27, 2024
@tibroc
Copy link
Collaborator Author

tibroc commented Jun 27, 2024

Mockup:
react-mockup.zip

ferishili added a commit to ferishili/bigbluebutton-room-media-connector that referenced this issue Jul 15, 2024
tibroc pushed a commit that referenced this issue Aug 8, 2024
@tibroc tibroc linked a pull request Aug 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant