Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the user login with “FSM_ADMIN" Roles then the user will get the option for FSM Registry in the FSMCard as well as in the home screen.

...

File Path: Card: https: //github.com/egovernments/DIGIT-Dev/blob/cdb6444a0e9c4aefa9f12844b98576dc371d484c/frontend/micro-ui/web/micro-ui-internals/packages/modules/fsm/src/components/FsmCard.js

ULB HomePage : https://github.com/egovernments/DIGIT-Dev/blob/3821b6587020259f8c4daf5447215eddd27b94db/frontend/micro-ui/web/micro-ui-internals/packages/modules/fsm/src/pages/employee/index.js

...

When clicked on FSM Registry button, Registry page is rendered.

...

FSM Registry Inbox Page consists of Vendor tab, Vehicle tab and Driver tab with functionality to add, edit and update the respective vendor, vehicle or driver.

...

File Path: https://github.com/egovernments/DIGIT-Dev/blob/ca37076023a5af9a3635d3e275e69b93df15e55a/frontend/micro-ui/web/micro-ui-internals/packages/modules/fsm/src/pages/employee/FSMRegistry/index.js

...

In Vendor tab, Admin employee can see list of all active/inactive vendors and their vehicle, driver and status information.

...

Admin can search the vendor by vendor name in search bar.

...

To view specific vendor detail, click on the vendor name and you’ll land on the vendor details page.

...

Vendor details screen show vendor details and give ULB Admin options to add vehicle and add driver to the vendor.

After clicking on add vehicle/add driver option, Add Vehicle pop up screen will apper to add the vehicle.

...

When ULB Admin select vehicle/driver and click on submit. Vehicle/driver will be added to the respective vendor.

...

Admin can delete the vehicle/driver from the vendor by clicking on delete icon on the top right corner of vehicle/driver details.

...

Edit screen page will render when admin click on edit option.

...

Delete pop up confirmation screen will render when click on delete option.

...

Info

File path render in FSM Registry are below

...