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

Create mock of UI #11

Open
dosirrah opened this issue Sep 16, 2024 · 3 comments
Open

Create mock of UI #11

dosirrah opened this issue Sep 16, 2024 · 3 comments
Assignees

Comments

@dosirrah
Copy link

dosirrah commented Sep 16, 2024

I envision an app that most of the time is just playing videos from YouTube or Vimeo, etc. in full screen. The UI is unobtrusive. Perhaps the UI is not visible at all except under certain events:

  • a person enters the room, temporarily show the queue being updated.
  • fling a piece of content and the queue temporarily appears along an edge of the screen.
  • trigger a UI to appear when a person in the room raises a phone (any phone). This could double as the "power on" gesture.

The UI when temporarily visible could show the current state of the queue. Maybe we add a few phone gestures that allow pause / play, mute, and skip. With the "raise hand (phone)" gesture, the UI could include a QR code, the person can install an app for more detailed control and/or open a web page that provides a more complete user interface.

The act of flinging can be simulated initially from a command-line script on a laptop.

fling http://youtube.com/...

Phone gestures can be simulated initially using the same command-line script from any device near the TV.

fling pause
fling hand
fling off
fling skip
fling mute
fling up # volume up
fling down # volume down
...

Outside the scope of this ticket, but that should be kept in mind, fling should be doable from an app or from a web page without having to be on the same network. could triggered by a link on a web page or from a bookmarklet. A link opens a web page that enables flinging. A bookmarklet overlays a UI (frame) on the current web page.

@larson-carter
Copy link
Member

Lets solve this 9/23/2024 meeting. Lets work on the TV UI then and we can work on the mobile UI as well.

@dosirrah
Copy link
Author

This can be sketches that show a basic look and feel plus a user flow diagrams for each user story.

@larson-carter larson-carter self-assigned this Nov 4, 2024
@larson-carter
Copy link
Member

Gave this one to myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants