Wolfinbarger / game-recommender

A full-stack web app that helps you discover awesome games to play with your friends or solo.
0 stars 0 forks source link

Add ESRB Rating, Genre, Developer, and Publisher to Game Class #17

Open FreakyNobleGas opened 10 months ago

FreakyNobleGas commented 10 months ago

We should add ESRB Rating, Genre, Developer, and Publisher to our Game class. We'll most likely want to make these additional attributes optional and add them to our fake dataset.

Mechanically, these attributes should be added to our Game class definition in game.py along with getters, setters, and updating our to_json method.

Link to our generate data helper.