Sie sind auf Seite 1von 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

Das könnte Ihnen auch gefallen