Interface for Terror Tracking events and impacts by the UN.
Forms should be created to update when the Terror Tracker is affected.
This is a little complicated because right now we are set up to store all Terror level data within Game.data JSON hash. Whoever is working on this ticket should determine whether it makes sense to create a separate Terror Model tied to a single Game. Specifically, we need to keep track of all the Terror that exists in the game and its constituent parts. In addition, we should check this against the round (in other words, Control can enter in events that will happen in the future but don't actually affect the TerrorTracker until it is that round).
Also, UN should have their own page with some sort of fast-find for common events (ie. passed resolutions) to quickly update Terror Tracker with those events. However it should just post to the same endpoint for updating Terror Tracker data.
Interface for Terror Tracking events and impacts by the UN.
Forms should be created to update when the Terror Tracker is affected.
This is a little complicated because right now we are set up to store all Terror level data within Game.data JSON hash. Whoever is working on this ticket should determine whether it makes sense to create a separate Terror Model tied to a single Game. Specifically, we need to keep track of all the Terror that exists in the game and its constituent parts. In addition, we should check this against the round (in other words, Control can enter in events that will happen in the future but don't actually affect the TerrorTracker until it is that round).
Also, UN should have their own page with some sort of fast-find for common events (ie. passed resolutions) to quickly update Terror Tracker with those events. However it should just post to the same endpoint for updating Terror Tracker data.