lkldev / pe

0 stars 0 forks source link

Starting with sample data if package data loaded is invalid #9

Open lkldev opened 2 years ago

lkldev commented 2 years ago

since packages are not listed at the start, the person may not know that the packages are invalid.

nus-se-bot commented 2 years ago

Team's Response

We don't really understand what the issue is with the sample data. It is just for a reference/starting point.

Items for the Tester to Verify

:question: Issue response

Team chose [response.IssueUnclear]

Reason for disagreement: My bad as this was a last minute bug, what I intend to say was if the package data (insurancePackages.csv) is modified by the user and they accidentally added something invalid, the package data will not be loaded and instead a sample data will be populated. This may be a problem as the package is not seen until the user opens the the package window, and if they run any commands, the original package data (with their modification) will be overwritten by the application.

  1. initial CSV

image.png

  1. CSV after running listp followed by exit

image.png

This is will be an issue for the client if they have a long list of packages which will be deleted because of a typo in their initial CSV (and unable to savage since they won't see the issue until running the command).