Open Metanyu opened 1 week ago
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.
Team chose [severity.Medium
]
Originally [severity.High
]
Reason for disagreement: [replace this with your explanation]
All orders and transactions previously entered will be deleted after exiting the program.
Previous:
After using
exit
to exit the program and reentering:Maybe can have a separate save file for order & transaction, because the only data being saved right now is pill items.