Open blainekasten opened 11 years ago
Thoughts Cole?
I added the link for this in 70b13ae There is no controller for it yet though
I need feedback on this design before I can implement it.
After looking into this, the API for the movie player only supports full screen. So I don't think we would need the top half being the video. Rather I think we should have an Image on the top half that corresponds to the video. And a button to start playing the video. When the button is pressed, the Video playing API takes over and goes full screen playing the video.
So in essence the screen would like like this:
Split in half (or 2/3-1/3) Top half: Image with Button for Playing Bottom Half: Scrollable content of information about the testimony.
Otherwise, my second idea is:
If we don't think having scrollable content of information about the testimony is needed. We could simply have it go into the video as soon as you tap on the person's name.
I now have the video player working. We just need to decide the design and implement it. The hard pieces are likely dealt with.
Initial design we stated adding a page for Testimonies on the Connect Tab.
I think this should load up the videos as well as maybe some text below the video written by the person about their testimony. We should have a share button here so we can share the testimony on facebook/twitter for the spreading of God's word.
Design I think should be a window with two views, the top one being the video, the bottom one being a scrollable text document. This design allows the video to stay on screen at all times even when scrolling through the text. Users can watch the video and read the text at the same time.
This means implementing facebook/twitter API's.