nus-cs2113-AY2021S1 / pe-dev-response

0 stars 0 forks source link

Bug on `exit` command #2094

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

image.png

Description: user cannot exit by command exit as claimed by the DG

Expected:

image.png

Actual:

____________________________________________________________
>>> exit

[ REMINDER       ]: Recurring entries coming up in 5 days' time, from today until 18th
                    No upcoming entries!
Status:
=====================================================================================================
= Welcome to Main Menu                                                                              =
=====================================================================================================
| No.            |  Feature                                           |  Commands                    |
-----------------------------------------------------------------------------------------------------
| [1]            |  Manual Income/Expense Tracker                     |  manual                      |
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| [2]            |  Recurring Income/Expense Tracker                  |  recur                       |
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| [3]            |  Goals Tracker                                     |  goal                        |
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| [4]            |  Financial Calculator                              |  financial                   |
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| [5]            |  Save Manager                                      |  saver                       |
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| [6]            |  Quit The Program                                  |  exit                        |
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
____________________________________________________________
>>>

Steps to reproduce:

  1. java -jar [CS2113-T16-1][FinanceIt].jar
  2. manual
  3. exit

Suggestion: I think you should phrase your instruction better


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

kaiwen98 commented 3 years ago

Team's Response

It is explicitly from the UG that the exit function for each feature returns the context to the main menu, not straight to program shutdown.

image.png

Duplicate status (if any):

--