- static table with one element per row ( 1:1 )
- static table with multiple element per row ( n:1 )
- dynamic table with multiple element per row ( n:n )
- 2 (50%)
<div class="wrapper">
| MidiObject: { | |
| header : Object ( Midi Meta Data ), | |
| tracks : List ( Event List ) | |
| } | |
| Music: { | |
| id : string ( DB Unique ID = userid + DBid ), | |
| owner : string ( FB first name + last name ), | |
| artist : string ( User Name in SoundPancake = midi file uploader name ), | |
| title : string ( Composition Name ), |
| 1. Editor | |
| - request | |
| { | |
| midiObject: { | |
| title: string, | |
| description: string, | |
| artist: string, | |
| playtime: integer, | |
| owner: string, | |
| albumArtName: string, |