Skip to main content

Dashboard — Data Models

info

Auto-generated from dismantly-backend/Microservices/Dashboard/dependencies/models.py. Do not edit by hand.

Interaction map

How the APIs and events in this service read and write its objects, and how changes flow downstream.

tip

Click an object box (e.g. the CONTACT cylinder) to open its page, or a handler box to view its source on GitHub. Drag to pan, scroll to zoom, or use the Fullscreen button.

Stored Objects (Entities)

ObjectDiscriminatorVersion
SalesTargetWEEKLY_SALES_TARGETv2.1.0

Supporting Models

ObjectVersion
Credentialsv1.0.0
GetDailyMetricsPropsv3.1.0
GetSalesPerTimePeriodParamsv2.1.0
GetTotalSalesListParamsv1.0.0
GetTotalSalesPersonSalesListParamsv3.0.0
GetTotalSalesPersonSalesParamsv1.0.0
GetVehicleSpendListParamsv3.0.0
PostTotalSalesTargetv1.0.0
VehicleSpendQueryParamsv1.0.0

API Surface

Every endpoint and event in this service, with the model(s) it uses.

TriggerEndpoint / SourceHandlerModel(s)
APIGET /newdashboard/metricssrc/dashboard_daily_metrics_get.pyGetDailyMetricsProps
APIGET /newdashboard/salesTargetsrc/dashboard_get_sales_target.pySalesTarget
APIPOST /newdashboard/salesTargetsrc/dashboard_set_sales_target.pyPostTotalSalesTarget, SalesTarget
APIGET /newdashboard/summarysrc/dashboard_summary_metrics_get.py
APIGET /newdashboard/totalSalesPerSPsrc/dashboard_total_sales_per_sales_person_get.pyGetTotalSalesPersonSalesParams
APIGET /newdashboard/totalSalesMetricssrc/dashboard_total_sales_per_time_period_get.pyGetSalesPerTimePeriodParams
APIGET /newdashboard/totalSalesTSsrc/dashboard_total_sales_per_time_period_time_series_get.pyGetTotalSalesPersonSalesListParams
APIGET /newdashboard/vehicleSpendsrc/dashboard_vehicle_spend_metrics_get.pyGetVehicleSpendListParams
Models last synced: 2026-06-23 13:21 UTC