harsimran-preet / iVentory

0 stars 0 forks source link

Item Info Page to display information about an item #10

Open ujwal-jain opened 2 years ago

ujwal-jain commented 2 years ago

Time - 3.5 hours Actual - 4 hours Create a POST /item/:inventoryid to add an item to an inventory. Item information will be in the request body Create a CreateItem page in UI to input details about an item - name, description, quantity for now. Need to create a (+) button in the UI in the inventory table that opens up the CreateItem page. Then integrate with backend.