Open marcuslowhuiyu opened 2 years ago
editStock
command aims to supplement what we have in the GUI, where the user can still modify currentStock
levels.[The team marked this bug as a duplicate of the following bug]
Violates CLI project constraint
There is no option to do this via CLI command.
[original: nus-cs2103-AY2223S1/pe-interim#552] [original labels: type.FeatureFlaw severity.Low]
[This is the team's response to the above 'original' bug]
Reason for Response
editStock
command aims to supplement what we have in the GUI, where the user can still modifycurrentStock
levels.- Our group went with implementing the increment and decrement feature because we felt that it would be a good to have feature.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Team chose [response.Rejected
]
Reason for disagreement: It is clearly stated in the project constraints that it should be typing preferred. Even if the functionality is offered through the GUI, the bare minimum requirement is that said functionality is available in through the CLI as well.
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: Goes against tP constraints.
While it is mentioned that the app is optimised for
Command Line Interface
, there is currently no way to increment or decrement the stock of an item via the CLI, and this feature can only be done in the GUI. This goes against the constraint of the tP of having typing preferred interactions.