AY2324S1-CS2113T-W11-1 / tp

SysLib is a CLI Library Management software for system librarians especially those who are fast typists. From viewing, adding, searching, editing, deleting and saving, SysLib provides all the features needed to manage library resources and events.
https://ay2324s1-cs2113t-w11-1.github.io/tp/
0 stars 5 forks source link

[BUG] Blank input can be given for event title #128

Closed yingx9 closed 1 year ago

yingx9 commented 1 year ago

Tested on 2.0 JAR

Input: eventadd /t /date 11-11-2001 eventlist

Expected: Reprompt user for valid title

Actual: Passes

image

SUGGESTION Eventlist starts at 0, but a typical user is more used to a list starting at 1. Maybe you should adjust 0 to 1