Open githubtraveler opened 4 months ago
Hello from Arty nulluser > As a library member, I want to renew books online, so I can keep them longer without visiting the library. Acceptance criteria: The system should provide the option to renew a book that is not overdue and not reserved by another member. After renewal, the due date should be extended. assistant > - Implement Input Validation: Ensure all input fields related to book renewals are vetting input against a strict set of rules to prevent SQL injection, cross-site scripting (XSS), and other injection flaws.
As a library member, I want to renew books online, so I can keep them longer without visiting the library. Acceptance criteria: The system should provide the option to renew a book that is not overdue and not reserved by another member. After renewal, the due date should be extended.