Faculty Management System UML Diagram

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

Posted By freeproject on March 19, 2018

Faculty Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Faculty Management System which shows the flows between the activity of Teacher, Timecard, Course, Student, Subject. The main activity involved in this UML Activity Diagram of Faculty Management System are as follows:

  • Teacher Activity
  • Timecard Activity
  • Course Activity
  • Student Activity
  • Subject Activity

Features of the Activity UML diagram of Faculty Management System

  • Admin User can search Teacher, view description of a selected Teacher, add Teacher, update Teacher and delete Teacher.
  • Its shows the activity flow of editing, adding and updating of Timecard
  • User will be able to search and generate report of Course, Student, Subject
  • All objects such as ( Teacher, Timecard, Subject) are interlinked
  • Its shows the full description and flow of Teacher, Student, Subject, Course, Timecard
Faculty Management System Activity Diagram

Faculty Management System Class Diagram

Posted By freeproject on August 2, 2017

Faculty Management System Class Diagram describes the structure of a Faculty Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Faculty Management System are Leave, Faculty, Student, Teacher, Course, Subject.

Classes of Faculty Management System Class Diagram:

  • Leave Class : Manage all the operations of Leave
  • Faculty Class : Manage all the operations of Faculty
  • Student Class : Manage all the operations of Student
  • Teacher Class : Manage all the operations of Teacher
  • Course Class : Manage all the operations of Course
  • Subject Class : Manage all the operations of Subject

Classes and their attributes of Faculty Management System Class Diagram:

  • Leave Attributes : leave_id, leave_employee_id, leave_type, leave_status, leave_to, leave_from, leave_description
  • Faculty Attributes : faculty_id, faculty_teacher_id, faculty_name, faculty_room, faculty_type, faculty_description
  • Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • Teacher Attributes : teacher_id, teacher_exam_id, teacher_name, teacher_mobile, teacher_email, teacher_username, teacher_password, teacher_address
  • Course Attributes : course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
  • Subject Attributes : subject_id, subject_course_id, subject_student_id, subject_name, subject_type, subject_description

Classes and their methods of Faculty Management System Class Diagram:

  • Leave Methods : addLeave(), editLeave(), deleteLeave(), updateLeave(), saveLeave(), searchLeave()
  • Faculty Methods : addFaculty(), editFaculty(), deleteFaculty(), updateFaculty(), saveFaculty(), searchFaculty()
  • Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
  • Teacher Methods : addTeacher(), editTeacher(), deleteTeacher(), updateTeacher(), saveTeacher(), searchTeacher()
  • Course Methods : addCourse(), editCourse(), deleteCourse(), updateCourse(), saveCourse(), searchCourse()
  • Subject Methods : addSubject(), editSubject(), deleteSubject(), updateSubject(), saveSubject(), searchSubject()

Class Diagram of Faculty Management System :

Class Diagram Image: 
Faculty Management System Class Diagram

Faculty Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Faculty Management System which shows components, provided and required interfaces, ports, and relationships between the Teacher, Faculty, Leave, Subject and Timecard. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Faculty Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Faculty Management System:

  • Teacher Component
  • Faculty Component
  • Leave Component
  • Subject Component
  • Timecard Component

Featues of Faculty Management System Component Diagram:

  • You can show the models the components of Faculty Management System.
  • Model the database schema of Faculty Management System
  • Model the executables of an application of Faculty Management System
  • Model the system's source code of Faculty Management System
Component Diagram: 

Faculty Management System Dataflow Diagram

Posted By freeproject on April 14, 2017

Faculty Management System Data flow diagram is often used as a preliminary step to create an overview of the Faculty Management without going into great detail, which can later be elaborated.it normally consists of overall application dataflow and processes of the Faculty Management process. It contains all of the userflow and their entities such all the flow of Leave, Faculty, Student, Timecard, Teacher, Course, Subject. All of the below diagrams has been used for the visualization of data processing and structured design of the Faculty Management process and working flow.


Zero Level Data flow Diagram(0 Level DFD) of Faculty Management System :

This is the Zero Level DFD of Faculty Management System, where we have eloborated the high level process of Faculty Management. It’s a basic overview of the whole Faculty Management System or process being analyzed or modeled. It’s designed to be an at-a-glance view of Teacher,Course and Subject showing the system as a single high-level process, with its relationship to external entities of Leave,Faculty and Student. It should be easily understood by a wide audience, including Leave,Student and Teacher In zero leve DFD of Faculty Management System, we have described the high level flow of the Faculty Management system.

High Level Entities and proccess flow of Faculty Management System:

  • Managing all the Leave
  • Managing all the Faculty
  • Managing all the Student
  • Managing all the Timecard
  • Managing all the Teacher
  • Managing all the Course
  • Managing all the Subject
Zero Level DFD Faculty Management System

First Level Data flow Diagram(1st Level DFD) of Faculty Management System :

First Level DFD (1st Level) of Faculty Management System shows how the system is divided into sub-systems (processes), each of which deals with one or more of the data flows to or from an external agent, and which together provide all of the functionality of the Faculty Management System system as a whole. It also identifies internal data stores of Subject, Course, Teacher, Timecard, Student that must be present in order for the Faculty Management system to do its job, and shows the flow of data between the various parts of Leave, Student, Course, Subject, Teacher of the system. DFD Level 1 provides a more detailed breakout of pieces of the 1st level DFD. You will highlight the main functionalities of Faculty Management.

