nus-cs2103-AY2223S2 / pe-dev-response

1 stars 0 forks source link

Edit Mode for `item` entities accept `c` as short-form for `cost`, even though no such short-form was documented in the UG #3149

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

image.png

image.png

Steps to reproduce:

  1. Launch Reroll with default data
  2. make item Necrosword
  3. edit item Necrosword
  4. c 20

Expected: Output c is not a valid editable field! error message

Actual: Successfully edited cost field for the item entity Necrosword, with output Edited entity... (see above screenshots

Severity set to VeryLow, bug type as DocumentationBug as while this behavior is undocumented, there is enough context (in the form of the short forms of other fields in edit mode) that users may expect that this short-form is implied to exist.

Not present in UG under short-forms in Edit Mode:

image.png


[original: nus-cs2103-AY2223S2/pe-interim#2502] [original labels: severity.VeryLow type.DocumentationBug]

Zeli0 commented 1 year ago

Team's Response

No details provided by team.

Duplicate status (if any):

--