Open samuelcheongws opened 2 years ago
This bug report seems to contain multiple bugs, so I will address them and pick one.
Documentation on how to use the feature is lacking: Not specified how the documentation is lacking. Hence this bug is unclear.
No easy way to test the features with preset csv and json files: This is a valid bug.
Some error messages due to lack of personal data for each user is pointed out:
Per screenshot 2 (not sure what screenshot 1 means) it appears that single quotes ('
) have been used in place of double quotes ("
) in the JSON file, so the application is warning the user about that instead. Hence this bug is invalid.
Therefore I am picking bug 2. Bug 2 is valid, but I argue that it is not difficult to obtain CSV and JSON files for testing. For CSV files, you can use the export
command to obtain a CSV file that can be modified for testing. For JSON files, you can create a copy of addressbook.json
and modify it for testing.
The severity should be low as this bug does not affect usage of the application.
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: 1. Accepted
Furthermore
Coupled with the lack of manual testing documentation for the import command. Difficulty in testing a feature is considered a bug. No preset files are supplied for the application which makes testing within time constraints difficult.
While this feature as a standalone will not prevent the user from still using the application normally, the amount of issues caused by this bug makes it almost worth a high severity.