CMPUT301W15T03 / Team3ScandalouStopwatch

CMPUT301 TEAM CMPUT301W15T3 Git Repository
Apache License 2.0
0 stars 0 forks source link

How are we going to show all Expense details for an expense? #2

Closed jlhostyn closed 9 years ago

jlhostyn commented 9 years ago

I'm just working on my use cases and am kind of unsure of what we agreed on regarding displaying all of the details for a given expense item (I only took a picture of the board before we added the swipe right functionality). Are all of the details going to be shown in the expense list, on a normal click, when swiping right or just from the expense edit menu?

datjwu commented 9 years ago

Once you are viewing the claim and then swipe left/right you should see the list of expense items. Most of the details will probably be shown in this expense item list due to US05.01.01:

US05.01.01 As a claimant, I want to list all the expense items for a claim, in order of entry, showing for each expense item: the date the expense was incurred, the category, the textual description, amount spent, unit of currency, whether there is a photographic receipt, and incompleteness indicator.

I'm pretty sure this is all the details for an expense item; however, all these details should also be displayed in the "edit expense item" screen.

jlhostyn commented 9 years ago

Okay. That's going to be a lot of text for every expense in the expense list activity but it is what they want.

jlhostyn commented 9 years ago

I modifyed use case 4.05 to include seeing then in the list itself or editting an expense.