1,689
18
Research Paper, 6 pages (1500 words)

E-library – requirements specification

E-Library – Requirements Specification Author: Jiri Walek Status: Draft Contents 1. Introduction2 1. 1. Overview of the E-Library System2 1. 2. Keywords2 1. 3. Abbreviations and Terms2 2. Administration Requirements3 1. 4. Types of User Accounts and Permissions3 1. 5. Administration Interfaces3 3. User Requirements4 1. 6. Online User Registration4 1. 7. User Login/out4 1. 8. Catalog Search4 1. 9. Catalog Quick Search4 1. 10. Catalog Browsing5 1. 11. Advanced Catalog Browsing5 1. 12. Create Select List5 1. 13. Check Out eBooks6 1. 14. Explicit eBook “ Return” 6 ? 1. Introduction

This document is an example of a Software Requirements Specification document which can be imported into Polarion, then exported and re-imported in a collaborative process utilizing the Word Round-trip feature. It is intended for demonstration only. The document describes a fictitious online eBook lending library with optional eBook online sales component. The focus is on simplicity rather than depth and completeness, that you may more easily understand the Document features. 1. 1. Overview of the E-Library System This system provides an online portal analogous to a public library where registered patrons can borrow books.

The main difference is of course that the books in the library catalog are all in electronic formats which incorporate Digital Rights Management (DRM) enabling the system to “ lend” an allowed number of copies to registered users. In addition, when a book has the proper rights, the E-Library can sell patrons a license for a personal copy of the electronic book which they can retain permanently. 1. 2. Keywords This document contains keywords which correspond to Severity values in the Polarion system when to document is imported for management by Polarion. DOCUMENT KEYWORDPOLARION SEVERITY VALUEMEANING “ MUST_HAVE” must_haveNo release without SHOULD_HAVE” should_haveMay slip to next release if time runs short “ MAY_HAVE” may_haveMay be included in release if dependent things are implemented, otherwise will not be included “ OPTIONAL” optionalMay be included in release if time/resources allow, otherwise will be postponed to another release 1. 3. Abbreviations and Terms TERMDEFINITION Carti. e. “ shopping cart” – a collection of one or more eBooks that a patron has marked for purchase during the current session CatalogThe database of eBooks available for loan and possibly for sale as well Check OutThe act of “ borrowing” an eBook from the library.

Term is not used in reference to the process of paying for a purchased eBook (see Purchase) Check InThe act or “ returning” a previously “ borrowed” (checked out) eBook. DRMDigital Rights Management eBookAn electronic book or other publication lent or sold by the E-Library system ISBNInternational Standard Book Number LCLibrary of Congress Loansee Lend LendThe process of flagging an eBook so the appropriate DRM understands that one of the allowable number of “ copies” has been allocated to a patron for the lending period. PatronA user of the E-Library portal

PurchaseThe process by which library patrons purchase a DRM license for a personal copy of an eBook. Also the action of a user navigating into the process for purchasing the eBooks listed in their Cart. StoreAn area of the portal that lists a subset of the library’s eBooks, that being eBooks for which users may purchase a license for a personal copy of the eBook. 2. Administration Requirements This section outlines the main requirements that relate to administration and management of the E-Library system. 1. 4. Types of User Accounts and Permissions

The system must provide for the following types of user accounts: ACCOUNT TYPE NAMEPERMISSIONS AdministratorUser can access any component or area of the system including accounts of other users LibrarianUser can access the catalog management features of the system PatronUser can access the general library features, including browsing, searching, check out, check in, reserve, and purchase StudentSame as a Patron, except may not access Purchase features The system must provide user management to manage the user role assignments.

Each user can have multiple user roles assigned. It must be possible to 1. 5. Administration Interfaces The system must provide user interfaces for the following roles/functions: •System Administration – including database management, server management, backups, etc. User type: Administrator •Catalog Management – all non-technical functionality related to managing eBooks in the library catalog. User types: Administrator, Librarian 3. User Requirements This section outlines the main requirements that relate to the end users who borrow and purchase eBooks from the E-Library. . 6. Online User Registration Users must be able to create Patron or Student accounts by registering online. A suitable registration page or pages should be provided. New users must go thru a verification process (TBD) to confirm their email address before their account is activated in the system. 1. 7. User Login/out Once verified, users must be able to log in to the portal. Users must be able to change their password (but not their user name/ID) There must be a way for users to retrieve a lost password Users must be able to log out.

There must be a session timeout mechanism that will automatically log the user out after a period of time (period TBD). On logout, the contents of user’s Select List and Cart are cleared. The contents of the Reserved List is preserved. 1. 8. Catalog Search Users must be able to search for eBooks The system should provide interfaces for both “ simple” and “ advanced” searches •“ simple” should be a search on any one of fields Author, Title, or ISBN. •“ advanced” should provide an easy way to construct complex searches on multiple fields with different logic (e. g. AND, OR, NOT) 1. 9. Catalog Quick Search

