Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a client I want fo filter objects on Objecttypes attributes, such as labels #430

Open
annashamray opened this issue Aug 9, 2024 · 1 comment

Comments

@annashamray
Copy link
Collaborator

Thema / Theme

Objecten API

Omschrijving / Description

Taiga US - Utrecht 258

From the Commutr project (GZAC) we are running into a limitation in the object type api. This limitation causes reduced performance and extra code, exactly what we want to get rid of in this phase of stabilization.

Example case: we want to know the uri of an object type, based on the field 'point of interest'.

Current:

To retrieve a list of objects of a specific type, you need the uri reference to the object type
To retrieve that uri reference, we need to retrieve a list of all object types; and in that list we can then filter on label "point of interest".

Desired

To retrieve a list of objects of a specific type, you need the uri reference to the object type
To retrieve that uri reference, we query the object type api with a query parameter in which we can filter on label point of interes

Advantages: Performance Better code Logic where it belongs

Toegevoegde waarde / Added value

No response

Aanvullende opmerkingen / Additional context

No response

@joeribekker
Copy link
Member

joeribekker commented Sep 24, 2024

Discussed with Utrecht: Ritense needs to specify this better. Blocked until then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Triage
Development

No branches or pull requests

2 participants