Muster Roll (CBO Application)
Muster Roll Tech Document
Overview
This module helps in viewing and updating the muster rolls.
ROLE: ORG_ADMIN
This module has 2 associated screens :
View Muster Rolls Inbox
Muster Roll Table Screen
MDMS Configurations
S.No. | Data | MDMS Link |
1 | AttendanceHours | |
2
| WageSeekerSkills | |
3 | Sent Back to CBO |
Based on the business workflow state set for Muster Roll ( Sent BAck for Correction) in respective environments, Add the corresponding code in Sent Back to CBO Code MDMS
User actions
On this page, the following actions need to be performed: If the muster roll is in workflow, User can only view the muster roll, If the muster roll is sent back to CBO,then user can edit the attendance and resubmit the muster roll,
Validations
If Muster Roll is in Workflow, The screen will only be a view page and Save as Draft and Re-Submit button will not be shown in the screen
Based on the Attendance Hours list, users will be allowed to mark the attendance as Full Day, Half Day, or absent. If the list is of length 2, users will be allowed to mark only Full and Absent, Else, users can mark halfday as well.
API Details
1 | muster-roll/v1/_estimate
| { "musterRoll": { "tenantId":, "registerId":, "startDate":, "endDate": } }
| To get the attendance log for the selected Date range |
3 | attendance/log/v1/_create
| {"attendance": []}
| To log the attendance of the individuals for the week |
4 | attendance/log/v1/_update
|
| To update the attendance log of the individuals for Sent Back To CBO Muster Rolls |
5 | muster-roll/v1/_search
|
| To check if any existing muster rolls present for the selected week |
6 | egov-workflow-v2/egov-wf/businessservice/_search
| { "tenantId":, "businessServices": “musterRollId”, }
| To check the workflow status of the Muster Roll |
DIGIT Components and Custom Components Used
S.No | Component | Path | Description |
1 | DigitTable
| Custom Table with fixed first column and other columns scrollable | |
2 | DropDownDialog
| A dialog with dropdown options | |
3 | DateRangePicker
| A custom Date Range picker to select a range of the month / year | |
4 | DigitElevatedButton
| An Elevated Submit Button | |
6 | WorkDetailsCard
| Details Card based on DIGIT Figma design | |
7 | DigitTimeLine | WorkFlow TimeLine component viewing Workflow state, And Assignees Details |
Localization Configuration and Modules
TenantID | Module |
pg | rainmaker-common |
pg | rainmaker-muster |
pg | rainmaker-common-masters |
pg | rainmaker-workflow |
pg.citya | rainmaker-pg.citya |
Reference Files
Blocs :
Models :
Repositories:
Screens