Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the synchronization of third party data with the database #71

Open
Tracked by #65
RobinTTY opened this issue Sep 28, 2024 · 0 comments
Open
Tracked by #65
Assignees
Labels
feature-api-integration feature-foundation Features which are foundational for many other features server Issues which are related to the ASP.NET backend
Milestone

Comments

@RobinTTY
Copy link
Owner

RobinTTY commented Sep 28, 2024

Implement all the necessary logic to synchronize data retrieved from third party APIs with the local database where necessary. The endpoints of the GoCardless API has strict rate limitations, so calls to it should be kept limited. This will also benefit the performance of the GraphQL operations.

The basic mechanism for synchronization should be based on how frequently the data needs to be updated. The list of supported banking institutions for instance doesn't change as frequently and therefore only needs to be updated roughly once a week (or if the user specifically chooses to).

@RobinTTY RobinTTY self-assigned this Sep 28, 2024
@RobinTTY RobinTTY added server Issues which are related to the ASP.NET backend feature-foundation Features which are foundational for many other features feature-api-integration labels Sep 28, 2024
@RobinTTY RobinTTY added this to the Version 1.0 milestone Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-api-integration feature-foundation Features which are foundational for many other features server Issues which are related to the ASP.NET backend
Projects
Status: 📝 Todo
Development

No branches or pull requests

1 participant