Data Representation System: April 2019
Data Representation System: April 2019
System
Based on UGC Annual
Report of Universities
April
2019
Scopes of the Project
2
Rich Picture of Current System
3
Rich Picture (Proposed)
4
Stakeholders of
Data
Receives request for Validates the Organizes required
Data Collection Process
Sends data
Data Collector related data request data
Provides interface to
BPMN
(As Is)
Data Analysis Process
Yes
Perform
preprocessing
Policy maker/
Reporting
Process
Users
Provides necessary
Makes the format of 5
parameters to View report Gather knowledge Prepare Policy
the report
prepare the report
Stakeholders of
Data
Receives request for Validates the Organizes required
Data Collector
Send request for Gather data Organize data
Identify
required data
Stakeholders
related
Data sent
Yes
Perform
BPMN
(To Be)
preprocessing
Programmer
Implement the
Covert pdf data to
Store data Create interface system into the
xls
interface
Send request by
Data Representing Process
Users
Interact with the Send requect to the Chooses the data Prepare policy based
selecting View the result
interface system viewing format on result
parameteres
Data Representing
6
System
Analyze the
Accepts request Avail the features Shows the result Fetches data from Databse
parameteres
Sends request to
UNIVERSITY SCHOOL
PK UniversityID PK SchoolID
UniversityName SchoolName
LandSize NoOfDept
TotalSchools NumberOfStudent
TotalDept FK UniversityID
NoOfCourses
TotalAdmittedStudent
DEPARTMENT
AvailableSeat
PK DepartmentID
Entity Relationship
TotalFaculty
DepartmentName
TotalUndergradStudent
TotalGradStudent
NoOfStudent
Diagram
FK SchoolID
HonsPassedUnder
FK UniversityID
EngPassedUnder
GradPassedNormal
GradPassedEng
COSTING
Year
PK FK UniversityID
TotalIncome
EducationExpense 7
ResearchExpense
ScholarshipExpense
ERD to
Relations
8
tblschool tbldepartment
Name Data type Size Remarks Name Data type Size Remarks
SchoolID VARCHAR2 8 Primary Key; DepartmentID VARCHAR2 8 Primary Key;
contains the id of Contains the id of
school; a deparement;
Example:SECS Example: CSE
UniversityID VARCHAR (5) NOT NULL, SchoolID VARCHAR2 (8) NOT NULL,
UniversityName VARCHAR2 (40) NOT NULL, SchoolName VARCHAR2 (40) NOT NULL,
LandSize NUMBER (4,2) NOT NULL, NoOfDept NUMBER (2) NOT NULL,
TotalSchools NUMBER (2) NOT NULL, NumberOfStudent NUMBER (4) NOT NULL,
TotalDept NUMBER (2) NOT NULL, UniversityID VARCHAR (5) NOT NULL,
);
10
UI Design
11
Thank You!
12