nus-cs2113-AY2021S1 / pe-dev-response

0 stars 0 forks source link

Bug on `new /date` command #2095

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

image.png

Description: I want to add ledger on 03 Feb 1999

Expected:

[ SYSTEM MESSAGE ]: Ledger 7 : [ Feb 3 1999 ] created!
[ DIR            ]: [ MAIN_MENU -> MANUAL_TRACKER_MENU ]
[ TODO           ]: Enter a command!
                    Input "commands" for list of commands.

Actual:

[ SYSTEM MESSAGE ]: Ledger 7 : [ Feb 3 2099 ] created!
[ DIR            ]: [ MAIN_MENU -> MANUAL_TRACKER_MENU ]
[ TODO           ]: Enter a command!
                    Input "commands" for list of commands.

Steps to reproduce:

  1. java -jar [CS2113-T16-1][FinanceIt].jar
  2. manual
  3. commands
  4. new /date 990201
  5. new /date 990203

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

kaiwen98 commented 3 years ago

Team's Response

The severity should be lowered because it is supposed to be a documentation bug; The shortcut for double-digit year inputs is meant for 20XX. However it was not made explicity in the documentation.

Duplicate status (if any):

--