gavinvaske / the_recipe_book

0 stars 0 forks source link

Add CRUD ability to `Die` Objects #364

Closed gavinvaske closed 1 month ago

gavinvaske commented 1 month ago

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:

  1. DieForm
  2. DieTable
  3. Updates to endpoints in dieController

Also I improved typescript support around the Die db object