Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Data Architecture

Shridhar Gupta edited this page Jun 30, 2015 · 14 revisions

Data Architecture (Work In Progress)

Here is a layout of platform data, and how they should interact.

Models

Exercises: Support multiple videos per exercise, that can be voted based on quality.

title,
videos: [
  { # Video 1
    videoId # youtube id,
    startTime,
    endTime,
    votes,
  },
  { # Video 2
    ... 
  }
],

Clone this wiki locally