Goal
- To create the functionality to create the first class games integration so the application can track game completion/scores for students
Context
EndsideOut has a library of custom React games that they have created for their curriculum. Each game is unique to a content module/ This integration between their games library and our application so that our app can track student game completion/scores so that our app becomes the source of truth for the game stats.
Included Features
- Updating the content module game creation to accept a unique slug for the game
- Adding a new model for game
- Adding a new model for a game session
- Adding new crud actions for game sessions
- Adding JSON endpoints for game sessions so the EndsideOut games can post the game scores/events to our app
Goal
Context
EndsideOut has a library of custom React games that they have created for their curriculum. Each game is unique to a content module/ This integration between their games library and our application so that our app can track student game completion/scores so that our app becomes the source of truth for the game stats.
Included Features