datapub
datapub copied to clipboard
📝 React-based framework for building data publishing workflows (esp for CKAN)
Have a component for "Link a file" in Resource add ## Acceptance * [x] a form field providing a link * [ ] When you type something in the url...
In portal.js we agreed to move to typescript and I think we probably want this here.
If I don't provide any config values the default values are not being used. ### Expected result Use the following config values: ```js { authToken: "be270cae-1c77-4853-b8c1-30b6cf5e9878", api: "http://localhost:5000", lfs: "http://localhost:5001",...
Follow up (broken out of) #17 ## Acceptance When a linked file is chosen we infer core meta from url and try to load data (if CORs issue then just...
This a discovery ticket to research how the pause/resume works and what is necessary to implement this functionality. ## Acceptance * [ ] Research and write about how to implement...
We have an integration test with actual file uploading ... ## Acceptance * [ ] Integration test for file uploading (using cypress) * [ ] We have CI with github...