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

Show Ubo GUI on Web UI by default #224

Open
zytegalaxy opened this issue Jan 30, 2025 · 2 comments
Open

Show Ubo GUI on Web UI by default #224

zytegalaxy opened this issue Jan 30, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@zytegalaxy
Copy link
Collaborator

To close the loop and make sure folks can use the GUI without having access to hardware. Now that we have WiFi hotspot at boot-up, this feature can complete the hardware-less experience of the Ubo app.

I believe we have the building blocks to build this but the missing part is sending the keypad events and adding the keypad buttons on the UI.

I have attached SVG design for the keypad below.

On mobile, it would be great to enlarge the keypad GUI to fix the width of the screen.

Image

Image

@zytegalaxy zytegalaxy added the enhancement New feature or request label Jan 30, 2025
@zytegalaxy zytegalaxy added this to the Version 2 milestone Jan 30, 2025
@zytegalaxy
Copy link
Collaborator Author

@sassanh btw, I am not so sure if the would be hosted on the same port 4321 or we serve this independently on a different port. It would be great if we can fuse the web UI entry with the GUI.

For example, when you go to picovoice and want to enter credentials on the GUI, it would automatically redirect to get the credentials input and back to the GUI.

@sassanh
Copy link
Collaborator

sassanh commented Jan 30, 2025

@zytegalaxy We can show them side by side in two columns on desktop and show inputs beneath the GUI on mobile.

The GRPC is served on a different port, 4321 is for the webui, but the web application served on 4321 will be able to connect to the GRPC port and render the GUI.

@sassanh sassanh moved this to Todo in Ubo App Jan 30, 2025
@sassanh sassanh changed the title How Ubo GUI on Web UI by default Show Ubo GUI on Web UI by default Jan 31, 2025
@sassanh sassanh moved this from Todo to In Progress in Ubo App Jan 31, 2025
@sassanh sassanh self-assigned this Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants