BobaBoard / issues

BobaBoard issue tracking
2 stars 0 forks source link

Add end to end type safety to board feed queries #132

Open essential-randomness opened 1 year ago

essential-randomness commented 1 year ago

We want to test our end to end typesafety flow by adding it to a new endpoint. The chosen candidate is /feeds/boards/{board_id}.

Reptapog commented 1 year ago

all relevant types have been converted to or have Zod equivalents.

board feed still needs to return results parsed by Zod (ref), can confirm that there are some tests that return unexpected results that will need to be looked at and fixed

nothing has been touched at all on the front end yet