FSM DSO UI
Complete Request
Fetching data from the MDMS

Customising Fields In A Form
The config can be found at CompleteApplication.js
File Path: frontend/micro-ui/web/micro-ui-internals/packages/modules/fsm/src/pages/employee/ApplicationDetails/config/CompleteApplication.js
Upload Pit Photo Button
UploadPitPhoto.js molecule is available within the molecules folder in react-components.
File Path: frontend/micro-ui/web/micro-ui-internals/packages/react-components/src/molecules/UploadPitPhoto.js
Saving Image fileId in FSM service
Filter Component On DSO Inbox Screen
The link for the MDMS changes made is given below.
egov-mdms-data/RoleStatusMapping.json at DEV · egovernments/egov-mdms-data
RoleStatusMappping.json
Schedule Action For Post Pay In DSO

Schedule Action is added for post-pay applications where DSOs can schedule the trip by entering the number of trips.
Code snippet for schedule window:

ScheduleDso.js is the file responsible for the schedule window pop up.
File path: frontend/micro-ui/web/micro-ui-internals/packages/modules/fsm/src/pages/employee/ApplicationDetails/config/ScheduleDso.js
Was this helpful?