Skip to content

824 Fix currency and league issues#827

Merged
bogadisa merged 16 commits into
mainfrom
824-optimize-downtime-between-data-retrieval-cycles
Jul 18, 2026
Merged

824 Fix currency and league issues#827
bogadisa merged 16 commits into
mainfrom
824-optimize-downtime-between-data-retrieval-cycles

Conversation

@bogadisa

Copy link
Copy Markdown
Collaborator

Got a bit out of control. This PR moves all league logic out of the .env files and into the database. It also fixes currency only being retrieved for the softcore challenge league (meaning hardcore items were priced as though currencies had the same worth in both leagues).

Comment thread src/backend_api/app/core/schemas/league.py
Comment thread src/backend_api/app/core/models/models.py
Comment thread src/backend_api/app/crud/extensions/crud_currency.py Outdated
Comment thread src/backend_api/app/crud/extensions/crud_currency.py Outdated
Comment thread src/backend_api/app/core/schemas/plot/output.py Outdated
Comment thread src/backend_api/app/core/schemas/unidentified_item.py Outdated
Comment thread src/backend_data_retrieval/data_retrieval_app/data_deposit/main.py Outdated
Comment thread src/backend_api/app/crud/extensions/crud_unidentifiedItem.py Outdated
Comment thread src/frontend/src/routes/_layout/index.tsx
Comment thread src/frontend/src/components/Common/DateDaysHoursSinceLaunchStats.tsx Outdated
Comment thread src/frontend/src/hooks/graphing/utils.tsx
Comment thread src/frontend/src/hooks/graphing/utils.tsx Outdated
Comment thread src/frontend/src/store/GraphInputStore.tsx
Comment thread src/frontend/src/store/GraphInputStore.tsx Outdated

@bogadisa bogadisa left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See addressed comments

@bogadisa
bogadisa merged commit 8eea6f6 into main Jul 18, 2026
6 checks passed
@bogadisa
bogadisa deleted the 824-optimize-downtime-between-data-retrieval-cycles branch July 18, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix currency and league issues

2 participants