cs130-w21 / dots-ios

Team 8 - Available on the App Store!
https://apple.co/2O5rYxs
Apache License 2.0
8 stars 2 forks source link

Item Entry #18

Closed lynnozhang7 closed 3 years ago

lynnozhang7 commented 3 years ago

User Story

As a user, I would like to add item entries to the bill and be able to select the participants and add the price of that item, so that I can record the details of the bill.

Detailed Description

This is a user interface that allows the user to enter specific items in a bill and assign corresponding participants. The user is expected to be able to type item name, dollar amount, as well as being able to select corresponding participants from the existing participants of the bill. Additionally, the user should be able to save everything he/she typed or selected after clicking a button; similarly, the user should also be able to exit out of this view by clicking another button without saving any changes.

Acceptance Criteria

Task List

GMA5566 commented 3 years ago

The third task is partially implemented in that it is currently unclear which view it will go back to. Only the button itself is implemented.