Main entities and output of First Level DFD (1st Level DFD):

  • Processing Leave records and generate report of all Leave
  • Processing Faculty records and generate report of all Faculty
  • Processing Student records and generate report of all Student
  • Processing Timecard records and generate report of all Timecard
  • Processing Teacher records and generate report of all Teacher
  • Processing Course records and generate report of all Course
  • Processing Subject records and generate report of all Subject
First Level DFD Faculty Mannagement System

Second Level Data flow Diagram(2nd Level DFD) of Faculty Management System :

DFD Level 2 then goes one step deeper into parts of Level 1 of Faculty Management. It may require more functionalities of Faculty Management to reach the necessary level of detail about the Faculty Management functioning. First Level DFD (1st Level) of Faculty Management System shows how the system is divided into sub-systems (processes). The 2nd Level DFD contains more details of Subject, Course, Teacher, Timecard, Student, Faculty, Leave.

Low level functionalities of Faculty Management System

  • Admin logins to the system and manage all the functionalities of Faculty Management System
  • Admin can add, edit, delete and view the records of Leave, Student, Teacher, Subject
  • Admin can manage all the details of Faculty, Timecard, Course
  • Admin can also generate reports of Leave, Faculty, Student, Timecard, Teacher, Course
  • Admin can search the details of Faculty, Teacher, Course
  • Admin can apply different level of filters on report of Leave, Timecard, Teacher
  • Admin can tracks the detailed information of Faculty, Student, Timecard, , Teacher
Second Level DFD Faculty Management System

Faculty Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Faculty Management System Entity. The entity-relationship diagram of Faculty Management System shows all the visual instrument of database tables and the relations between Faculty, Teacher, Leave, Subject etc. It used structure data and to define the relationships between structured data groups of Faculty Management System functionalities. The main entities of the Faculty Management System are Leave, Faculty, Student, Teacher, Course and Subject.

Faculty Management System entities and their attributes :

  • Leave Entity : Attributes of Leave are leave_id, leave_employee_id, leave_type, leave_status, leave_to, leave_from, leave_description
  • Faculty Entity : Attributes of Faculty are faculty_id, faculty_teacher_id, faculty_name, faculty_room, faculty_type, faculty_description
  • Student Entity : Attributes of Student are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • Teacher Entity : Attributes of Teacher are teacher_id, teacher_exam_id, teacher_name, teacher_mobile, teacher_email, teacher_username, teacher_password, teacher_address
  • Course Entity : Attributes of Course are course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
  • Subject Entity : Attributes of Subject are subject_id, subject_course_id, subject_student_id, subject_name, subject_type, subject_description

Description of Faculty Management System Database :

  • The details of Leave is store into the Leave tables respective with all tables
  • Each entity (Subject, Student, Course, Faculty, Leave) contains primary key and unique keys.
  • The entity Student, Course has binded with Leave, Faculty entities with foreign key
  • There is one-to-one and one-to-many relationships available between Course, Teacher, Subject, Leave
  • All the entities Leave, Course, Student, Subject are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Faculty Management System tables for fast query execution.
Faculty Management System ER Diagram

Faculty Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Faculty Management System which shows the interaction between the objects of Subject, Leave, Teacher, Faculty, Course. The instance of class objects involved in this UML Sequence Diagram of Faculty Management System are as follows:

  • Subject Object
  • Leave Object
  • Teacher Object
  • Faculty Object
  • Course Object

This is the UML sequence diagram of Faculty Management System which shows the interaction between the objects of Subject, Leave, Teacher, Faculty, Course. The instance of class objects involved in this UML Sequence Diagram of Faculty Management System are as follows:

  • Subject Object
  • Leave Object
  • Teacher Object
  • Faculty Object
  • Course Object

Faculty Management System 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 Faculty Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Faculty Management System. The main actors of Faculty Management System in this Use Case Diagram are: Super Admin, System User, Faculty, Anonymous Users, who perform the different type of use cases such as Manage Leave, Manage Faculty, Manage Student, Manage Timecard, Manage Teacher, Manage Course, Manage Subject, Manage Users and Full Faculty Management System Operations. Major elements of the UML use case diagram of Faculty Management System are shown on the picture below.

The relationships between and among the actors and the use cases of Faculty Management System:

  • Super Admin Entity : Use cases of Super Admin are Manage Leave, Manage Faculty, Manage Student, Manage Timecard, Manage Teacher, Manage Course, Manage Subject, Manage Users and Full Faculty Management System Operations
  • System User Entity : Use cases of System User are Manage Leave, Manage Faculty, Manage Student, Manage Timecard, Manage Teacher, Manage Course, Manage Subject
  • Faculty Entity : Use cases of Faculty are Apply for Leaves, Check Salary, Check Attandance, Print Slary Slip, Check Timetables
  • Anonymous Users Entity : Use cases of Anonymous Users are View Information, Fill Contact Us, Search Content

Use Case Diagram of Faculty Management System :

Faculty Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz