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

rewrite associations' getSupervisions functionality #237

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

basiliski
Copy link

Listing association's supervisions was slow because first front end made an api call to get a list of existing supervisions for association and then it proceeded to make two separate new calls for each supervision. So all in all the number of api calls was number of supervisions x 2 + 1 when now the same functionality is done with only 1 request.

@basiliski basiliski requested a review from nymank October 10, 2024 10:20
@basiliski basiliski self-assigned this Oct 10, 2024
@basiliski basiliski merged commit 84d0426 into v7-develop Oct 15, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants