openstate / open-raadsinformatie

Doorzoek vergaderstukken van gemeenten en provincies
https://openbesluitvorming.nl
MIT License
28 stars 12 forks source link

Add Waterschap as Organization #469

Closed joepio closed 6 months ago

joepio commented 6 months ago

The Waterschap data is succesfully imported, but it's not yet possible to select them from the start screen.

I think that's because there is no entity for the Waterschappen imported yet. I'm not entirely sure how this happens for Gemeenten and Provincies, but it seems likely that there is missing some logic for Waterschappen here.

The front-end does an empty query and filters for classification: ["municipality", "province", "waterschap"], but there are no waterschap entities.

breyten commented 6 months ago

Ah, I updated the code to have the classification as follows: "classification": "Water board"

Since the other ones are english. You should be able to find them just by searching for water, eg. like this

joepio commented 6 months ago

I updated the classification filter, but it's not working yet.

I can see the documents:

Screenshot 2024-04-10 at 10 23 27

But not the org:

Screenshot 2024-04-10 at 10 23 55
joepio commented 6 months ago

Fixed!

Problem was that water board didn't work, but water did in the FE query.