Files
collection-portal/__mocks__/agencyAndStateOptions.json

26 lines
448 B
JSON
Raw Permalink Normal View History

TP-42467 | External Agency Dashboards V1: AM - Overall and Field Governance (#787) * TP-42467 | Inital Commit * TP-42467 | Table CHanges * TP-42467 | Table Changes * TP-42467 | Redux Setup + Actions Added * TP-42467 | Table Changes * TP-42467 | Routing Changes + Tabs Changes + Table Changes * TP-42467 | Agent Name Options support added * TP-42467 | Code Refactored * TP-42467 | Column Def changes * TP-42467 | API Contract Changes * TP-42467 | API helper changes * TP-42467 | Css Fixes + Agent Map Location Entry point added * TP-42467 | Clickstream Added + Tab Issues Fixes + Feature Flags Added * TP-42467 | Code Refactored * TP-42467 | Mocks Added * TP-42467 | Last Updated Logic Added * TP-42467 | Polling Added * TP-42461 |removed comments| Aman Singh * TP-42467 |lint issues| Aman Singh * TP-42467 | Table UI flickering fix * TP-42467 | Filter changes for DPD Table * TP-42467 | Filter changes + Query Params Changing + Refactoring + Routing * TP-42467 | API Fix + Loading State Fix + Table changes * TP-42467 | Path Param Changes * TP-42467 | API Integration * TP-42467 | Code Refactored * TP-42467 | Minor fix * TP-42467 | Contract Changes + Code Refactored * TP-42467 | Contract Changes * TP-42467 | UAT Fixes * TP-42467 | UAT Fixes * TP-42467 | Time format fix * TP-42467 | Bug Fixes * TP-42467 | UAT Fixes * TP-42467 | Code Refactored * TP-42467 | Bug Fix * TP-42467 | PR comments reolved * TP-42467 | endpoint change * TP-42567 | UAT Fix * TP-42467 | web ui library update --------- Co-authored-by: aman.singh <aman.singh@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
2024-01-24 22:47:13 +05:30
{
"agencies": [
{
"label": "All",
"value": "ALL"
},
{
"label": "Navi",
"value": "1000"
}
],
"states": [
{
"label": "All",
"value": "ALL"
},
{
"label": "Karnataka",
"value": "KA"
},
{
"label": "Gujarat",
"value": "GJ"
}
]
}