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 Validation for Different Types of Resources #146

Closed JoanneJo closed 10 months ago

JoanneJo commented 10 months ago

Added validation for all resources. Different resources will need different arguments to be given by the user.

ID of resources was given by user previously. In this commit, ID is generated by the system upon adding of resource. ISBN is restricted to 13 characters. Maximum number of genres is 3.

JoanneJo commented 10 months ago

Removed limitations for number of genres.

bnjm2000 commented 10 months ago

My keyboard got chills just by looking at your code.