-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add page with all the official maps #227
Comments
Btw I came up with the idea for finding out the map pool. We can draw data from the stats. What it would do, it would look at the patch groups we have here https://github.com/cohstats/coh3-stats/blob/master/config.ts#L48 It would calculate a from to for each patch group from: "2024-02-27" to: "2024-04-01", and it would pick a date in between of these dates. ... or actually we could just have config array with the date. Well doesn't matter. It would know a date - it would do a stats request to that date for example https://coh3stats.com/stats/games?from=2024-03-15&to=2024-03-15 And from the field "maps" it would know which maps were played on that day, we would know for each patch which maps are in the pool. Or we could draw that from the file automatch_maps, which have static data for each map 🤷 |
I believe going with our statistics is better as we have a fixed list already without needing to process the maps from the stats. As we are relying on the fixed |
We should add page which will list all the maps in the game and info about them.
One of the attributes should be:
TODO: Brainstorm / describe other attributes we need to add
My idea - list of maps | on the left side is the image / on the right side is the info.
Q: Do we need a single page for each map? Do we have that much info?
The text was updated successfully, but these errors were encountered: