-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Schema and Data Loading Script for PoE Items (#25)
* chore: remove special category filter for items API * chore: remove link between category and poe items documents * refactor: improve item price info schema handling - store price info as-is, skipping json serialization - aptly convert pricing decimal types when loading or storing data * fix: remove invalid import from poe script * fix: avoid using reserved '+' symbol for sort query params * chore: remove unneeded 400 error response example from items API * refactor: modify poe items' base and price schema * chore: add new fields' support in data-loader script * fix: fix data loader script's errors - use new league - remove outdated 'Coffins' category group - set category's internal name rather than link to category record on item - make ItemSparkline's fields nullable * chore: adjust item price schema * refactor: update data loading script to support new changes * chore: add serialization method on ItemPrice model * [wip]refactor: improve price prediction script's performance - update script to accommodate latest changes - start integrating message passing using queues for efficiency - wip: use concurrenct API calls to get price history data for multiple items * Revert "[wip]refactor: improve price prediction script's performance" This reverts commit a34fc04.
- Loading branch information
1 parent
5064d74
commit e9a05ac
Showing
8 changed files
with
132 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters