feat: add wiki.gg as a second Endfield source
First non-Game8 parser, and the first source that states region-scoped ends: wiki.gg emits ISO timestamps with one timer per server region, so Endfield events now carry exact times and separate Asia / Americas-Europe ends. That gap is up to 13 hours, which is what regionEnds was built for. Two sources for one game also exercised merge for real. It caught both overlaps — including "Bedazzling Dawnstar" against Game8's "Bedazzling Dawnstar Sign-In" — and flagged that the two disagree on the end date by 70 hours rather than averaging them into a date neither states. Matching an appended qualifier needed a prefix test, not a subset test: a subset would also fuse "Gold Clash" with "Gold Rush Clash Royale". Also fixes build-feed picking fixtures by game rather than by source, which handed the wiki.gg page to the Game8 parser once Endfield had two. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 5
parent
f4b133274a
commit
dd596b5a43
@@ -0,0 +1,132 @@
|
||||
[
|
||||
{
|
||||
"id": "endfield:heat-rage-mega-arena:2026-07-30",
|
||||
"game": "endfield",
|
||||
"title": "HEAT RAGE! MEGA ARENA!",
|
||||
"type": "challenge",
|
||||
"summary": "Challenge Event",
|
||||
"startsAt": "2026-07-30T04:00:00.000Z",
|
||||
"startPrecision": "exact",
|
||||
"endsAt": "2026-08-12T20:00:00.000Z",
|
||||
"endPrecision": "exact",
|
||||
"regionScoped": true,
|
||||
"regionEnds": {
|
||||
"asia": "2026-08-12T20:00:00.000Z",
|
||||
"america": "2026-08-13T09:00:00.000Z",
|
||||
"europe": "2026-08-13T09:00:00.000Z"
|
||||
},
|
||||
"sourceUrl": "https://endfield.wiki.gg/wiki/HEAT_RAGE!_MEGA_ARENA!",
|
||||
"sourceId": "endfield-wikigg-events",
|
||||
"status": "published",
|
||||
"confidence": 0.95,
|
||||
"extractionMethod": "parser",
|
||||
"version": 1,
|
||||
"firstSeenAt": "2026-08-14T00:00:00.000Z",
|
||||
"updatedAt": "2026-08-14T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "endfield:monumental-etching-beastly-howl:2026-08-06",
|
||||
"game": "endfield",
|
||||
"title": "Monumental Etching: Beastly Howl",
|
||||
"type": "challenge",
|
||||
"summary": "Challenge Event",
|
||||
"startsAt": "2026-08-06T04:00:00.000Z",
|
||||
"startPrecision": "exact",
|
||||
"endsAt": "2026-08-19T22:00:00.000Z",
|
||||
"endPrecision": "exact",
|
||||
"regionScoped": false,
|
||||
"regionEnds": null,
|
||||
"sourceUrl": "https://endfield.wiki.gg/wiki/Monumental_Etching:_Beastly_Howl",
|
||||
"sourceId": "endfield-wikigg-events",
|
||||
"status": "published",
|
||||
"confidence": 0.95,
|
||||
"extractionMethod": "parser",
|
||||
"version": 1,
|
||||
"firstSeenAt": "2026-08-14T00:00:00.000Z",
|
||||
"updatedAt": "2026-08-14T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "endfield:bedazzling-dawnstar:2026-08-09",
|
||||
"game": "endfield",
|
||||
"title": "Bedazzling Dawnstar",
|
||||
"type": "login",
|
||||
"summary": "Sign-In Event",
|
||||
"startsAt": "2026-08-09T04:00:00.000Z",
|
||||
"startPrecision": "exact",
|
||||
"endsAt": "2026-09-01T22:00:00.000Z",
|
||||
"endPrecision": "exact",
|
||||
"regionScoped": false,
|
||||
"regionEnds": null,
|
||||
"sourceUrl": "https://endfield.wiki.gg/wiki/Bedazzling_Dawnstar",
|
||||
"sourceId": "endfield-wikigg-events",
|
||||
"status": "published",
|
||||
"confidence": 0.95,
|
||||
"extractionMethod": "parser",
|
||||
"version": 1,
|
||||
"firstSeenAt": "2026-08-14T00:00:00.000Z",
|
||||
"updatedAt": "2026-08-14T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "endfield:like-a-star-streaking-through-the-boundaries:2026-08-09",
|
||||
"game": "endfield",
|
||||
"title": "Like a Star Streaking Through the Boundaries",
|
||||
"type": "other",
|
||||
"summary": "Narrative Event",
|
||||
"startsAt": "2026-08-09T04:00:00.000Z",
|
||||
"startPrecision": "exact",
|
||||
"endsAt": "2026-09-01T22:00:00.000Z",
|
||||
"endPrecision": "exact",
|
||||
"regionScoped": false,
|
||||
"regionEnds": null,
|
||||
"sourceUrl": "https://endfield.wiki.gg/wiki/Like_a_Star_Streaking_Through_the_Boundaries",
|
||||
"sourceId": "endfield-wikigg-events",
|
||||
"status": "published",
|
||||
"confidence": 0.95,
|
||||
"extractionMethod": "parser",
|
||||
"version": 1,
|
||||
"firstSeenAt": "2026-08-14T00:00:00.000Z",
|
||||
"updatedAt": "2026-08-14T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "endfield:season-of-delirating:2026-08-09",
|
||||
"game": "endfield",
|
||||
"title": "Season of Delirating",
|
||||
"type": "other",
|
||||
"summary": "Echoes of War Event",
|
||||
"startsAt": "2026-08-09T04:00:00.000Z",
|
||||
"startPrecision": "exact",
|
||||
"endsAt": "2026-09-01T22:00:00.000Z",
|
||||
"endPrecision": "exact",
|
||||
"regionScoped": false,
|
||||
"regionEnds": null,
|
||||
"sourceUrl": "https://endfield.wiki.gg/wiki/Season_of_Delirating",
|
||||
"sourceId": "endfield-wikigg-events",
|
||||
"status": "published",
|
||||
"confidence": 0.95,
|
||||
"extractionMethod": "parser",
|
||||
"version": 1,
|
||||
"firstSeenAt": "2026-08-14T00:00:00.000Z",
|
||||
"updatedAt": "2026-08-14T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"id": "endfield:the-rooted-realm:2026-08-09",
|
||||
"game": "endfield",
|
||||
"title": "The Rooted Realm",
|
||||
"type": "other",
|
||||
"summary": "Fun & Games Event",
|
||||
"startsAt": "2026-08-09T04:00:00.000Z",
|
||||
"startPrecision": "exact",
|
||||
"endsAt": "2026-09-01T22:00:00.000Z",
|
||||
"endPrecision": "exact",
|
||||
"regionScoped": false,
|
||||
"regionEnds": null,
|
||||
"sourceUrl": "https://endfield.wiki.gg/wiki/The_Rooted_Realm",
|
||||
"sourceId": "endfield-wikigg-events",
|
||||
"status": "published",
|
||||
"confidence": 0.95,
|
||||
"extractionMethod": "parser",
|
||||
"version": 1,
|
||||
"firstSeenAt": "2026-08-14T00:00:00.000Z",
|
||||
"updatedAt": "2026-08-14T00:00:00.000Z"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user