-
Notifications
You must be signed in to change notification settings - Fork 4
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
Video display alternatives #5
Comments
My thoughts so far: Current: Main issue is that there is no distinction between a "How to use this screen in WordPress" tutorial and a presentation or other style which is more like...bonus information if you want to learn more.
|
I agree that it's a good idea too. One thing to try is perhaps having two view states? If we assume that there will always be one canonical video for each dashboard page (maintained by WPTV mods) then it makes sense to show an expanded view where there is only one video, like so: We'd have some control over title length, format, description text, etc., so it's probably safe to design with these elements in mind. For the If there are more related videos available (controlled by category on WPTV) then we can show a different view: Because the canonical video is in position 1, it still has hierarchy, and is likely the first video users will see. I did not add any extra styling to it, but we could find a way to make it stand out if need be. From there we fill in with other videos (how we select them is TBD) and the titles carry enough info that descriptions are not really needed. In this view, the This adds a bit of complexity to the plugin, but I think from the user perspective it works nicely... |
This is fantastic @jerrysarcastic (hey that rhymes)! Your mockups look amazing and I think nail perfectly what I both envision and believe is best. I'm not worried about the code complexity at all. Having two layouts depending on the screen and number of available videos is not trivial but also not very challenging. I like it and will run with it. Of course we can welcome input from everyone else but I really think this is a solid direction and we should focus our efforts elsewhere going forward. Thanks again! |
i like it too! :) |
I'm exploring ideas for alternative ways to present the videos in the contextual help menu. Trying to determine what is the ideal way to present the most appropriate and useful content to the user. Here are some concepts:
Current:
Alternate 1:
Alternate 2:
Alternate 3:
Alternate 4:
And of course there are plenty of other options. Thoughts?
The text was updated successfully, but these errors were encountered: