0% found this document useful (0 votes)
47 views2 pages

A Book Catelog System: Books With Following Fields

A book catalog system allows users to add, edit, and delete books, authors, and categories. Books can be tracked by title, author, category, reading status, rating, notes, and dates. Features for books include searching, marking as read/unread, and adding star ratings. Books must have a unique title and belong to one author and category. Authors and categories can also be added, edited, and deleted, and both require unique names.

Uploaded by

Mohammed Irfan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views2 pages

A Book Catelog System: Books With Following Fields

A book catalog system allows users to add, edit, and delete books, authors, and categories. Books can be tracked by title, author, category, reading status, rating, notes, and dates. Features for books include searching, marking as read/unread, and adding star ratings. Books must have a unique title and belong to one author and category. Authors and categories can also be added, edited, and deleted, and both require unique names.

Uploaded by

Mohammed Irfan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

A book catelog system

Books with following fields


title author category reading status rating (from 1 to 5) notes about the book date created date modified

Features for books:


add, edit, delete books mark a book as read / unread search books by any of the fields add a star rating plugin of jQuery for rating books

Constraints for books


book title is unique a book has only one author a book can belong to a single category

Authors with following fields


name date created date modified

Features for authors


add, edit, delete authors

Constraints for authors


author name is unique

Categories with following fields


name date created

date modified

Features for categories


add, edit, delete categories

Constraints for categories


category name is unique

You might also like