updates on the kalman filter and the dispatch page by time filteration updates

This commit is contained in:
2026-06-02 18:07:35 +05:30
parent 77ad9c5eea
commit 6c51d1dcc0
6 changed files with 785 additions and 161 deletions

View File

@@ -314,6 +314,7 @@ export const fetchCountAPI = async (appId, userid, startdate, enddate, rowsPerPa
const response = await axios.get(url);
const data = response.data.details;
return {
total: data.total,
uncoveredLength: data.pending,
assignedLength: data.accepted,
arrivedLength: data.arrived,