Closed YujithIsura closed 4 years ago
Step 1 This check boxes in each two sections should be iterated by an array
Step 2 by clicking the plus icon user should be able to add a new line and when user press on delete icon that line should be deleted
Step 3
Todo : Design above pages using react+meterialUI stepper and place it here "src/pages/ADMIN/Election-config"
Field Options API to cater candidate form config & supporting documents & Eligibility Checklist /options/{fild-name} returns
[ { key:"", label:"", type: "boolean" } ]
Election Module Structure
{ name: "Provincial", id: "uuid", candidateFormConfiguration: [ // field key's which are true. ], supportingDocuments: [ ], division:[ { commonName:"Provintial" , divisionName:"Name", divisionCode:"01", noOfCandidates: 67 }, ... ], electionConfig:{ authority: "", calculationType: "", ... }, eligibilityConfig: [ // set of keys selected. ] }
I'll work on this
Step 1 This check boxes in each two sections should be iterated by an array
Step 2 by clicking the plus icon user should be able to add a new line and when user press on delete icon that line should be deleted
Step 3
Todo : Design above pages using react+meterialUI stepper and place it here "src/pages/ADMIN/Election-config"
Requirements
Back-end APIs
Field Options API to cater candidate form config & supporting documents & Eligibility Checklist /options/{fild-name} returns
Election Module Structure