harsimran-preet / iVentory

0 stars 0 forks source link

Backend Add columns in an inventory with a name and default value #12

Open ujwal-jain opened 2 years ago

ujwal-jain commented 2 years ago

Estimated Time - 3 hours Actual Time - 30 minutes Create a (+) button in the InventoryPage UI that allows you to input a column name. Create a POST /column/:inventoryid which allows you to create a column in the inventory. The column just has a name (we don't even need a default value, empty string is perfect), so if possible try to avoid a CreateColumn page. The name field of the column will be in the request body.