Bug 933 AMP - Eliminate the usage of SQL queries from GUI/APIs payload
Review Request #316 — Created July 8, 2024 and submitted
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_bug_fixes_base_3_6_0 | |
| 933 | |
| Reviewers | |
| apoorva.sn, prajesh, shuinvy | |
AMP - Eliminate the usage of SQL queries from GUI/APIs payload
The changes tested locally with Postman and for UI whereever possible with the limited data. All API changes are tested with Postman.
| Description | From | Last Updated |
|---|---|---|
|
should we expose the function name we are calling ? or can we rename the 'key' name so that it … |
|
|
|
Can we rename this field to query_params or something similar ? |
|
|
|
UI still need to know what function it should call in the backend. Can we decouple this? |
|
-
-
branches/amp_bug_fixes_base_3_6_0/extensions/monitoring/webui/monitoring.service.js (Diff revision 1) Can we rename this field to query_params or something similar ?
-
-
branches/amp_bug_fixes_base_3_6_0/extensions/monitoring/webui/monitoring.service.js (Diff revision 1) should we expose the function name we are calling ?
or can we rename the 'key' name so that it is not explicit that we are calling a function with this name
-
-
branches/amp_bug_fixes_base_3_6_0/src/webui/webui/htdocs/new/src/client/app/modules/dashboard/overview/overview.controller.js (Diff revision 1) UI still need to know what function it should call in the backend. Can we decouple this?
