sparna-git / Sparnatural

Sparnatural : Typescript visual SPARQL query builder for knowledge graphs, configurable with SHACL
http://sparnatural.eu
GNU Lesser General Public License v3.0
206 stars 34 forks source link

Support optgroup in ListWidget #534

Closed tfrancart closed 5 months ago

tfrancart commented 7 months ago

We are exploring how Sparnatural can be an interface to more than one endpoint. See https://github.com/sparna-git/Sparnatural/blob/master/src/sparnatural/components/widgets/data/UrlFetcher.ts#L116 : the query is sent to all andpoints, and results are aggregated on the client-side

So to present the content of a List widget, we would simply group the results of the different endpoint inside optgroup. For this the ListWidget has to support optgroup

tfrancart commented 6 months ago

Still requires documentation