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

Login Activity Diagram of Poll Survey System:
This is the Login Activity Diagram of Poll Survey 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 Votes, Survey, Results, Registration, Polls. All the pages such as Results, Registration, Polls are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Poll Survey System. The various objects in the Registration, Votes, Survey, Results, and Polls 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
Poll Survey System Class Diagram
Poll Survey System Class Diagram describes the structure of a Poll Survey System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Poll Survey System are Polls, Users, Votes, Survey, Results, Registration.
Classes of Poll Survey System Class Diagram:
- Polls Class : Manage all the operations of Polls
- Users Class : Manage all the operations of Users
- Votes Class : Manage all the operations of Votes
- Survey Class : Manage all the operations of Survey
- Results Class : Manage all the operations of Results
- Registration Class : Manage all the operations of Registration
Classes and their attributes of Poll Survey System Class Diagram:
- Polls Attributes : poll_id, poll_name, poll_type, poll_description
- Users Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Votes Attributes : vote_id, vote_name, vote_type, vote_description
- Survey Attributes : survey_id, survey_name, survey_type, survey_description
- Results Attributes : result_id, result_student_id, result_name, result_description
- Registration Attributes : registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
Classes and their methods of Poll Survey System Class Diagram:
- Polls Methods : addPolls(), editPolls(), deletePolls(), updatePolls(), savePolls(), searchPolls()
- Users Methods : addUsers(), editUsers(), deleteUsers(), updateUsers(), saveUsers(), searchUsers()
- Votes Methods : addVotes(), editVotes(), deleteVotes(), updateVotes(), saveVotes(), searchVotes()
- Survey Methods : addSurvey(), editSurvey(), deleteSurvey(), updateSurvey(), saveSurvey(), searchSurvey()
- Results Methods : addResults(), editResults(), deleteResults(), updateResults(), saveResults(), searchResults()
- Registration Methods : addRegistration(), editRegistration(), deleteRegistration(), updateRegistration(), saveRegistration(), searchRegistration()
Class Diagram of Poll Survey System :

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

- Posted By: freeproject
- Comments: 0
Poll Survey System ER Diagram
This ER (Entity Relationship) Diagram represents the model of Poll Survey System Entity. The entity-relationship diagram of Poll Survey System shows all the visual instrument of database tables and the relations between Users, Survey, Polls, Registration etc. It used structure data and to define the relationships between structured data groups of Poll Survey System functionalities. The main entities of the Poll Survey System are Polls, Users, Votes, Survey, Results and Registration.
Poll Survey System entities and their attributes :
- Polls Entity : Attributes of Polls are poll_id, poll_name, poll_type, poll_description
- Users Entity : Attributes of Users are user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Votes Entity : Attributes of Votes are vote_id, vote_name, vote_type, vote_description
- Survey Entity : Attributes of Survey are survey_id, survey_name, survey_type, survey_description
- Results Entity : Attributes of Results are result_id, result_student_id, result_name, result_description
- Registration Entity : Attributes of Registration are registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
Description of Poll Survey System Database :
- The details of Polls is store into the Polls tables respective with all tables
- Each entity ( Registration, Votes, Results, Users, Polls) contains primary key and unique keys.
- The entity Votes, Results has binded with Polls, Users entities with foreign key
- There is one-to-one and one-to-many relationships available between Results, Survey, Registration, Polls
- All the entities Polls, Results, Votes, Registration are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Poll Survey System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
Poll Survey System Sequence Diagram
This is the UML sequence diagram of Poll Survey System which shows the interaction between the objects of Users, Polls, Registration, Survey, Results. The instance of class objects involved in this UML Sequence Diagram of Poll Survey System are as follows:
- Users Object
- Polls Object
- Registration Object
- Survey Object
- Results Object
Login Sequence Diagram of Poll Survey System:
This is the Login Sequence Diagram of Poll Survey System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Registration, Users, Polls, Results, Survey. All the pages such as Polls, Results, Survey are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Poll Survey System. The various objects in the Results, Registration, Users, Polls, and Survey 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 Poll Survey System which shows the interaction between the objects of Users, Polls, Registration, Survey, Results. The instance of class objects involved in this UML Sequence Diagram of Poll Survey System are as follows:
- Users Object
- Polls Object
- Registration Object
- Survey Object
- Results Object

- Posted By: freeproject
- Comments: 0
Poll Survey System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of Poll Survey System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Poll Survey System. The main actors of Poll Survey System in this Use Case Diagram are: Super Admin, System User, Managers, Users, who perform the different type of use cases such as Manage Polls, Manage Users, Manage Votes, Manage Survey, Manage Results, Manage Registration, Manage Users and Full Poll Survey System Operations. Major elements of the UML use case diagram of Poll Survey System are shown on the picture below.
The relationships between and among the actors and the use cases of Poll Survey System:
- Super Admin Entity : Use cases of Super Admin are Manage Polls, Manage Users, Manage Votes, Manage Survey, Manage Results, Manage Registration, Manage Users and Full Poll Survey System Operations
- System User Entity : Use cases of System User are Manage Polls, Manage Users, Manage Votes, Manage Survey, Manage Results, Manage Registration
- Managers Entity : Use cases of Managers are Create Survey, Check Responses, Publish Servey
- Users Entity : Use cases of Users are Check Survey, Fill Survey, View History
Use Case Diagram of Poll Survey System :
