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:
Make the submission form disappeared after a successful submission.
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.
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: