-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor current file upload code into React setup for resource creation #6
Comments
@rufuspollock I add a fetch to authenticate and get JWT token form authz into the core react code using a proxy in package.json because using the SDK I got a CORS error. Maybe we need to check with @shevron if he has any idea. Next steps:
Result ok: |
- fix the upload flow using the SDK to upload file to the storage - install enzime to the project - add select file test
@rufuspollock Now all flow is working, I refactored the code and I add one more test to test the select file using jest+enzime. |
FIXED. See the items below.
|
Integrate the ckan3-js-sdk with this code and refactor so that we can upload a single file to the storage.
Acceptance
Tasks
The text was updated successfully, but these errors were encountered: