code-corps / code-corps-api

Elixir/Phoenix API for Code Corps.
https://www.codecorps.org
MIT License
235 stars 86 forks source link

Fix filtering and sorting to match JSON API spec #1359

Open joshsmith opened 6 years ago

joshsmith commented 6 years ago

Problem

Right now when we send query params to the API, we are not filtering/sorting correctly.

We'll need to decide if we want to tack another library on, write our own thing, or go forward with replacing ja_serializer with jsonapi (which allows some of this querying ability).