RDFLib / prez-ui

BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Allow for large numbers of vocabularies #64

Open rob-metalinkage opened 1 year ago

rob-metalinkage commented 1 year ago

To achieve scalability for large vocabularie sections need to a) avoid loading all vocabulary details before displaying (first hit took a long time) b) allow grouping of vocabularies.

an option to group vocabularies by source would be sufficient - maybe the UI could be flexible enough to choose arbitrary properties of concept schemes to group - dct:theme, source etc.

KoalaGeo commented 1 year ago

Maybe some sort of virtual DOM like Tabulator uses - https://tabulator.info/examples/5.5 ?