quanganh2810 / pe

0 stars 0 forks source link

Editing issue. #6

Open quanganh2810 opened 1 year ago

quanganh2810 commented 1 year ago

When an entry is edited, the time included with the entry does not update with the editing. In other words, the time is fixed to the time when the entry was added. Should this be fixed so that it also updates in accordance with the time of editing ?

nus-se-script commented 1 year ago

Team's Response

The original intention of the date and time field is to show when the entry was created by the user. However, it would be a good improvement to allow the user to edit the date and time of the entry in /edit

Items for the Tester to Verify

:question: Issue type

Team chose [type.FeatureFlaw] Originally [type.FunctionalityBug]

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.