You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently quest and achievement data is handled inefficiently, causing extra delay to requests and stress on the internal network.
Scope of the refactor:
Move quests and achievements to their own MongoDB collections
Make a script migrating the DB(?)
The /players/:id endpoint no longer needs to wait for promise from parseAchievements since total achievement points are now included in the Hypixel API
Currently quest and achievement data is handled inefficiently, causing extra delay to requests and stress on the internal network.
Scope of the refactor:
Move quests and achievements to their own MongoDB collections
The
/players/:id
endpoint no longer needs to wait for promise fromparseAchievements
since total achievement points are now included in the Hypixel APISome relevant parts of code:
https://github.com/slothpixel/core/blob/master/routes/spec.js#L256-L266
https://github.com/slothpixel/core/blob/master/processors/processPlayerData.js#L131-L136
The text was updated successfully, but these errors were encountered: