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

Add Filter by Status for List Command and fix logging for List, Edit #134

Closed yingx9 closed 10 months ago

yingx9 commented 10 months ago

Librarians may want get an overview of the status of resources

Hence, add filter by status to list for AVAILABLE, BORROWED, LOST and add more test cases

Fix list and edit logging where ./runtest.bat fails due to missing log directory

Rename Messages class to FormatMessages to reflect its purpose clearly

000verflow commented 10 months ago

Nice updates!