-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: support for sql reports without date range #2502
Conversation
Deployed to https://pr-2502.aam-digital.net/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be tested, code looks good 👍
src/app/features/reporting/reporting/select-report/select-report.component.spec.ts
Show resolved
Hide resolved
src/app/features/reporting/reporting/select-report/select-report.component.spec.ts
Outdated
Show resolved
Hide resolved
src/app/features/reporting/reporting/select-report/select-report.component.spec.ts
Outdated
Show resolved
Hide resolved
src/app/features/reporting/reporting/select-report/select-report.component.spec.ts
Outdated
Show resolved
Hide resolved
src/app/features/reporting/reporting/select-report/select-report.component.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From testing on https://dev.aam-digital.net :
- Report without args (--> e.g. "Beneficiary (Individuals) [SQL]")
- hides period time picker as expected
- shows results
- Report with args (--> e.g. "Event Participants Report [SQL]")
- shows period time picker as expected
- shows result
- Report with broken query config
- shows error message as expected
It can feel like reports are failing / endlessly calculating if the backend is still processing other changes. (see Aam-Digital/aam-services#4 ), in real-life scenarios this could become a serious issue.
🎉 This PR is included in version 3.40.0-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.40.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes: #2463
Visible/Frontend Changes