You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the autofilling functionality for admins creating new games as well as the code to generate game fixtures does not parse category and mechanic information. The main difficulty is the Categories and Mechanics are their own entities in the database.
Steps:
Parse all the categories and mechanics information.
Record this information appropriately. For Game Creation Autofilling, this means populating the game creation form. For Fixture Creation, this means creating a separate entity in the fixture json to record this relationship.
The text was updated successfully, but these errors were encountered:
This issue should be addressed after #393.
Currently, the autofilling functionality for admins creating new games as well as the code to generate game fixtures does not parse category and mechanic information. The main difficulty is the Categories and Mechanics are their own entities in the database.
Steps:
category
ormechanic
entity. This likely involes parsing the information in this fixture,src/chigame/games/fixtures/mechanics_categories_fixtures.json
The text was updated successfully, but these errors were encountered: