- Rename package directory and all references from sage_datamark to sage_datamart - Add 3 ETL cron dspy files (sync/aggregate/provider_cost) for scheduled data pipelines - Add 5 stat UI files (total_users/fail_calls/success_rate/avg_ttft/total_calls) - Register j2_ template functions in init.py for UI rendering - Move j2_avg_ttft SQL to dashboards.py for DRY - Clean unused imports (getConfig/DBPools/exception) - Update git remote to sage_datamart.git
23 lines
661 B
XML
23 lines
661 B
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {"width": "100%"},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "MenuItem",
|
|
"options": {
|
|
"label": "模型性能",
|
|
"url": "{{entire_url('/sage_datamart/index.ui')}}",
|
|
"icon": "{{entire_url('/sage_datamart/imgs/perf.svg')}}"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "MenuItem",
|
|
"options": {
|
|
"label": "供应商性价比",
|
|
"url": "{{entire_url('/sage_datamart/provider_roi.ui')}}",
|
|
"icon": "{{entire_url('/sage_datamart/imgs/roi.svg')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|