Releases: folio-org/stripes-data-transfer-components
Releases · folio-org/stripes-data-transfer-components
v1.0.0
- UI app created. Refs UIDEXP-8.
- Handle security issue because of eslint version, remove excess eslint rules, upgrade babel and eslint-config-stripes versions. Refs UIDEXP-17.
- Add dependency on @folio/stripes-data-transfer-components. Add the file uploader feature on the landing page. Refs UIDEXP-11.
- Add running jobs components to display temp static data. Refs UIDEXP-6.
- Implement logic for initiating the export job process once the user has selected file. Refs UIDEXP-20.
- Add validation to QueryFileUploaderComponent to let user upload only file with CSV extension. UIDEXP-21.
- Update
stripes
tov3.0.0
,stripes-core
to4.0.0
andreact-intl
to2.9.0
. UIDEXP-30. - Add jobs log display with static data. UIDEXP-7.
- Implement logic for periodical fetching of running jobs and logs. Refs UIDEXP-22.
- Periodically update running jobs and logs lists. Refs UIDEXP-23.
- Provide the way to download an export file from job logs. UIDEXP-29.