trifid
trifid copied to clipboard
Replace UI of default renderer
Replace outdated renderer with a one that uses an up-to-date, extendable RDF UI framework
The renderer needs to be able to handle paging/lazy-loading
Example for a resource with many triples and long loading time: https://ld.bs.ch/cube/100128/observation/
@cristianvasquez link to the Zazuko Style repo.
A test instance, to check the parameters can be examined with:
- Clone https://github.com/zazuko/trifid-renderer-entity.git
- go in and
npm install
- npm run example-instance
- http://localhost:3000
This will show some example parameters.
All the CSS (zazuko looks) comes from https://github.com/zazuko/trifid-renderer-entity/blob/main/views/render.hbs
@cristianvasquez do we have paging / lazy loading yet?
I changed the focus of this issue to the paging / lazy-loading.
We have two issues for the pagination topic:
https://github.com/zazuko/trifid/issues/129 https://github.com/zazuko/trifid/issues/123
@l00mi as we track the pagination in separate issue, can we close this issue?
Yes, thank you.