BobaBoard / issues

BobaBoard issue tracking
2 stars 0 forks source link

Prototype getting typescript types for the frontend from backend open api definitions #128

Open essential-randomness opened 1 year ago

essential-randomness commented 1 year ago

We currently write backend response types 3 times: 1 — As a typescript type in the server 2 — As a OpenAPI definition 3 — As a typescript type in the frontend

This is not good. We should change this.

essential-randomness commented 1 year ago

Generation on backend has been checked in with #https://github.com/BobaBoard/boba-backend/pull/112