TWSD-827 - [Web][API] APV statistic report page rework
Review Request #931 — Created June 20, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| shuinvy | |
| APV10 | |
| rel_apv_10_7 | |
| TWSD-827 | |
| Reviewers | |
| jasonchang, marychou, timlai, timsu | |
Add API for geting child items by type of parent items
- Add API path to url.py
- Add router ti report.py
- Add function to get items by type in ItemController.py
- Fixed session is empty issue
- Optimized the code
- Confirm the API for old mechanism is still can run.
- The goal of API is let front-end can get all child leaves of echart if user click a parent leaf.
