docs: define monthly MVP ranking v1 scoring

This commit is contained in:
devRaGonSa
2026-03-24 09:37:44 +01:00
parent 977dc237ed
commit 26b0590696
3 changed files with 288 additions and 0 deletions

View File

@@ -70,5 +70,6 @@ Community website repository with a static landing in the current phase and a pl
- Historical match and player statistics must come from the public CRCON scoreboard JSON layer, not from A2S or the `/games` HTML shell.
- The validated discovery for those historical sources is documented in `docs/historical-crcon-source-discovery.md`.
- The persisted historical domain model for CRCON matches, players and ingestion runs is documented in `docs/historical-domain-model.md`.
- The V1 monthly MVP scoring proposal for persisted historical player metrics is documented in `docs/monthly-mvp-ranking-scoring-design.md`.
- Frontend data consumption should remain progressive, endpoint by endpoint, with static fallbacks preserved during migration.
- The frontend integration strategy is documented in `docs/frontend-data-consumption-plan.md`.