nus-cs2113-AY2021S1 / pe-dev-response

0 stars 0 forks source link

Bug on `manual` command #2093

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

image.png

Desc: there is a bug on the manual command Expected:

[ SYSTEM MESSAGE ]: Welcome to Manual Tracker!
[ DIR            ]: [ MAIN_MENU -> MANUAL_TRACKER_MENU ]
[ TODO           ]: Enter a command!
                    Input "commands" for list of commands.

Actual:

[ ERROR          ]: Command failed. Try again.
[ DIR            ]: [ MAIN_MENU -> MANUAL_TRACKER_MENU ]
[ TODO           ]: Enter a command!
                    Input "commands" for list of commands.

Step to reproduce:

  1. java -jar [CS2113-T16-1][FinanceIt].jar
  2. manual
  3. manusl
  4. ls
  5. manual

[original: nus-cs2113-AY2021S1/pe-interim#1959]

kaiwen98 commented 3 years ago

Team's Response

It is under the developer's speculation that the tester expected the manual command to belong to the manualTracker. However, this is simply not true. The command is instead associated with the main menu, which the user exits to enter manualTracker after the manual command is issued.

image.png

Duplicate status (if any):

--