This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from 6696133 Merge pull request #339 from opensource-joe/a11y/route-titles
add 9ba22fa feat(reporting): scope dependent report parameters, and draw
chart reports as charts
add 7b4005b test(e2e): read ion-select's disabled state from the host
property
add 59c8d64 fix(test): restore the two selector constants to their
literals
add 1f22bc5 test(e2e): prove the parameter cascade without enabling a
second currency
new a007d74 Merge pull request #343 from
Aman-Mittal/feat/report-cascading-parameters-and-charts
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
e2e/report-parameter-backend.spec.ts | 112 ++++-
e2e/utils/ionic-locators.ts | 28 ++
e2e/utils/seed-api.ts | 37 ++
.../reporting/report-execution.service.spec.ts | 80 +++-
.../features/reporting/report-execution.service.ts | 93 ++++-
.../features/reporting/reports-list.component.ts | 7 +-
.../reporting/run-report.component.spec.ts | 217 +++++++++-
src/app/features/reporting/run-report.component.ts | 452 +++++++++++++++++----
.../components/charts/bar-chart.component.ts | 121 ++++++
src/assets/i18n/en.json | 6 +-
10 files changed, 1034 insertions(+), 119 deletions(-)
create mode 100644 src/app/shared/components/charts/bar-chart.component.ts