SE750-Group14-GirlGang / roadtrip-planner

An application to help you and your friends plan a roadtrip!
Apache License 2.0
3 stars 2 forks source link

Enhancement for Add Item behavior #128

Open CapLock-OCTO opened 3 years ago

CapLock-OCTO commented 3 years ago

User Story The experience using the current Add Item function in Package list could be improved.

After submitting the items, I could see the background is adding my items into the list, however, the submission form did not disappear. I understand that you would like to make users able to continuously adding items, but there is no feedback from the application telling the user that the action is successful. Also, the text in the input field is remained in the box after a successful submission, so the user needs to delete what's in the input and type in another one. This leads to another problem that if the user clicked multiple times, there will be duplicated items appear on the item list.

Acceptance Criteria I would suggest to choose one behavior pattern from following:

  1. Make the submission form disappeared after a successful submission.
  2. Prompt a successful message after a successful submission, and clear the text input field so users could not repeat submit. Moreover, add a detection mechanism to prevent users from adding duplicate items.