Skip to content

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.

Users

Key Type Notes
displayName String First and last name
email 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

Posts

Common Data

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

Common Owner

Key Type Notes
displayName String Name of poster
photoURL String Image url of poster

Games

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]

Art

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]

Music

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]

Clone this wiki locally