mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[GH-ISSUE #88] Introduce pool member caching to backend #65
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EddieTheCubeHead on GitHub (Feb 23, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/88
Whenever a pool member data is required, the app should first check in internal database ("cache") for existing data. Data should be fetched from spotify only if it doesn't exist. Fetched data should be then saved to internal database.
Acceptance criteria: core only fetches pool member data for pool members that have never been fetched before. Functionality is fully tested, including edge cases.
@EddieTheCubeHead commented on GitHub (Mar 11, 2024):
Decided with Konsta that this is not needed