quanganh2810 / pe

0 stars 0 forks source link

Timing issue #7

Open quanganh2810 opened 1 year ago

quanganh2810 commented 1 year ago

Since PocketPal is a finance tracker app, let's just say I forgot to put in an expenditure that I spent yesterday. I now want to add in that expenditure today. However, the program does not allow for the editing of the date/time of the expenditure meaning this is impossible.

soc-pe-bot commented 1 year ago

Team's Response

While this is a good suggestion for future improvements, the requirement to add items in the past is not part of our requirements according to our user stories.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: Since your user story mentions that the app is for the user to be able to "plan" their finance well, I think having the ability to edit the time is quite important such that the user is able to view on which day then spent what. They may also be able to go back to a previous expenditure solely on the date like a sort-by-date method otherwise I personally feel like there is no point in having the date at all if the date is fixed to the exact time that you do the input. This feature is also quite easy to implement since it is just a "set" method.