jerichosy / CSSWENG-Team-3

Full-stack web application written in the MEVN (MongoDB, Express.js, Vue.js, Node.js) tech stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes should be optional

TimPin28 opened this issue · comments

Summary
Inputs for Notes should be optional, not required when creating a new expense record

Steps to Produce:

  1. Go to Expense tab
  2. Click on Add
  3. Set the Category to Grocery
  4. Set the Item Name to Flour
  5. Set the Amount to ₱1500.00
  6. Click Add

Expected Results:
It should have created the new expense record and generated in the expense database

Actual Results:
There was an input validation stating to input in the Notes field.

image_2022-12-14_032151027

See 07-CSHAddExpense, Iteration 1-4 for more details

fixed with 07ed533

wrong commit earlier