-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We want to make the website as lightweight as possible and we don't want to keep too many stuff on it e.g.
current flow: we are using the table schema data in the catalog.json file to create pages and frontmatter on the website.
wanted flow: we retrieve the table schema metadata from the schemas themselves instead of taking them from the catalog.json.
in the catalog.json we should leave just title and url so that
- it is easier for people to contribute / add new schemas
- there's no data repetition (as we would retrieve the data directly from the schemas themselves)
Having this in mind -->
Question:
How do we want to add a table schema preview option to the table schema catalog website?
- should we commit the
tableschema.jsonfiles to the website repo? - should we let the table schemas sit in their repositories and just link to them externally on our website (e.g. if you want to preview a table schema)..
How do we show the table schemas on the website...?
Acceptance
- there is a preview a table schema option on the website
Tasks
- think of the best approach
- ...
Metadata
Metadata
Assignees
Labels
No labels