Pandemic-Game / pandemic-game

http://pandemic-game-prod.s3-website.us-east-2.amazonaws.com/
GNU General Public License v3.0
2 stars 2 forks source link

Show some past data in the initial chart #117

Closed blakeelias closed 3 years ago

blakeelias commented 3 years ago

Show plots of daily cases all the way from Jan 2020 to Dec 2020... the player sees the history and understands the context that they're in the middle of a pandemic, not at the beginning.

If they switch their country, this graph can be different.

felix19350 commented 3 years ago

@blakeelias How do we present this? If we start with the full year of 2020 in the graph (which is doable), how does this affect the positioning of the turn indicator and the alignment of the buttons? I'm not clear about the desired visualization for this feature and the interactions with the existing UI.

felix19350 commented 3 years ago

@blakeelias how does this relate to this issue: https://github.com/Pandemic-Game/pandemic-game/issues/121 ?? Are we talking about showing the data of the previous year until the start of the simulation or just the previous month?

blakeelias commented 3 years ago

Let's just have 1 month of previous data visualized. As for the button alignment, that 1 month of data should have its own column showing cases, deaths and costs for that month -- but with no intervention buttons available for selection.

The action names would need to be moved left somewhat to accommodate this. Does that seem reasonable? [image: image.png]

On Sun, Dec 20, 2020 at 12:30 PM Bruno Félix notifications@github.com wrote:

@blakeelias https://github.com/blakeelias how does this relate to this issue: #121 https://github.com/Pandemic-Game/pandemic-game/issues/121 ?? Are we talking about showing the data of the previous year until the start of the simulation or just the previous month?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Pandemic-Game/pandemic-game/issues/117#issuecomment-748636393, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADAFQYF7YRPGVQKL5VHDITSVYYEFANCNFSM4VBQI3MA .

blakeelias commented 3 years ago

Sorry, I forgot which issue was which.

What I said applies to #121 - and I think that's the one we should be addressing at the moment. This one will require a bit more thought -- I'm pushing it out to the Public Beta milestone.