Closed MarkOates closed 7 years ago
✔ = in master
- User - username ✔ - email ✔ - first_name ✔ - last_name ✔ - website ✔ - description ✔ - password_digest ✔ - has_many games ✔ - Game - title ✔ - description ✔ - has_many users (developers) ✔ - has_many game_screenshots ✔ - has_many game_releases ✔ - GameScreenshot - image ✔ - belongs_to game ✔ - GameRelease - version_num (unique within game scope) ✔ - notes ✔ - belongs_to game ✔ - has_many game_files ✔ - GameFile - file ✔ - category (MacOS binary, Win binary, Linux binary, Data file, Source files, Other) ✔ - belongs_to game_release ✔
User
Game
GameScreenshot
GameRelease
GameFile
🎉
Models for V1
✔ = in master
Rudimentary Models
User
model - #2Game
model - #11GameScreenshot
model - https://github.com/allegroplanet/allegro-planet/pull/12GameRelease
model - https://github.com/allegroplanet/allegro-planet/pull/19GameFile
model - https://github.com/allegroplanet/allegro-planet/pull/20Associations
User
<->Game
models - in https://github.com/allegroplanet/allegro-planet/pull/13Game
<->GameScreenshot
models - https://github.com/allegroplanet/allegro-planet/pull/12Game
<->GameRelease
models - https://github.com/allegroplanet/allegro-planet/pull/19GameFile
<->GameRelease
models - https://github.com/allegroplanet/allegro-planet/pull/20