guyidk / BookTrack_DevOps_Project

The application allows administrators to manage the library's collection and handle book borrowing transactions. The key functionalities include adding, viewing, and updating books information, as well as logging borrowing activities
0 stars 0 forks source link

handling validation for book_id is not a number #40

Closed wei69 closed 10 hours ago

wei69 commented 10 hours ago

The book_id field previously lacked proper validation, leading to potential issues if non-numeric values were entered or if IDs were referenced with this pull rerequest it ensure that it is properly validated

guyidk commented 10 hours ago

LGTM process to merge