TownHallHQ / TownHall

MIT License
27 stars 13 forks source link

feat: add filter by user_id in post query filter #119

Closed cudidotdev closed 11 months ago

cudidotdev commented 11 months ago

Hi @EstebanBorai, I created the postfilter struct and added author_id. So the post can be filtered by just the AuthorId for now.

Please can you walk me through writing test one more time whenever you are free. No test has been written for the filter by author_id yet