RaiderIO / keystone.guru

A website where users can build and find their favorite routes for completing in Mythic Plus dungeons in World of Warcraft®
https://keystone.guru/
54 stars 7 forks source link

[Heatmap] Data should come from Raider.io #2418

Open Wotuu opened 3 months ago

Wotuu commented 3 months ago

So the data right now lives on a local Opensearch cluster. It should not directly fetch data from this cluster, but it should fetch it from a Raider.io API. Since this API does not exist yet, create a simple mock API that sits inbetween the local cluster and the code performing the request.

Wotuu commented 3 months ago

For now done. It would need the actual Raider.io API to complete this work fully. For now it goes to a mocked service.