= Концептуален дизајн - ЕР Дијаграм и податочни побарувања = == ER дијарграм == [[Image(BER.png)]] == Податочни побарувања == === Ентитети === 1. '''Users''' * '''UserID''' - Primary Key, Numeric''' * Username - Mandatory Attribute, Text * FirstName - Optional Attribute, Text * LastName - Optional Attribute, Text * Address - Optional Attribute, Text * Phone - Optional Attribute, Numeric * Password - Mandatory Attribute, Text * Email - Mandatory Attribute, Text * Role - Mandatory Attribute, Text 2. '''Member''' * '''MemberID ''' - Primary Key, Numeric * Membership_Status - Mandatory Attribute, ENUM (Values: 'Active', 'Inactive', 'Suspended') * Expired_Date - Mandatory Attribute, Date 3. '''Book''' * '''BookID''' - Primary Key, Numeric * ISBN - Mandatory Attribute, Text * Title - Mandatory Attribute, Text * Genre - Mandatory Attribute, Text * PublishedYear - Mandatory Attribute, Numeric * Description - Optional Attribute, Text * CoverImage - Optional Attribute, Text * TotalCopies - Mandatory Attribute, Numeric 4. '''Book_Author''' == Релации ===