AA-2629 : GUI - Administrator should be able to schedule and download the LLB statistics Reports
Review Request #729 — Created March 19, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_3_7 | |
| AA-2629 | |
| Reviewers | |
| apoorva.sn, prajesh, shuinvy | |
Problem Statement:
We have added the backend implementation to create the LLB reports but the implementation not gets along with the current report regeneration flow and unable to integrate with the GUI.Solution/Approach:
Use the existing flow for listing the reports and report logs so that the users will not notify any differences at the GUI. To achieve this I have made changes to change the Flow at the task execution level, meaning the task creating, listing tasks, listing reports and downing follows the existing approach whereas the report generation will use our newly added report generation scripts, this way the user will notify the flow differences easily.
The changes are tested locally.