The system should provide several “ quick search” options: •Newest eBooks – returns a listing of the 10- 50 (configurable) most recently added eBooks •Top 20 Titles – returns a listing of the 20 most frequently borrowed eBooks oThe actual number should be configurable by an administrator oThe UI should provide a pick list of values: 10, 20, 25, 50, 100 •Latest Returns – returns a list of 10-50 (configurable) most recently checked-in eBooks oEither explicitly checked in by a patron, or lending period expired freeing the eBook for loan oeBooks listed in this set must not have any reservations… must be available for immediate loan 1. 0. Catalog Browsing Users must be able to browse the eBooks in the catalog Users must be able to select how they want to browse: •Browse by Author oMust be able to select an alphabetical subset… e. g. author names beginning with A, or M for example •Browse by Title oMust be able to select an alphabetical subset… e. g. author names beginning with A, or M for example •Browse by genre (e. g. fiction, non-fiction, sciencefiction, etc. 1. 11. Advanced Catalog Browsing Users should be able to browse by Publisher Users should be able to browse by Book Award Users should be able to browse according to a combination of data, such as by Author + Genre, Title + Year of Publication, Author + Book Award, etc. 1. 12. Create Select List The Select List is similar to a shopping cart except that the checkout processes a loan of the eBooks in the list rather than a purchase. Each user must be able to save a list of eBooks they want to borrow – their “ Select List” •The Select List is only for the current session and is cleared when the session terminates •Each eBook added to the Select List remains in the list for 20 minutes. During this time, the number of copies available for loan is reduced by 1 and the number available is shown to other users. oIf the time expires and the eBook is removed from the Select List, then the number of copies available for loan is increased by 1 and the number available is shown to other users. The number of eBooks user may add to their Select List is limited to the checkout limit defined in the system configuration minus the number of eBooks patron has currently checked out. oIf user currently has the maximum number checked out, then all Add to Select List links should be disabled for that user. •If all copies allowable under the eBook’s DRM are currently on loan to other users, then the eBook cannot be added to any user’s Select List (the UI widget is disabled) and the UI must inform the user that no copy is currently available for loan. 1. 13. Check Out eBooks

User should be able to navigate to Check Out any time via a readily visible link or button The checkout page must display the eBooks in the user’s Select List The user must be able to remove eBooks from the Select List at this point Via an appropriate UI widget, user should be able to execute check out which processes on all the eBooks left on the Select List. When checkout is complete, user must be presented with a page of the checked out titles, each title having a DOWNLOAD widget. Clicking the widget downloads a copy of the eBook with appropriate DRM applied.

Each checked out eBook should remain listed on the user’s Downloads page until the loan period expires. 1. 14. Explicit eBook “ Return” Users must be able to “ return” any eBook on their Downloads page that has not yet been downloaded via an appropriate “ RETURN THIS EBOOK” widget. Executing the return must remove the eBook from the user’s downloads page, decreases the count of eBooks the user currently has checked out (if that value is greater than zero), and increases by 1 the number of copies of the eBook available for loan.

Thank's for Your Vote!
E-library – requirements specification. Page 1
E-library – requirements specification. Page 2
E-library – requirements specification. Page 3
E-library – requirements specification. Page 4
E-library – requirements specification. Page 5
E-library – requirements specification. Page 6
E-library – requirements specification. Page 7

This work, titled "E-library – requirements specification" was written and willingly shared by a fellow student. This sample can be utilized as a research and reference resource to aid in the writing of your own work. Any use of the work that does not include an appropriate citation is banned.

If you are the owner of this work and don’t want it to be published on AssignBuster, request its removal.

Request Removal
Cite this Research Paper

References

AssignBuster. (2022) 'E-library – requirements specification'. 13 September.

Reference

AssignBuster. (2022, September 13). E-library – requirements specification. Retrieved from https://assignbuster.com/e-library-requirements-specification/

References

AssignBuster. 2022. "E-library – requirements specification." September 13, 2022. https://assignbuster.com/e-library-requirements-specification/.

1. AssignBuster. "E-library – requirements specification." September 13, 2022. https://assignbuster.com/e-library-requirements-specification/.


Bibliography


AssignBuster. "E-library – requirements specification." September 13, 2022. https://assignbuster.com/e-library-requirements-specification/.

Work Cited

"E-library – requirements specification." AssignBuster, 13 Sept. 2022, assignbuster.com/e-library-requirements-specification/.

Get in Touch

Please, let us know if you have any ideas on improving E-library – requirements specification, or our service. We will be happy to hear what you think: [email protected]