Closed gavinvaske closed 1 month ago
Previously, we had a Die database table setup and its schema defined.
Die
The ability to CRUD those objects via the UI had not been added yet.
This PR adds the react components and endpoints neccessary to CRUD.
Specifically:
DieForm
DieTable
dieController
Also I improved typescript support around the Die db object
Description
Previously, we had a
Die
database table setup and its schema defined.The ability to CRUD those objects via the UI had not been added yet.
This PR adds the react components and endpoints neccessary to CRUD.
Specifically:
DieForm
DieTable
dieController
Also I improved typescript support around the Die db object