Social Networking Site UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 23, 2018

Social Networking Site Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Social Networking Site which shows the flows between the activity of Videos, Users, Social Network, Photos, Posts. The main activity involved in this UML Activity Diagram of Social Networking Site are as follows:

  • Videos Activity
  • Users Activity
  • Social Network Activity
  • Photos Activity
  • Posts Activity

Features of the Activity UML diagram of Social Networking Site

  • Admin User can search Videos, view description of a selected Videos, add Videos, update Videos and delete Videos.
  • Its shows the activity flow of editing, adding and updating of Users
  • User will be able to search and generate report of Social Network, Photos, Posts
  • All objects such as ( Videos, Users, Posts) are interlinked
  • Its shows the full description and flow of Videos, Photos, Posts, Social Network, Users
Social Networking Site Activity Diagram

Social Networking Site Class Diagram

Posted By freeproject on August 2, 2017

Social Networking Site Class Diagram describes the structure of a Social Networking Site classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Social Networking Site are Users, Friends, Posts, Shares, Photos, Videos.

Classes of Social Networking Site Class Diagram:

  • Users Class : Manage all the operations of Users
  • Friends Class : Manage all the operations of Friends
  • Posts Class : Manage all the operations of Posts
  • Shares Class : Manage all the operations of Shares
  • Photos Class : Manage all the operations of Photos
  • Videos Class : Manage all the operations of Videos

Classes and their attributes of Social Networking Site Class Diagram:

  • Users Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
  • Friends Attributes : friend_id, friend_name, friend_mobile, friend_email, friend_friendname, friend_password, friend_address
  • Posts Attributes : post_id, post_user_id, post_title, post_type, post_description
  • Shares Attributes : share_id, share_post_id, share_name, share_type, share_description
  • Photos Attributes : photo_id, photo_name, photo_size, photo_type, photo_description
  • Videos Attributes : video_id, video_name, video_type, video_description

Classes and their methods of Social Networking Site Class Diagram:

  • Users Methods : addUsers(), editUsers(), deleteUsers(), updateUsers(), saveUsers(), searchUsers()
  • Friends Methods : addFriends(), editFriends(), deleteFriends(), updateFriends(), saveFriends(), searchFriends()
  • Posts Methods : addPosts(), editPosts(), deletePosts(), updatePosts(), savePosts(), searchPosts()
  • Shares Methods : addShares(), editShares(), deleteShares(), updateShares(), saveShares(), searchShares()
  • Photos Methods : addPhotos(), editPhotos(), deletePhotos(), updatePhotos(), savePhotos(), searchPhotos()
  • Videos Methods : addVideos(), editVideos(), deleteVideos(), updateVideos(), saveVideos(), searchVideos()

Class Diagram of Social Networking Site :

Class Diagram Image: 
Social Networking Site Class Diagram

Social Networking Site Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Social Networking Site which shows components, provided and required interfaces, ports, and relationships between the Shares, Friends, Posts, Photos and Users. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Social Networking Site UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Social Networking Site:

  • Shares Component
  • Friends Component
  • Posts Component
  • Photos Component
  • Users Component

Featues of Social Networking Site Component Diagram:

  • You can show the models the components of Social Networking Site.
  • Model the database schema of Social Networking Site
  • Model the executables of an application of Social Networking Site
  • Model the system's source code of Social Networking Site
Component Diagram: 

Social Networking Site ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Social Networking Site Entity. The entity-relationship diagram of Social Networking Site shows all the visual instrument of database tables and the relations between Friends, Shares, Users, Videos etc. It used structure data and to define the relationships between structured data groups of Social Networking Site functionalities. The main entities of the Social Networking Site are Users, Friends, Posts, Shares, Photos and Videos.

Social Networking Site entities and their attributes :

  • Users Entity : Attributes of Users are user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
  • Friends Entity : Attributes of Friends are friend_id, friend_name, friend_mobile, friend_email, friend_friendname, friend_password, friend_address
  • Posts Entity : Attributes of Posts are post_id, post_user_id, post_title, post_type, post_description
  • Shares Entity : Attributes of Shares are share_id, share_post_id, share_name, share_type, share_description
  • Photos Entity : Attributes of Photos are photo_id, photo_name, photo_size, photo_type, photo_description
  • Videos Entity : Attributes of Videos are video_id, video_name, video_type, video_description

Description of Social Networking Site Database :

  • The details of Users is store into the Users tables respective with all tables
  • Each entity ( Videos, Posts, Photos, Friends, Users) contains primary key and unique keys.
  • The entity Posts, Photos has binded with Users, Friends entities with foreign key
  • There is one-to-one and one-to-many relationships available between Photos, Shares, Videos, Users
  • All the entities Users, Photos, Posts, Videos are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Social Networking Site tables for fast query execution.
Social Networking Site ER Diagram

Social Networking Site Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Social Networking Site which shows the interaction between the objects of Videos, Social Network, Friends, Posts, Photos. The instance of class objects involved in this UML Sequence Diagram of Social Networking Site are as follows:

  • Videos Object
  • Social Network Object
  • Friends Object
  • Posts Object
  • Photos Object

This is the UML sequence diagram of Social Networking Site which shows the interaction between the objects of Videos, Social Network, Friends, Posts, Photos. The instance of class objects involved in this UML Sequence Diagram of Social Networking Site are as follows:

  • Videos Object
  • Social Network Object
  • Friends Object
  • Posts Object
  • Photos Object

Social Networking Site Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Social Networking Site. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Social Networking Site. The main actors of Social Networking Site in this Use Case Diagram are: Super Admin, System User, Users, Anonymous Users, who perform the different type of use cases such as Users, Manage Friends, Manage Posts, Manage Shares, Manage Photos, Manage Videos, Manage Social Network, Manage Users and Full Social Networking Site Operations. Major elements of the UML use case diagram of Social Networking Site are shown on the picture below.

The relationships between and among the actors and the use cases of Social Networking Site:

  • Super Admin Entity : Use cases of Super Admin are Users, Manage Friends, Manage Posts, Manage Shares, Manage Photos, Manage Videos, Manage Social Network, Manage Users and Full Social Networking Site Operations
  • System User Entity : Use cases of System User are Users, Manage Friends, Manage Posts, Manage Shares, Manage Photos, Manage Videos, Manage Social Network
  • Users Entity : Use cases of Users are Search Friends, Send Chat Requests, Send Friendship Request, View Profiles, Upload Photos
  • Anonymous Users Entity : Use cases of Anonymous Users are View Information, Fill Contact Us, Search Content

Use Case Diagram of Social Networking Site :

Social Networking Site Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz