Open balessan opened 8 months ago
URI example: https://api.community.startinblox.com/
[ ] #38
[ ] Validate the efficiency of criteria intersection with all the users directory search fields
[ ] Rationalize search strategies in the filterMixin (client/server/index)
[ ] Test at larger scale (*10 on current volume)
[ ] Pursuing the Comunica integration in the client framework
Missing features on indexes:
[ ] Do we pass the index of the users containers as data-src: see suggestions below:
Client-side example:
<solid-form-search fields="skills" rdf-type-skills="foaf:user" predicate-skills="hasSkill" /></solid-form-search> <solid-display data-src="https://api.community.startinblox.com/users/" > </solid-display>
Server-side example:
{ "@context": "https://cdn.startinblox.com/owl/context.jsonld", "@type": [ "dcat:Dataset", "ldp:Container", "idx:Entrypoint" ], "@id": "https://api.community.startinblox.com/users/", "idx:indexes": { "@id": "https://api.community.startinblox.com/users/indexes/" }, "dcat:Resource": [ { "@id": "https://api.community.startinblox.com/users/antoine/" }, { "@id": "https://api.community.startinblox.com/users/balessan/" }, { "@id": "https://api.community.startinblox.com/users/sylvain/" } ], "ldp:contains": [ { "@id": "https://api.community.startinblox.com/users/antoine/" }, { "@id": "https://api.community.startinblox.com/users/balessan/" }, { "@id": "https://api.community.startinblox.com/users/sylvain/" } ] }
Description of an index:
{ "@context": "https://cdn.startinblox.com/owl/context.jsonld", "@type": [ "dcat:Dataset", "ldp:Container", "idx:Entrypoint" ], "@id": "https://api.community.startinblox.com/users/", "idx:indexes": { "@id": "https://api.community.startinblox.com/users/indexes/" }, https://api.community.startinblox.com/users/indexes/
Technical deliveries:
Into the SiB framework:
About the string indexes: The depth of the index branches must be fixed. Each branch must have the same depth regardless of the data.
URI example: https://api.community.startinblox.com/
[ ] #38
[ ] Validate the efficiency of criteria intersection with all the users directory search fields
[ ] Rationalize search strategies in the filterMixin (client/server/index)
[ ] Test at larger scale (*10 on current volume)
[ ] Pursuing the Comunica integration in the client framework
Missing features on indexes:
[ ] Do we pass the index of the users containers as data-src: see suggestions below:
Client-side example:
Server-side example:
Description of an index: