powertac / powertac-server

Power TAC simulation server
www.powertac.org
Apache License 2.0
44 stars 35 forks source link

Visualizer must interact with multiple simulations #529

Closed jecollins closed 12 years ago

jecollins commented 12 years ago

In the Tournament Manager context, users will want to be able to select among multiple ongoing simulations to watch through the Visualizer. Either we need to instantiate somehow a new visualizer for each game, or we need the Visualizer to build separate data models for each game, and have clients (browsers) indicate which game to watch with each interaction, either through a cookie or a parameter on the http request.

The approach will have to be developed jointly between Erik and Jurica.

jecollins commented 12 years ago

Oops - this is a duplicate of #508