Details
-
Story
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
-
None
-
-
Concorde - Sprint 81, Concorde - Sprint 82
-
3
-
Concorde
Description
Purpose
To have the ability to upload a file from UI in small chunks of binary data using RMB streaming capabilities.
See the same approach DataImportImpl.java
Development steps
- Define RAML endpoint
- Receive a chunk and save it using FileStorageService. Create an abstraction - FileUploadService to hide all the details for choosing a proper implementation of the FileStorageService - fileSystem/networkDrive.
Acceptance Criteria
- REST API is created:
POST /data-export/fileDefinitions
GET /data-export/fileDefinitions/[id]
POST /data-export/fileDefinitions/[id]/upload - tests are created
TestRail: Results
Attachments
Issue Links
- defines
-
MDEXP-42 File upload functionality
-
- Closed
-
-
UXPROD-2065 Export Manager - data export landing page
-
- Closed
-