Skip to content

Document per-minute hero damage, healing and camp stack series - #2968

Open
geracosta wants to merge 1 commit into
odota:masterfrom
geracosta:minute-series
Open

Document per-minute hero damage, healing and camp stack series#2968
geracosta wants to merge 1 commit into
odota:masterfrom
geracosta:minute-series

Conversation

@geracosta

Copy link
Copy Markdown
Contributor

Companion to odota/parser#87. Adds camps_stacked_t, hero_damage_t and hero_healing_t to the ParsedPlayer type and the match response OpenAPI schema.

No inserts/migrations needed: upsert already filters against live columnInfo() so the new fields are dropped for Postgres, player_caches filters by its own column list, and the blob archive stores the full JSON — buildMatch spreads player objects so the fields flow to GET /matches/{match_id} automatically for newly parsed matches.

Adds camps_stacked_t, hero_damage_t and hero_healing_t to the
ParsedPlayer type and the match response OpenAPI schema. These arrays
are produced by the parser (odota/parser), sampled on minute boundaries
like gold_t/lh_t/xp_t/dn_t, and follow the hero_damage/hero_healing
scoreboard definitions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant