Template
Video Comments
An app to leave comments on videos
Industry:
n/a
Function:
Other
This app shows a collection of videos. You can leave comments on each video.
Loading...
Also see:
tablet mode & fullscreen mode
How we built this app
We started out with a Videos table that has a list of YouTube videos. Then, we added a second table called Reviews. The Reviews table has a Ref column that points at the Videos table. This means that each video will have a collection of related Reviews rows. We set the table permissions of Reviews to allow adds.
This is a preview of the data sets used in the app.
Data
This is a high-level model of both the data entities and the UI elements in the app.
Loading...