In-game Overview tab #1038
JorenC
started this conversation in
Request for Comments
Replies: 2 comments 3 replies
|
Heyo, I've had a go at creating this on feature/overview-tab to the above spec. I've tried to follow your guidelines but haven't contributed before, so please let me know of stuff I've done wrong, whether I'm within the way you normally work in this project, etc.. The changes:
The not-changes:
Discussion points:
|
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment






Uh oh!
There was an error while loading. Please reload this page.
Goal
Add an Overview tab to the in-game navigation, alongside Map, Orders, and Chat. It lists every player with their nation colour, current unit count, current supply-centre count, and status (Eliminated, Civil Disorder), and hosts the Draw Proposals entry point. Today players manually count units and centres on the map to work out builds and proximity to victory, and in unfamiliar variants it is hard to tell who is who and what colour they are.
Definition of done
Context
PlayerInfoContentalready renders per-player nation flag/colour, supply-centre counts (derived from the current phase's supply centres), and civil-disorder/winner badges. This RFC promotes and enriches that surface rather than building a new one.units; no backend change is expected for any of the counts. Theeliminatedflag is already on the member serializer.All reactions