feat: add view bulk imports page#637
Conversation
Fixes: #633
eba859d to
fd1284d
Compare
Fixes: #633
fd1284d to
d14f1e7
Compare
Fixes: #633
d14f1e7 to
5fdc0e2
Compare
muskankhedia
left a comment
There was a problem hiding this comment.
LGTM!
There is no component for input field of type file and so html5 component has been used. If any other modules could be suggested that will be very helpful.
@abhaychawla Can you please have a review, @karantakalkar have followed a good approach to implement all the functionalities and reduce the modules at the same time.
Fixes: #633
5fdc0e2 to
955c08c
Compare
|
@karantakalkar Can you make a gif/video displaying the download and upload of files in this section as I am continuously facing errors. And also file download, an encoded form is downloaded whereas in case of community app |
|
The encoded file opens up to be xls only, in community pp implementation is very different, they open up a URL, whereas I am straightaway fetching from API. |
Fixes: #633
955c08c to
08635c5
Compare
Fixes: #633
08635c5 to
3bba702
Compare
Description
Added view bulk-import page for each bulk import in a single re-usable component configured download/upload template functionality and connected it to the API.
Notes:
Name, Entity Type, URL Suffix, Number of Form Fields (Offices,Staff, Legal Form, None).
bulk-imports.tsfile which contains categorical data for each of bulk imports.route parameter 'name' is used to fetch import specific data upon navigating to a particular import.
Related issues and discussion
#633
Screenshots, if any
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
If you have multiple commits please combine them into one commit by squashing them.
Read and understood the contribution guidelines at
web-app/.github/CONTRIBUTING.md.