ocadotechnology / aimmo

A python-based multi-player online educational game for students to play in a class or club setting.
Other
116 stars 72 forks source link

game load time #1827

Closed SKairinos closed 9 months ago

SKairinos commented 9 months ago

Load time = End time - Start time, where:

SKairinos commented 9 months ago

@faucomte97 said:

The logic relating to loading a game mainly happens in the aimmo-game Docker image. While the clicking of the "Play" button (which triggers the watch_game endpoint is on the Django side, everything else happens in the game image. Will this be a problem? How to communicate the load time back to the DB in Django? Where do we store the load time - is it tied to a User?

SKairinos commented 9 months ago

Hey team! Please add your planning poker estimate with Zenhub @faucomte97 @SKairinos