SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
146 stars 39 forks source link

what options triple can be used in solid-ui #539

Closed bourgeoa closed 1 year ago

bourgeoa commented 1 year ago

To resolve the issue raised by @timea-solid in our last SolidOS meeting about the Choice form, different options predicates can be proposed to define more parameters :

form ui:options "search-full-store" # ui:Options is already a form
form ui:search-full-store true # this type of triple is already used to create subforms see (1)

form rdf:Property "search-full-store"
form ui:property "search-full-store" # ui: property is already defined in the UI ontology

(1) https://github.com/SolidOS/solid-ui/blob/aa3408d0e31078205a97797468378f8986e90e2a/src/widgets/forms.js#L817-L825

@timbl do you have any recommendation ? this will be used in https://github.com/SolidOS/solid-ui/pull/537

bourgeoa commented 1 year ago

form ui:search-full-store true # this type of triple is already used to create subforms see (1)

prefered triple by @timbl following SolidOS meeting 29 march 2023