-
Notifications
You must be signed in to change notification settings - Fork 0
Document Schemas
Kevin Do edited this page Dec 1, 2018
·
1 revision
All fields are accurate to the DB as listed. Feel free to update fields and types.
| Key | Type | Notes |
|---|---|---|
| displayName | String | First and last name |
| String | Determined by login method | |
| exp | Number | Starts at 0 |
| photoURL | String | Determined by login method |
| school | String | From preset group of schools |
| role | String | From preset group of roles |
| Key | Type | Notes |
|---|---|---|
| dateCreated | new Date() | Use Javascript Date Object |
| title | String | Does not have to be unique |
| description | String | |
| hearts | Number | Starts at 0 |
| thumbnail | String | Image url determined by imgur or cloudinary |
| Key | Type | Notes |
|---|---|---|
| displayName | String | Name of poster |
| photoURL | String | Image url of poster |
| Key | Type | Notes |
|---|---|---|
| common | Common Data Schema | Use common data schema |
| common owner | Common Owner Schema | Use common owner schema |
| gameURL | String | Link to gamejolt or itch.io posting etc |
| platformsSupported | List of Strings | [Mac, Windows...etc] |
| gameGenres | List of Strings | [Western, Sports...etc] |
| Key | Type | Notes |
|---|---|---|
| common | Common Data Schema | Use common data schema |
| common owner | Common Owner Schema | Use common owner schema |
| artURL | String | Link to artstation, imgur etc |
| artType | List of Strings | [2D, 3D, pixel, sketch] |
| Key | Type | Notes |
|---|---|---|
| common | Common Data Schema | Use common data schema |
| common owner | Common Owner Schema | Use common owner schema |
| musicURL | String | Link to soundcloud, etc |
| musicGenres | List of Strings | [rap, country, techno...etc] |