-
Notifications
You must be signed in to change notification settings - Fork 47
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
Integrating Tables & Ontology editor #845
Comments
@Polleps What are your thoughts on this? |
I don't think this is the case at all, I'd rather create a blogpost in a full page form than in a table row for example. Tables only make sense for things that are semantically already row-like. For example rows on an invoice, but even then they only hold meaning when taken together as part of a whole invoice and lose that meaning when all invoice rows of all invoices are thrown into the same table.
Technically you can already do this by manually adding the table's class and properties to the ontology but the UX for this is bad and could be improved.
This could be nice but one problem we face is "Where do we put this table" since the location of the table can hold semantic meaning e.g. a recipe table in a folder called "Things I like" would mean something different when the folder was called "Allergy problems" I think it would make more sense to let the user choose existing classes when making a table
This is a good idea and would make it more like how most CMS's work. Only small problem we'd have to solve is what we name the ontology as this has some significance in semantics and when generating types. |
In 2023, we added two new features: the Ontology editor, and the Table editor. Both of these allow users to create and edit a data model. I think it's a good thing that both of these have a different UI, as their usecases are different, too. However, we should also consider how both of these could be integrated.
Consider some scenarios:
"Create table" button from Class
Select a class when creating a table
Show some buttons here
One default ontology per drive - all classes stored there
Reuse property dialogs in Ontology editor
The text was updated successfully, but these errors were encountered: