wearefuturegov / outpost-api-service

Outpost's public API component
https://outpost-api-service.herokuapp.com/api/v1/services
MIT License
3 stars 2 forks source link

Fix age filter bug #11

Closed em-cd closed 3 years ago

em-cd commented 3 years ago

This should fix an issue with the age filter where a user could filter by minimum age of 13, and see results for 2 to 4 year olds.

Also fixes a broken link in the README.

em-cd commented 3 years ago

I think it's fine to return things with null - those are shown as 'Suitable for all ages' in the UI. I never got around to implementing integration tests but I'm quite keen to get this in as it's been sitting around for ages! Smoke tests were all okay, are you happy for me to merge this @dtt101 ?

dtt101 commented 3 years ago

@em-cd - let's merge!