gavinvaske / the_recipe_book

0 stars 0 forks source link

Add `Form` and `Table` components for `MaterialOrder` database object #338

Closed gavinvaske closed 3 months ago

gavinvaske commented 3 months ago

Description

We currently have a database table called material_orders

However, we didn't have anything on the UI setup to render these items or to create these items.

This PR adds a Table and a Form which enables all CRUD functionality on these objects.