-
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
Integrated resource editor app in React #16
Comments
…#16 - integrated all components - refactor html semantic - refactor css - add stepper component - add mockup for tableschema
@rufuspollock @anuveyatsu I sent a PR with some updates in this commit 9e0d670 you can see the result online in Tomorrow I pretend to improve more the save metadata and save schema process + stepper. |
@mariorodeghiero how about enabling multiple file uploads? |
That should be separate issue. Note that foe multiple resources we prob
don't want stepped ux but have collapsible components for eg schema editor
…On Fri, 28 Aug 2020, 09:43 Anuar Ustayev, ***@***.***> wrote:
@mariorodeghiero <https://github.com/mariorodeghiero> how about enabling
multiple file uploads?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABMDMX7TFUV27BFI2ZBV3TSC5N2RANCNFSM4QNDTJ7A>
.
|
@anuveyatsu @rufuspollock Can be controlled for each file independently? |
@mariorodeghiero I think you mean the same thing as Rufus 😄 anyway let's leave the multiple files for later |
sounds good, let's keep with the plan |
@anuveyatsu @rufuspollock could please take a look https://datopian.github.io/datapub/?path=/story/templates--app-template if need something more for this issue? I think the next step we need to fix. If hasn't a schema for the current file, we need to create a default schema? |
@mariorodeghiero I'm not sure if there is a schema when user just uploads a file. I believe the steps are:
|
- Now is possible to click in showInfo and see the component documentation
FIXED. We have this wired up pretty nicely now. |
React App combining several lower level components into an app / flow: Upload, Edit metadata, Edit table schema, Save
Need to mock this up a bit.
Could be stepped or all in one page (maybe hide show for some of it so it would work with multiple resources).
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: