-
Notifications
You must be signed in to change notification settings - Fork 38
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
Support view / edit of data package metadata #852
Comments
Hi @JDziurlaj |
I understand this might be an break from the expected workflow for |
HI @JDziurlaj
|
Hi @mattRedBox, The tableschema in question is just an instance / descriptor of frictionless standard which we have crafted ourselves. It complies with their format and can be validated by the
This mode could be toggled by adding a menu item called "lock columns" or something similar. Validation is a key function we want, so that shouldn't be disabled. Here is the workflow we are trying to support:
I've developed an extension to |
Hi @JDziurlaj |
Hi @mattRedBox, I was referring to the sidebar (RHS) that comes out when the |
OK so just the Column Properties then (not Table, Package and others). |
I really like this idea and I think @JDziurlaj has nailed the spec. For clarification... Add Add a
On selecting
My question is what happens when the number of columns in the CSV and Table Schema are not equal? We may need some extra validation because at the moment these can't be different. |
Hi @markwheels |
…ngeoftab and locks for current tab. Sends menu lock notice from both.
…rformed after activeTab, then active Hot Id captured. Removed debug logging.
@mattRedBox Oversight on my part! If you want to lock the Table Schema then Primary and Foreign Keys and Missing Values in Table Properties also need to be made readonly |
…ngeoftab and locks for current tab. Sends menu lock notice from both.
…rformed after activeTab, then active Hot Id captured. Removed debug logging.
Right now, the sidebars for datapackage metadata (i.e. Table, Provenance, Package) display content as form fields, making editing very simple. However, if the metadata is being used for reference purposes, for example, to ensure entered data meets an already defined schema, then a more static view might be preferable.
Desired Behaviour (for feature requests only)
Our goal is to provide the tableschema to the user, and allow them to fill out the data, using the sidebars as a reference.
The text was updated successfully, but these errors were encountered: