- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
Forum System Activity Diagram
This is the Activity UML diagram of Forum System which shows the flows between the activity of Registartions, Polls, Users, Posts, Forum. The main activity involved in this UML Activity Diagram of Forum System are as follows:
- Registartions Activity
- Polls Activity
- Users Activity
- Posts Activity
- Forum Activity
Features of the Activity UML diagram of Forum System
- Admin User can search Registartions, view description of a selected Registartions, add Registartions, update Registartions and delete Registartions.
- Its shows the activity flow of editing, adding and updating of Polls
- User will be able to search and generate report of Users, Posts, Forum
- All objects such as ( Registartions, Polls, Forum) are interlinked
- Its shows the full description and flow of Registartions, Posts, Forum, Users, Polls

Login Activity Diagram of Forum System:
This is the Login Activity Diagram of Forum System, which shows the flows of Login Activity, where admin will be able to login using their username and password. After login user can manage all the operations on Users, Registartions, Polls, Forum, Posts. All the pages such as Polls, Forum, Posts are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Forum System. The various objects in the Forum, Users, Registartions, Polls, and Posts page—interact over the course of the Activity, and user will not be able to access this page without verifying their identity.

- Posted By: freeproject
- Comments: 0
Forum System Class Diagram
Forum System Class Diagram describes the structure of a Forum System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Forum System are Forum, Users, Registartions, Posts, Replies, Polls.
Classes of Forum System Class Diagram:
- Forum Class : Manage all the operations of Forum
- Users Class : Manage all the operations of Users
- Registartions Class : Manage all the operations of Registartions
- Posts Class : Manage all the operations of Posts
- Replies Class : Manage all the operations of Replies
- Polls Class : Manage all the operations of Polls
Classes and their attributes of Forum System Class Diagram:
- Forum Attributes : forum_id, forum_name, forum_type, forum_description
- Users Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Registartions Attributes : registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Posts Attributes : post_id, post_user_id, post_title, post_type, post_description
- Replies Attributes : replies_id, replies_user_id, replies_title, replies_type, replies_description
- Polls Attributes : poll_id, poll_name, poll_type, poll_description
Classes and their methods of Forum System Class Diagram:
- Forum Methods : addForum(), editForum(), deleteForum(), updateForum(), saveForum(), searchForum()
- Users Methods : addUsers(), editUsers(), deleteUsers(), updateUsers(), saveUsers(), searchUsers()
- Registartions Methods : addRegistartions(), editRegistartions(), deleteRegistartions(), updateRegistartions(), saveRegistartions(), searchRegistartions()
- Posts Methods : addPosts(), editPosts(), deletePosts(), updatePosts(), savePosts(), searchPosts()
- Replies Methods : addReplies(), editReplies(), deleteReplies(), updateReplies(), saveReplies(), searchReplies()
- Polls Methods : addPolls(), editPolls(), deletePolls(), updatePolls(), savePolls(), searchPolls()
Class Diagram of Forum System :

- Posted By: freeproject
- Comments: 0
Forum System Component Diagram
This is a Component diagram of Forum System which shows components, provided and required interfaces, ports, and relationships between the Registartions, Forum, Posts, Polls and Users. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Forum System UML component diagram, describes the organization and wiring of the physical components in a system.
Components of UML Component Diagram of Forum System:
- Registartions Component
- Forum Component
- Posts Component
- Polls Component
- Users Component
Featues of Forum System Component Diagram:
- You can show the models the components of Forum System.
- Model the database schema of Forum System
- Model the executables of an application of Forum System
- Model the system's source code of Forum System

- Posted By: freeproject
- Comments: 0
Forum System ER Diagram
This ER (Entity Relationship) Diagram represents the model of Forum System Entity. The entity-relationship diagram of Forum System shows all the visual instrument of database tables and the relations between Users, Posts, Forum, Polls etc. It used structure data and to define the relationships between structured data groups of Forum System functionalities. The main entities of the Forum System are Forum, Users, Registartions, Posts, Replies and Polls.
Forum System entities and their attributes :
- Forum Entity : Attributes of Forum are forum_id, forum_name, forum_type, forum_description
- Users Entity : Attributes of Users are user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Registartions Entity : Attributes of Registartions are registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Posts Entity : Attributes of Posts are post_id, post_user_id, post_title, post_type, post_description
- Replies Entity : Attributes of Replies are replies_id, replies_user_id, replies_title, replies_type, replies_description
- Polls Entity : Attributes of Polls are poll_id, poll_name, poll_type, poll_description
Description of Forum System Database :
- The details of Forum is store into the Forum tables respective with all tables
- Each entity (Polls, Registartions, Replies, Users, Forum) contains primary key and unique keys.
- The entity Registartions, Replies has binded with Forum, Users entities with foreign key
- There is one-to-one and one-to-many relationships available between Replies, Posts, Polls, Forum
- All the entities Forum, Replies, Registartions, Polls are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Forum System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
Forum System Sequence Diagram
This is the UML sequence diagram of Forum System which shows the interaction between the objects of Users, Polls, Forum, Registartions, Posts. The instance of class objects involved in this UML Sequence Diagram of Forum System are as follows:
- Users Object
- Polls Object
- Forum Object
- Registartions Object
- Posts Object
Login Sequence Diagram of Forum System:
This is the Login Sequence Diagram of Forum System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Forum, Users, Polls, Posts, Registartions. All the pages such as Polls, Posts, Registartions are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Forum System. The various objects in the Posts, Forum, Users, Polls, and Registartions page—interact over the course of the sequence, and user will not be able to access this page without verifying their identity.

This is the UML sequence diagram of Forum System which shows the interaction between the objects of Users, Polls, Forum, Registartions, Posts. The instance of class objects involved in this UML Sequence Diagram of Forum System are as follows:
- Users Object
- Polls Object
- Forum Object
- Registartions Object
- Posts Object

- Posted By: freeproject
- Comments: 0
Forum System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of Forum System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Forum System. The main actors of Forum System in this Use Case Diagram are: Super Admin, System User, User, Anonymous Users, who perform the different type of use cases such as Manage Forum, Manage Users, Manage Registartions, Manage Posts, Manage Replies, Manage Polls, Manage Users and Full Forum System Operations. Major elements of the UML use case diagram of Forum System are shown on the picture below.
The relationships between and among the actors and the use cases of Forum System:
- Super Admin Entity : Use cases of Super Admin are Manage Forum, Manage Users, Manage Registartions, Manage Posts, Manage Replies, Manage Polls, Manage Users and Full Forum System Operations
- System User Entity : Use cases of System User are Manage Forum, Manage Users, Manage Registartions, Manage Posts, Manage Replies, Manage Polls
- User Entity : Use cases of User are Create Topics, Search Topics, Add Comments, View User Profile, Reply on Topics
- Anonymous Users Entity : Use cases of Anonymous Users are View Information, Fill Contact Us, Search Content
Use Case Diagram of Forum System :
