Metanyu / pe

0 stars 0 forks source link

All `order` and `transaction` will be deleted after exiting the program #10

Open Metanyu opened 1 week ago

Metanyu commented 1 week ago

All orders and transactions previously entered will be deleted after exiting the program.

Previous:

image.png

After using exit to exit the program and reentering:

image.png

Maybe can have a separate save file for order & transaction, because the only data being saved right now is pill items.

nus-se-bot commented 4 days ago

Team's Response

As of v2.1, orders and transactions are not saved locally to a file, meaning only transactions from the current PILL session are accessible. This limitation affects the retrieval of order details, particularly for unfulfilled orders. While fulfilled orders update the inventory correctly, unfulfilled orders are lost upon restarting the application, which could lead to inconvenience for users who rely on the system to track pending actions.

However, this issue does not compromise the core functionality of placing and dispensing orders, nor does it prevent users from utilizing the inventory management features. The primary impact is a temporary inconvenience rather than a complete loss of functionality. Since the feature remains operational with minor usability drawbacks, the severity of this issue has been assessed as medium rather than high.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.Medium] Originally [severity.High]

Reason for disagreement: [replace this with your explanation]