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

frontend: load all dayResponsibles in one request in Dashboard.vue #218

Merged
merged 0 commits into from
Dec 17, 2023

Conversation

BacLuc
Copy link
Owner

@BacLuc BacLuc commented Nov 18, 2023

By loading the days in one request which embed the dayResponsibles. When loading the dayResponsibles directly, there was still a request per day for the dayResponsibles.
This makes the loading of Dashboard.vue faster.
It also may reduce the e2e test failures of the firefox tests due to: "Request aborted" errors after the test is finished. (The test did not wait for the dayResponsibles to be loaded and then aborted the load which lead to the requests being aborted.)

@BacLuc BacLuc added the test-flaky-e2e! run e2e tests 10 times to detect flaky e2e tests label Nov 18, 2023
@BacLuc BacLuc added test-flaky-e2e! run e2e tests 10 times to detect flaky e2e tests and removed test-flaky-e2e! run e2e tests 10 times to detect flaky e2e tests labels Nov 18, 2023
@BacLuc BacLuc added the test-flaky-e2e! run e2e tests 10 times to detect flaky e2e tests label Nov 18, 2023
@BacLuc BacLuc force-pushed the devel branch 2 times, most recently from 0d74a52 to 686ad3d Compare November 18, 2023 15:01
@BacLuc BacLuc force-pushed the dashboard-load-dayresponsibles-in-one-request branch from f737f3b to c6e9dc8 Compare November 20, 2023 13:46
@BacLuc BacLuc merged commit e0a5390 into devel Dec 17, 2023
41 checks passed
@BacLuc BacLuc deleted the dashboard-load-dayresponsibles-in-one-request branch December 23, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-flaky-e2e! run e2e tests 10 times to detect flaky e2e tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant