nding. getDonorBooks Input donorId. Returns all the books donated by a particular donor. getTopXDonors Input: donorsCount. Returns the top book donors. Eg. If the user passes 3 as donorsCount parameter then this function returns the top 3 donors and the list of books each one donated.    You do not need to create Donor and Book classes. Just create

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

You are required to develop a book donation App that allows people to donate their unused books to people who needs it. 

The book donation system should have the following classes

  1. Book – bookId, title, author, imageUrl, donor, status

Donor property is an object having of the details of the person who donated the book. Note that the status attribute can have one of the following values:

  • Pending : As soon as the user adds the book s/he want to donate to the system, the status is set to pending
  • Available : When the book donor delivered the book to the store then status of the book becomes available
  1. Donor - donorId, firstname , lastname , phoneNumber , street, city, email, password 
  2. BookCatalog – contains list of books and the following methods

addBook

Input: book object.

Adds a book to the list of books. All books are pending when they are first added.

updateBook

Input: book. Updates the book that having matching bookId.   

deleteBook

Input: bookId. Deletes the book from the list of books.

getBooks

Returns all the books that are not pending.

getDonorBooks

Input donorId. Returns all the books donated by a particular donor.

getTopXDonors

Input: donorsCount. Returns the top book donors. Eg. If the user passes 3 as donorsCount parameter then this function returns the top 3 donors and the list of books each one donated.

 

 You do not need to create Donor and Book classes. Just create the objects directly. And test your code by creating app.js file to instantiate the BookCatalog class and test its methods.

Note that you should make use of the JavaScript features and capabilities such as arrow functions, array functions (.map, .reduce, .filter, .splice, .sort…), spread operatorobject literalsclasses.

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY