Implement csv import for division configuaration
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
**Description**
Give an option to import division information in the create election template through csv file
#### division information
1. division code
2. division name
3. no of candidate
**Solution**
Implement ui component for csv import
- option to download the csv format
- option to select the complete csv file and import by clicking the import button
- imported date should display below after successfully imported
- Provide informative error messages to the user if the csv file has any invalid data
**Steps to go to division configuration step**
1. Click create election tab on side navigation bar
2. Give template name and click on next button
3. Go to the second step on the wizard by clicking next button
4. You can see the division configuration screen
**Additional context**
- We need to add the same ui for the update election template as well
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.