- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Feedback Management System Class Diagram describes the structure of a Feedback Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Feedback Management System are Feedback, Comment, Product, Product quality, Client, Notification.
Classes of Feedback Management System Class Diagram:
- Feedback Class : Manage all the operations of Feedback
- Comment Class : Manage all the operations of Comment
- Product Class : Manage all the operations of Product
- Product quality Class : Manage all the operations of Product quality
- Client Class : Manage all the operations of Client
- Notification Class : Manage all the operations of Notification
Classes and their attributes of Feedback Management System Class Diagram:
- Feedback Attributes : feedback_id, feedback_client_id, feedback_type, feedback_title, feedback_description
- Comment Attributes : comment_id, comment_client_id, comment_type, comment_title, comment_description
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Product quality Attributes : product_quality_id, product_quality_name, product_quality_type, product_quality_description
- Client Attributes : client_id, client_name, client_mobile, client_email, client_username, client_password, client_address
- Notification Attributes : notification_id, notification_title, notification_type, notification_description
Classes and their methods of Feedback Management System Class Diagram:
- Feedback Methods : addFeedback(), editFeedback(), deleteFeedback(), updateFeedback(), saveFeedback(), searchFeedback()
- Comment Methods : addComment(), editComment(), deleteComment(), updateComment(), saveComment(), searchComment()
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Product quality Methods : addProduct quality(), editProduct quality(), deleteProduct quality(), updateProduct quality(), saveProduct quality(), searchProduct quality()
- Client Methods : addClient(), editClient(), deleteClient(), updateClient(), saveClient(), searchClient()
- Notification Methods : addNotification(), editNotification(), deleteNotification(), updateNotification(), saveNotification(), searchNotification()
Class Diagram of Feedback Management System :
Class Diagram Image: