Main Page - nolwn/library-catalog GitHub Wiki
Note about logging in
Because this library program will likely be running on computers at the library which any library member can use, there should not be a way of logging in as a member. Instead, members will use their library card numbers to validate any user specific actions they take on the web program.
The librarian will be able to log in.
Usage
The main page has a search bar #19. It has a header which includes links to some things that user might want to do:
There should also be a link called Librarian login.
A user can select what part of a book they are searching for (author, title, etc.). The default part is called "keyword" which will look for matches against any part of the book. When a user clicks search, or pressed Return/Enter from the search bar, they will be taken to the search results page.