Open Volneirj opened 2 months ago
As a logged-in user, I can access the URL endpoints for issuing books, so that I can manage the issuance of books effectively.
AC 1 Test that the URL /issue// correctly routes to the issue_book view
AC 2 Test that the URL /list/ correctly routes to the issued_books_list view
AC 3 Test that the URL /return// correctly routes to the return_book view
As a logged-in user, I can access the URL endpoints for issuing books, so that I can manage the issuance of books effectively.
Acceptance Criteria
AC 1 Test that the URL /issue// correctly routes to the issue_book view
AC 2 Test that the URL /list/ correctly routes to the issued_books_list view
AC 3 Test that the URL /return// correctly routes to the return_book view