Open TheDinos opened 1 week ago
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.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
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:
However, upon using the "view" command, only the first manga seems to have been inputted:
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".