CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Custom filters per entity #1141

Open Wardormeur opened 7 years ago

Wardormeur commented 7 years ago

Some filtering is done f-end side, which is both unefficient and.. wrong. To avoid looping over in the b-end, or duplicating parts of code, we should find a way to implement custom filters either in seneca-entity or through the new "entity" object (>need to link specs here)