w-a-r-m-inventory-system/Food-Pantry-Inventory

Product Examples Table - build ACID screens

Closed this issue · 2 comments

Recently we added a new table - product_examples. We need screens to list/add/change/delete the entries in this table. Each entry is associated with exactly one product.

More documentation about this table will be added in the next few days.

Build web pages that will allow an authorized user (i.e. staff or admin) to add, change and delete
product example entries.

  • Each product example entry must be associated with one (and only one) product.
  • Changing a product example entry may include changing which product is associated with it.
  • Currently only the roles staff or admin may access this set of screens.

See also issue #206 for how this table will be used.

Mike Rehner submitted a PR to satisfy this issue.