TheDinos / pe

0 stars 0 forks source link

Multiple manga inputs for the same author only records the first manga entry. #5

Open TheDinos opened 1 week ago

TheDinos commented 1 week ago

Given that multiple command options can be given for the same "catalog" command, it could be intuitive to the user to try and input multiple manga's at once for easy usage (Using the "-m" command option). However, when the user tries to input multiple mangas on the same line, a concantation of manga names is printed to the CLI output:

image.png

However, upon using the "view" command, only the first manga seems to have been inputted:

image.png

Perhaps the UG could be updated to reflect that only 1 manga entry is allowed at a time. Furthermore, perhaps an exception could be created to display an error message if the user does try to input multiple command options at the same time, for instance "catalog -a user -m manga -m manga1".

soc-se-bot commented 4 days ago

Team's Response

We agree on the usefulness of adding multiple mangas at once but have put the issue under "NotInScope" as it was not under the features promised in v2.1 or user stories. Moreover, implementing this is not essential to the operation of the program as the user can still add them one-by-one. The effort needed to expand our current parser design to implement this is also non-trivial because we need to accept an unknown number of mangas.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]