SlideShare a Scribd company logo
1 of 67
www.crescosolution.com
Login
Admin User
Is Valid
Registration
No
Yes
Change Password &
Profile
Change Password &
Profile
Is Admin
Yes No
Start
Manage List of Cities Select City
Manage Classified
Manage Events &
Category
Manage Jobs
Manage Zone & Area
Manage Job Category
Modify Options
Select Jobs
View Classified
View Category
Select Events
Select Zone & Area
View Information Map
Stop
10-11
Days
11-20
Days
21-40
Days
41-50
Days
51-90
Days
Total
Days
Requirement
Gathering
6
Analysis 15
Design 25
Coding 25
Testing 10
Deployment
4
Documentation 5
Total days 90
Admin_Master
PK A_ID
A_USERNAME
A_PASSWORD
A_FULLNAME
A_EMAIL
A_PHONE Area_Master
PK AREA_ID
Z_ID
Z_NAME
Classified_Category
PK CC_ID
CC_NAME
Classified_Master
PK C_ID
Z_ID
AREA_ID
CC_ID
U_ID
C_NAME
C_DEC
C_CONTACT
C_PHOTO
Event_Category
PK EC_ID
EC_NAME
Event_Master
PK E_ID
Z_ID
AREA_ID
EC_ID
U_ID
E_NAME
E_EVENT
E_ADDRESS
E_CONTENT
E_LAT
E_LON
E_START_DATE
E_END_DATE
E_TIME
E_PHOTO
Job_Category
PK JC_ID
JC_NAME
JOB_Master
PK J_ID
Z_ID
AREA_ID
JC_ID
U_ID
J_TITLE
J_POSITION
J_COMPANY
J_DESC
J_SALARY
J_DURATION
J_POSTED_DATE
Restaurant_Category
PK RCAT_ID
RCAT_NAME
Restaurant_Master
PK R_ID
Z_ID
AREA_ID
RCAT_ID
U_ID
R_NAME
R_ADDRESS
R_CONTENT
R_PHONE
R_PHOTO
R_RATING
R_LAT
R_LON
R_URL
Restaurant_Comment
PK CMT_ID
R_ID
U_ID
CMT_TITLE
CMT_RATING
CMT_DESC
CMT_ADDED_DATE
User_Master
PK U_ID
U_NAME
U_PASSWORD
U_EMAIL
U_PHONE
U_GENDER
U_NATIONALITY
U_BIRTHDATE
U_RELATIONSHIP_STATUS
U_INTTRO
U_PHOTO
Zone_Master
PK Z_ID
Z_NAME
User
Admin
Login
Registration
View All Listing
Of Content
Write Review
Add New Content
View History Of
Content
Manage User
Profile
Logout
Manage Content
Activate
Deactivate
Admin
Logout
Manage
Content
Manage User Profile
Add Update Delete View Add Delete View
Login
valid
Invalid
User
Registration
View all Listings Contents
Login
New User Existing User
Invalid
valid
Manage
Profile
View All
Listings
Add
Contents
Write
Review
View History
Of Content
Logout
App Reg
Facebook
Reg
Activated
User
Invalid
valid
Area_Master
PK AREA_ID
Z_ID
Z_NAME
ADD ( )
DELETE ( )
Classified_Category
PK CC_ID
CC_NAME
ADD ( )
DELETE ( )
Classified_Master
PK C_ID
Z_ID
AREA_ID
CC_ID
U_ID
C_NAME
C_DEC
C_CONTACT
C_PHOTO
ADD ( )
DELETE ( )
Event_Category
PK EC_ID
EC_NAME
ADD ( )
DELETE ( )
Event_Master
PK E_ID
Z_ID
AREA_ID
EC_ID
U_ID
E_NAME
E_EVENT
E_ADDRESS
E_CONTENT
E_LAT
E_LON
E_START_DATE
E_END_DATE
E_TIME
E_PHOTO
ADD ( )
DELETE ( )
Job_Category
PK JC_ID
JC_NAME
ADD ( )
DELETE ( )
JOB_Master
PK J_ID
Z_ID
AREA_ID
JC_ID
U_ID
J_TITLE
J_POSITION
J_COMPANY
J_DESC
J_SALARY
J_DURATION
J_POSTED_DATE
ADD ( )
DELETE ( )
Restaurant_Category
PK RCAT_ID
RCAT_NAME
ADD ( )
DELETE ( )
Restaurant_Master
PK R_ID
Z_ID
AREA_ID
RCAT_ID
U_ID
R_NAME
R_ADDRESS
R_CONTENT
R_PHONE
R_PHOTO
R_RATING
R_LAT
R_LON
R_URL
ADD ( )
DELETE ( )
Restaurant_Comment
PK CMT_ID
R_ID
U_ID
CMT_TITLE
CMT_RATING
CMT_DESC
CMT_ADDED_DATE
ADD ( )
DELETE ( )
User_Master
PK U_ID
U_NAME
U_PASSWORD
U_EMAIL
U_PHONE
U_GENDER
U_NATIONALITY
U_BIRTHDATE
U_RELATIONSHIP_STATUS
U_INTTRO
U_PHOTO
ADD ( )
DELETE ( )
Zone_Master
PK Z_ID
Z_NAME
ADD ( )
DELETE ( )
1 *
1
*
1 *
1
*
1*
1 *
1 *
1
*
1
*
1*
1
*
1
*
*
1
*
1
System Database
Admin
1.1 Request for Login
2.1 Request data
3.1 Request data
1 Login
2 Manage Content
3 Manage City
1.1.1 Acknowledgment
2.1.1 Acknowledgment
3.1.1 Acknowledgment
1.1.1.1 Login Successfully
2.1.1.1 Get Successfully
3.1.1.1 Updated Successfully
System Database
User
1.1 Request for Registration
2.1 Request for Login
3.1 Request for Attendance
4.1 Request for Event
1 Registration System
2 Login
3 Select content
4 City information
1.1.1 Response
2.1.1 Acknowledgment
3.1.1 Acknowledgment
4.1.1 Acknowledgment
1.1.1.1 Register Successfully
2.1.1.1 Login Successfully
3.1.1.1 Get Successfully
4.1.1.1 Get Information
No. Table Name
1 User_Master
2 Admin_Master
3 Zone_Master
4 Area_Master
5 Restaurant_Master
6 Restaurant_Category
7 Restaurant_Comment
8 Job_Master
9 Job_Category
10 Event_Master
11 Event_Category
12 Classified_Master
13 Classified_Category
Department Of Computer Science 26
Admin_Master
Table name: - Admin_Master
Description:- Detail of Admin
Primary key: - A_ID
NO Field Name Data Type Constraints Description
1 A_ID Int (3) Primary Key Id of Admin.
2 A_USERNAME Varchar(20) Not Null Username of Admin.
3 A_PASSWORD Varchar(20) Not Null Password of Admin.
4 A_FULLNAME Varchar(50) Not Null Full name of Admin
5 A_EMAIL Varchar(50) Not Null Email Address of Admin
6 A_PHONE Varchar(15) Allow Null. Phone no of Admin
Department Of Computer Science 27
User_Master
Table name: - User_Master
Description:- Detail of Person
Primary key: - U_ID
NO Field Name Data Type Constraints Description
1 U_ID Int (3) Primary Key id of person.
2 U_NAME Varchar(30) Not Null Username of person.
3 U_EMAIL Varchar(50) Not Null Email Address of
person.
4 U_PASSWORD Varchar(20) Not Null Password of person
5 GENDER int(1) Not Null Gender of person.
6 U_NATIONALITY Varchar(20) Not Null Nationality of person.
7 U_BIRTHDATE date Not Null Birth date of person.
8 U_RELATIONSHIP
_STATUS
Int(1) Allow Null. Relationship status of
person.
9 U_INTRO Varchar(20) Allow Null. Introduction of person
10 U_PHOTO Varchar(250
)
Allow Null. Photo of person
Department Of Computer Science 28
Area_Master
Table name: - Area_Master
Description:- Show Detail of Area
Primary key: - AREA_ID
NO Field Name Data Type Constraints Description
1 AREA_ID Int (3) Primary Key Id of Area.
2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master)
3 AREA_NAME Varchar(20) Not Null Name Of Area.
Department Of Computer Science 29
Zone_Master
Table name: - Zone_Master
Description:- Show Detail of Zone
Primary key: - Z_ID
NO Field Name Data Type Constraints Description
1 Z_ID Int (3) Primary Key Id of Zone.
2 AREA_NAME Varchar(20) Not Null Name Of Zone.
NO Field Name Data Type Constraints Description
1 J_ID Int (3) Primary Key id of Job.
2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master)
3 AREA_ID Int (3) Foreign Key Id of Area.(Area_Master)
4 JC_ID Int (3) Foreign Key Id of Job
Category(Job_Category)
5 U_ID Int (3) Foreign Key Id of person.(User_Master)
6 J_TITLE Varchar(50) Not Null Title of Job.
7 J_POSITION Varchar(20) Not Null Position of Job.
8 J_COMPANY Varchar(50) Not Null Company Name of Job.
9 J_DESC Text Allow Null. Description of Job.
10 J_SALARY Varchar(20) Allow Null. Salary of Job.
11 J_DURATION Varchar(15) Allow Null. Duration of Job.
12 J_POSTED_DATE Date Auto Posted date of Job.
Department Of Computer Science 30
Job_Master
Table name: - Job_Master
Description:- Show Detail of job
Primary key: - J_ID
Department Of Computer Science 31
Job_Category
Table name: - Job_Category
Description:- Show Detail Job Category
Primary key: - JC_ID
NO Field Name Data Type Constraints Description
1 JC_ID Int (3) Primary Key Id of Job Category.
2 JC_NAME Varchar(20) Not Null Name Of Job Category.
Department Of Computer Science 32
NO Field Name Data Type Constraints Description
1 R_ID Int (3) Primary Key id of Restaurant.
2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master)
3 AREA_ID Int (3) Foreign Key Id of Area.(Area_Master)
4 RCAT_ID Int (3) Foreign Key Id of Restaurant Category
(Restaurant_Category)
5 U_ID Int (3) Foreign Key Id of person.
(User_Master)
6 R_NAME Varchar(20) Not Null Name of Restaurant.
7 R_ADDRESS Text Not Null Address of Restaurant
8 R_CONTENT Text Allow Null. Description of Restaurant
9 R_PHONE Varchar(15) Allow Null. Phone no of Restaurant
10 R_PHOTO Varchar(25
0)
Allow Null. Photo of Restaurant
Department Of Computer Science 33
NO Field Name Data Type Constraints Description
11 R_RATING Int (1) Allow Null. Rating of Restaurant.
12 R_LAT Varchar(20) Allow Null. Latitude of Restaurant
13 R_LON Varchar(20) Allow Null. Longitude of Restaurant
14 R_URL Varchar(50) Allow Null. URL of Restaurant
Department Of Computer Science 34
Restaurant_Category
Table name: - Restaurant_Category
Description:- Show Detail Restaurant
Category
Primary key: - RCAT_ID
NO Field Name Data Type Constraints Description
1 RCAT_ID Int (3) Primary Key Id of Restaurant Category.
2 RCAT_NAME Varchar(20) Not Null Name Of Restaurant
Category.
Department Of Computer Science 35
Restaurant_Comment
Table name: - Restaurant_Comment
Description:- Show Detail Restaurant
Comment
Primary key: - CMT_ID
NO Field Name Data Type Constraints Description
1 CMT_ID Int (3) Primary Key Id of Restaurant Category.
2 R_ID Int (3) Foreign Key Id of Restaurant.
(Restaurant_Master)
3 U_ID Int (3) Foreign Key Id of person. (User_Master)
4 CMT_TITLE Varchar(50
)
Not Null Title of restaurant comment.
5 CMT_RATING Int (1) Allow Null Rating of Restaurant comment.
6 CMT_DESC Text Allow Null Description of Comment.
7 CMT_ADDED_DATE Date Auto Added Date of Comment.
NO Field Name Data Type Constraints Description
1 E_ID Int (3) Primary Key id of Event
2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master)
3 AREA_ID Int (3) Foreign Key Id of Area.(Area_Master)
4 EC_ID Int (3) Foreign Key Id of Event
Category(Event_Category)
5 U_ID Int (3) Foreign Key Id of person.(User_Master)
6 E_NAME Varchar(50) Not Null Name of Event
7 E_VENUE Varchar(50) Not Null Place Name of Event
8 E_ADDRESS Text Not Null Address of Event
9 E_CONTENT Text Allow Null. Description of Event
10 E_LAT Varchar(20) Allow Null. Latitude of Event
Department Of Computer Science 36
Event_Master
Table name: - Event_Master
Description:- Show Detail of Event
Primary key: - E_ID
Department Of Computer Science 37
NO Field Name Data Type Constraints Description
11 E_LON Varchar(20) Allow Null. Longitude of Event
12 E_START_DATE Date Not Null Start Date of Event
13 E_END_DATE Date Not Null End Date of Event.
14 E_TIME Time Not Null Time of Event
15 E_PHOTO Varchar(250
)
Allow Null. Photo of Event
Department Of Computer Science 38
Event_Category
Table name: - Restaurant_Category
Description:- Show Detail Event Category
Primary key: - EC_ID
NO Field Name Data Type Constraints Description
1 EC_ID Int (3) Primary Key Id of Event Category.
2 EC_NAME Varchar(20) Not Null Name Of Event Category.
Department Of Computer Science 39
NO Field Name Data Type Constraints Description
1 C_ID Int (3) Primary Key id of Classified
2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master)
3 AREA_ID Int (3) Foreign Key Id of Area.(Area_Master)
4 CC_ID Int (3) Foreign Key Id of Classified
Category(Classified_Category)
5 U_ID Int (3) Foreign Key Id of person.(User_Master)
6 C_NAME Varchar(30) Not Null Name of Classified
7 C_DESC Text Allow Null Description of Classified
8 C_CONTACT Varchar(15) Allow Null Contact of Classified
9 C_PHOTO Varchar(250
)
Allow Null. Photo of Classified
Classified_Master
Table name: - Classified_Master
Description:- Show Detail of Classified
Primary key: - C_ID
Department Of Computer Science 40
Classified_Category
Table name: - Classified_Category
Description:- Show Detail Classified
Category
Primary key: - CC_ID
NO Field Name Data Type Constraints Description
1 CC_ID Int (3) Primary Key Id of Classified Category.
2 CC_NAME Varchar(20) Not Null Name Of Classified Category.
I feel that I am very fortunate to have been given such a fertile practical training that
has not only expanded my horizons and the academic scope, but the enriching experience at
Milestone technology, Ahmedabad has been great experience. I am sure, it will be helpful for me in
future.
I would like to thank Dr. C. K. Kumbharana(H.O.D at Department of Computer Science,
Saurashtra University) for giving the kind permission to undergo the training at Cresco Solution.
At Cresco Solution, many thanks to Mrs. Divyata Makwana for guidance though out my training.
I sincerely thank to Mrs. Janki Purohit(CEO) to allow me to join in “On Job Training” in
Cresco Solution, Ahmedabad and give me chance to work with some projects as part of my
education curriculum of MSc IT & CA (Sem. 4).
• developers.android.com
• onlyahemdabad.com
City Portal - Final Year Project Presentation

More Related Content

Viewers also liked

Tourist Guide A.R Application Presentation
Tourist Guide A.R Application PresentationTourist Guide A.R Application Presentation
Tourist Guide A.R Application Presentation
yesoun
 
91743410 advertisement-management-system-srs
91743410 advertisement-management-system-srs91743410 advertisement-management-system-srs
91743410 advertisement-management-system-srs
Sumit Badaya
 
Employee Profile Management System
Employee Profile Management SystemEmployee Profile Management System
Employee Profile Management System
ncct
 

Viewers also liked (12)

Online classifieds PROJECT using .NET
Online classifieds PROJECT using .NETOnline classifieds PROJECT using .NET
Online classifieds PROJECT using .NET
 
New city guide v02
New city guide v02New city guide v02
New city guide v02
 
SPCE Alumni Association Web Portal
SPCE Alumni Association Web PortalSPCE Alumni Association Web Portal
SPCE Alumni Association Web Portal
 
Mychoice -classified site for buying, selling, rent etc
Mychoice -classified site for buying, selling, rent etcMychoice -classified site for buying, selling, rent etc
Mychoice -classified site for buying, selling, rent etc
 
Disaster aid
Disaster aidDisaster aid
Disaster aid
 
Ppt
PptPpt
Ppt
 
Tourist Guide A.R Application Presentation
Tourist Guide A.R Application PresentationTourist Guide A.R Application Presentation
Tourist Guide A.R Application Presentation
 
91743410 advertisement-management-system-srs
91743410 advertisement-management-system-srs91743410 advertisement-management-system-srs
91743410 advertisement-management-system-srs
 
Olx.ppt
Olx.pptOlx.ppt
Olx.ppt
 
Employee Profile Management System
Employee Profile Management SystemEmployee Profile Management System
Employee Profile Management System
 
Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Report
 
Smart city presentation
Smart city presentationSmart city presentation
Smart city presentation
 

Similar to City Portal - Final Year Project Presentation

Project Management System
Project Management SystemProject Management System
Project Management System
Divyen Patel
 
Warranty management system
Warranty management systemWarranty management system
Warranty management system
Moin Raza Khan
 
CMS Project Phase II InstructionsIn this phase, you will create t.docx
CMS Project Phase II InstructionsIn this phase, you will create t.docxCMS Project Phase II InstructionsIn this phase, you will create t.docx
CMS Project Phase II InstructionsIn this phase, you will create t.docx
mary772
 
BMIS 325CMS Project Phase II InstructionsIn this phase, you w.docx
BMIS 325CMS Project Phase II InstructionsIn this phase, you w.docxBMIS 325CMS Project Phase II InstructionsIn this phase, you w.docx
BMIS 325CMS Project Phase II InstructionsIn this phase, you w.docx
hartrobert670
 

Similar to City Portal - Final Year Project Presentation (20)

Online Movie Ticket Booking
Online Movie Ticket BookingOnline Movie Ticket Booking
Online Movie Ticket Booking
 
Job centre presentation
Job centre presentationJob centre presentation
Job centre presentation
 
Online Fitness Gym Project Presentation
Online Fitness Gym Project Presentation Online Fitness Gym Project Presentation
Online Fitness Gym Project Presentation
 
Book a-snapper
Book a-snapperBook a-snapper
Book a-snapper
 
Beauty Care.pptx
Beauty Care.pptxBeauty Care.pptx
Beauty Care.pptx
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management system
 
Restaurent management system
Restaurent management systemRestaurent management system
Restaurent management system
 
Online rto management system
Online rto management system Online rto management system
Online rto management system
 
Presentations_PPT_Unit-2_25042019031227AM.pptx
Presentations_PPT_Unit-2_25042019031227AM.pptxPresentations_PPT_Unit-2_25042019031227AM.pptx
Presentations_PPT_Unit-2_25042019031227AM.pptx
 
INTERNAL MAILING SYSTEM-Project report
INTERNAL MAILING SYSTEM-Project reportINTERNAL MAILING SYSTEM-Project report
INTERNAL MAILING SYSTEM-Project report
 
Cs practical file
Cs practical fileCs practical file
Cs practical file
 
Mis
MisMis
Mis
 
Project Management System
Project Management SystemProject Management System
Project Management System
 
SQL Practice Question set
SQL Practice Question set SQL Practice Question set
SQL Practice Question set
 
Warranty management system
Warranty management systemWarranty management system
Warranty management system
 
Final
FinalFinal
Final
 
CMS Project Phase II InstructionsIn this phase, you will create t.docx
CMS Project Phase II InstructionsIn this phase, you will create t.docxCMS Project Phase II InstructionsIn this phase, you will create t.docx
CMS Project Phase II InstructionsIn this phase, you will create t.docx
 
Jobportal
JobportalJobportal
Jobportal
 
BMIS 325CMS Project Phase II InstructionsIn this phase, you w.docx
BMIS 325CMS Project Phase II InstructionsIn this phase, you w.docxBMIS 325CMS Project Phase II InstructionsIn this phase, you w.docx
BMIS 325CMS Project Phase II InstructionsIn this phase, you w.docx
 
Database Management System Review
Database Management System ReviewDatabase Management System Review
Database Management System Review
 

Recently uploaded

Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Cara Menggugurkan Kandungan 087776558899
 

Recently uploaded (6)

Mobile Application Development-Android and It’s Tools
Mobile Application Development-Android and It’s ToolsMobile Application Development-Android and It’s Tools
Mobile Application Development-Android and It’s Tools
 
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
 
Mobile Application Development-Components and Layouts
Mobile Application Development-Components and LayoutsMobile Application Development-Components and Layouts
Mobile Application Development-Components and Layouts
 
Mobile App Penetration Testing Bsides312
Mobile App Penetration Testing Bsides312Mobile App Penetration Testing Bsides312
Mobile App Penetration Testing Bsides312
 
Android Application Components with Implementation & Examples
Android Application Components with Implementation & ExamplesAndroid Application Components with Implementation & Examples
Android Application Components with Implementation & Examples
 
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
 

City Portal - Final Year Project Presentation

  • 1.
  • 2.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12. Login Admin User Is Valid Registration No Yes Change Password & Profile Change Password & Profile Is Admin Yes No Start Manage List of Cities Select City Manage Classified Manage Events & Category Manage Jobs Manage Zone & Area Manage Job Category Modify Options Select Jobs View Classified View Category Select Events Select Zone & Area View Information Map Stop
  • 14. Admin_Master PK A_ID A_USERNAME A_PASSWORD A_FULLNAME A_EMAIL A_PHONE Area_Master PK AREA_ID Z_ID Z_NAME Classified_Category PK CC_ID CC_NAME Classified_Master PK C_ID Z_ID AREA_ID CC_ID U_ID C_NAME C_DEC C_CONTACT C_PHOTO Event_Category PK EC_ID EC_NAME Event_Master PK E_ID Z_ID AREA_ID EC_ID U_ID E_NAME E_EVENT E_ADDRESS E_CONTENT E_LAT E_LON E_START_DATE E_END_DATE E_TIME E_PHOTO Job_Category PK JC_ID JC_NAME JOB_Master PK J_ID Z_ID AREA_ID JC_ID U_ID J_TITLE J_POSITION J_COMPANY J_DESC J_SALARY J_DURATION J_POSTED_DATE Restaurant_Category PK RCAT_ID RCAT_NAME Restaurant_Master PK R_ID Z_ID AREA_ID RCAT_ID U_ID R_NAME R_ADDRESS R_CONTENT R_PHONE R_PHOTO R_RATING R_LAT R_LON R_URL Restaurant_Comment PK CMT_ID R_ID U_ID CMT_TITLE CMT_RATING CMT_DESC CMT_ADDED_DATE User_Master PK U_ID U_NAME U_PASSWORD U_EMAIL U_PHONE U_GENDER U_NATIONALITY U_BIRTHDATE U_RELATIONSHIP_STATUS U_INTTRO U_PHOTO Zone_Master PK Z_ID Z_NAME
  • 15.
  • 16. User Admin Login Registration View All Listing Of Content Write Review Add New Content View History Of Content Manage User Profile Logout Manage Content Activate Deactivate
  • 17. Admin Logout Manage Content Manage User Profile Add Update Delete View Add Delete View Login valid Invalid
  • 18. User Registration View all Listings Contents Login New User Existing User Invalid valid Manage Profile View All Listings Add Contents Write Review View History Of Content Logout App Reg Facebook Reg Activated User Invalid valid
  • 19. Area_Master PK AREA_ID Z_ID Z_NAME ADD ( ) DELETE ( ) Classified_Category PK CC_ID CC_NAME ADD ( ) DELETE ( ) Classified_Master PK C_ID Z_ID AREA_ID CC_ID U_ID C_NAME C_DEC C_CONTACT C_PHOTO ADD ( ) DELETE ( ) Event_Category PK EC_ID EC_NAME ADD ( ) DELETE ( ) Event_Master PK E_ID Z_ID AREA_ID EC_ID U_ID E_NAME E_EVENT E_ADDRESS E_CONTENT E_LAT E_LON E_START_DATE E_END_DATE E_TIME E_PHOTO ADD ( ) DELETE ( ) Job_Category PK JC_ID JC_NAME ADD ( ) DELETE ( ) JOB_Master PK J_ID Z_ID AREA_ID JC_ID U_ID J_TITLE J_POSITION J_COMPANY J_DESC J_SALARY J_DURATION J_POSTED_DATE ADD ( ) DELETE ( ) Restaurant_Category PK RCAT_ID RCAT_NAME ADD ( ) DELETE ( ) Restaurant_Master PK R_ID Z_ID AREA_ID RCAT_ID U_ID R_NAME R_ADDRESS R_CONTENT R_PHONE R_PHOTO R_RATING R_LAT R_LON R_URL ADD ( ) DELETE ( ) Restaurant_Comment PK CMT_ID R_ID U_ID CMT_TITLE CMT_RATING CMT_DESC CMT_ADDED_DATE ADD ( ) DELETE ( ) User_Master PK U_ID U_NAME U_PASSWORD U_EMAIL U_PHONE U_GENDER U_NATIONALITY U_BIRTHDATE U_RELATIONSHIP_STATUS U_INTTRO U_PHOTO ADD ( ) DELETE ( ) Zone_Master PK Z_ID Z_NAME ADD ( ) DELETE ( ) 1 * 1 * 1 * 1 * 1* 1 * 1 * 1 * 1 * 1* 1 * 1 * * 1 * 1
  • 20.
  • 21.
  • 22.
  • 23. System Database Admin 1.1 Request for Login 2.1 Request data 3.1 Request data 1 Login 2 Manage Content 3 Manage City 1.1.1 Acknowledgment 2.1.1 Acknowledgment 3.1.1 Acknowledgment 1.1.1.1 Login Successfully 2.1.1.1 Get Successfully 3.1.1.1 Updated Successfully
  • 24. System Database User 1.1 Request for Registration 2.1 Request for Login 3.1 Request for Attendance 4.1 Request for Event 1 Registration System 2 Login 3 Select content 4 City information 1.1.1 Response 2.1.1 Acknowledgment 3.1.1 Acknowledgment 4.1.1 Acknowledgment 1.1.1.1 Register Successfully 2.1.1.1 Login Successfully 3.1.1.1 Get Successfully 4.1.1.1 Get Information
  • 25. No. Table Name 1 User_Master 2 Admin_Master 3 Zone_Master 4 Area_Master 5 Restaurant_Master 6 Restaurant_Category 7 Restaurant_Comment 8 Job_Master 9 Job_Category 10 Event_Master 11 Event_Category 12 Classified_Master 13 Classified_Category
  • 26. Department Of Computer Science 26 Admin_Master Table name: - Admin_Master Description:- Detail of Admin Primary key: - A_ID NO Field Name Data Type Constraints Description 1 A_ID Int (3) Primary Key Id of Admin. 2 A_USERNAME Varchar(20) Not Null Username of Admin. 3 A_PASSWORD Varchar(20) Not Null Password of Admin. 4 A_FULLNAME Varchar(50) Not Null Full name of Admin 5 A_EMAIL Varchar(50) Not Null Email Address of Admin 6 A_PHONE Varchar(15) Allow Null. Phone no of Admin
  • 27. Department Of Computer Science 27 User_Master Table name: - User_Master Description:- Detail of Person Primary key: - U_ID NO Field Name Data Type Constraints Description 1 U_ID Int (3) Primary Key id of person. 2 U_NAME Varchar(30) Not Null Username of person. 3 U_EMAIL Varchar(50) Not Null Email Address of person. 4 U_PASSWORD Varchar(20) Not Null Password of person 5 GENDER int(1) Not Null Gender of person. 6 U_NATIONALITY Varchar(20) Not Null Nationality of person. 7 U_BIRTHDATE date Not Null Birth date of person. 8 U_RELATIONSHIP _STATUS Int(1) Allow Null. Relationship status of person. 9 U_INTRO Varchar(20) Allow Null. Introduction of person 10 U_PHOTO Varchar(250 ) Allow Null. Photo of person
  • 28. Department Of Computer Science 28 Area_Master Table name: - Area_Master Description:- Show Detail of Area Primary key: - AREA_ID NO Field Name Data Type Constraints Description 1 AREA_ID Int (3) Primary Key Id of Area. 2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master) 3 AREA_NAME Varchar(20) Not Null Name Of Area.
  • 29. Department Of Computer Science 29 Zone_Master Table name: - Zone_Master Description:- Show Detail of Zone Primary key: - Z_ID NO Field Name Data Type Constraints Description 1 Z_ID Int (3) Primary Key Id of Zone. 2 AREA_NAME Varchar(20) Not Null Name Of Zone.
  • 30. NO Field Name Data Type Constraints Description 1 J_ID Int (3) Primary Key id of Job. 2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master) 3 AREA_ID Int (3) Foreign Key Id of Area.(Area_Master) 4 JC_ID Int (3) Foreign Key Id of Job Category(Job_Category) 5 U_ID Int (3) Foreign Key Id of person.(User_Master) 6 J_TITLE Varchar(50) Not Null Title of Job. 7 J_POSITION Varchar(20) Not Null Position of Job. 8 J_COMPANY Varchar(50) Not Null Company Name of Job. 9 J_DESC Text Allow Null. Description of Job. 10 J_SALARY Varchar(20) Allow Null. Salary of Job. 11 J_DURATION Varchar(15) Allow Null. Duration of Job. 12 J_POSTED_DATE Date Auto Posted date of Job. Department Of Computer Science 30 Job_Master Table name: - Job_Master Description:- Show Detail of job Primary key: - J_ID
  • 31. Department Of Computer Science 31 Job_Category Table name: - Job_Category Description:- Show Detail Job Category Primary key: - JC_ID NO Field Name Data Type Constraints Description 1 JC_ID Int (3) Primary Key Id of Job Category. 2 JC_NAME Varchar(20) Not Null Name Of Job Category.
  • 32. Department Of Computer Science 32 NO Field Name Data Type Constraints Description 1 R_ID Int (3) Primary Key id of Restaurant. 2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master) 3 AREA_ID Int (3) Foreign Key Id of Area.(Area_Master) 4 RCAT_ID Int (3) Foreign Key Id of Restaurant Category (Restaurant_Category) 5 U_ID Int (3) Foreign Key Id of person. (User_Master) 6 R_NAME Varchar(20) Not Null Name of Restaurant. 7 R_ADDRESS Text Not Null Address of Restaurant 8 R_CONTENT Text Allow Null. Description of Restaurant 9 R_PHONE Varchar(15) Allow Null. Phone no of Restaurant 10 R_PHOTO Varchar(25 0) Allow Null. Photo of Restaurant
  • 33. Department Of Computer Science 33 NO Field Name Data Type Constraints Description 11 R_RATING Int (1) Allow Null. Rating of Restaurant. 12 R_LAT Varchar(20) Allow Null. Latitude of Restaurant 13 R_LON Varchar(20) Allow Null. Longitude of Restaurant 14 R_URL Varchar(50) Allow Null. URL of Restaurant
  • 34. Department Of Computer Science 34 Restaurant_Category Table name: - Restaurant_Category Description:- Show Detail Restaurant Category Primary key: - RCAT_ID NO Field Name Data Type Constraints Description 1 RCAT_ID Int (3) Primary Key Id of Restaurant Category. 2 RCAT_NAME Varchar(20) Not Null Name Of Restaurant Category.
  • 35. Department Of Computer Science 35 Restaurant_Comment Table name: - Restaurant_Comment Description:- Show Detail Restaurant Comment Primary key: - CMT_ID NO Field Name Data Type Constraints Description 1 CMT_ID Int (3) Primary Key Id of Restaurant Category. 2 R_ID Int (3) Foreign Key Id of Restaurant. (Restaurant_Master) 3 U_ID Int (3) Foreign Key Id of person. (User_Master) 4 CMT_TITLE Varchar(50 ) Not Null Title of restaurant comment. 5 CMT_RATING Int (1) Allow Null Rating of Restaurant comment. 6 CMT_DESC Text Allow Null Description of Comment. 7 CMT_ADDED_DATE Date Auto Added Date of Comment.
  • 36. NO Field Name Data Type Constraints Description 1 E_ID Int (3) Primary Key id of Event 2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master) 3 AREA_ID Int (3) Foreign Key Id of Area.(Area_Master) 4 EC_ID Int (3) Foreign Key Id of Event Category(Event_Category) 5 U_ID Int (3) Foreign Key Id of person.(User_Master) 6 E_NAME Varchar(50) Not Null Name of Event 7 E_VENUE Varchar(50) Not Null Place Name of Event 8 E_ADDRESS Text Not Null Address of Event 9 E_CONTENT Text Allow Null. Description of Event 10 E_LAT Varchar(20) Allow Null. Latitude of Event Department Of Computer Science 36 Event_Master Table name: - Event_Master Description:- Show Detail of Event Primary key: - E_ID
  • 37. Department Of Computer Science 37 NO Field Name Data Type Constraints Description 11 E_LON Varchar(20) Allow Null. Longitude of Event 12 E_START_DATE Date Not Null Start Date of Event 13 E_END_DATE Date Not Null End Date of Event. 14 E_TIME Time Not Null Time of Event 15 E_PHOTO Varchar(250 ) Allow Null. Photo of Event
  • 38. Department Of Computer Science 38 Event_Category Table name: - Restaurant_Category Description:- Show Detail Event Category Primary key: - EC_ID NO Field Name Data Type Constraints Description 1 EC_ID Int (3) Primary Key Id of Event Category. 2 EC_NAME Varchar(20) Not Null Name Of Event Category.
  • 39. Department Of Computer Science 39 NO Field Name Data Type Constraints Description 1 C_ID Int (3) Primary Key id of Classified 2 Z_ID Int (3) Foreign Key Id of Zone. (Zone_Master) 3 AREA_ID Int (3) Foreign Key Id of Area.(Area_Master) 4 CC_ID Int (3) Foreign Key Id of Classified Category(Classified_Category) 5 U_ID Int (3) Foreign Key Id of person.(User_Master) 6 C_NAME Varchar(30) Not Null Name of Classified 7 C_DESC Text Allow Null Description of Classified 8 C_CONTACT Varchar(15) Allow Null Contact of Classified 9 C_PHOTO Varchar(250 ) Allow Null. Photo of Classified Classified_Master Table name: - Classified_Master Description:- Show Detail of Classified Primary key: - C_ID
  • 40. Department Of Computer Science 40 Classified_Category Table name: - Classified_Category Description:- Show Detail Classified Category Primary key: - CC_ID NO Field Name Data Type Constraints Description 1 CC_ID Int (3) Primary Key Id of Classified Category. 2 CC_NAME Varchar(20) Not Null Name Of Classified Category.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65. I feel that I am very fortunate to have been given such a fertile practical training that has not only expanded my horizons and the academic scope, but the enriching experience at Milestone technology, Ahmedabad has been great experience. I am sure, it will be helpful for me in future. I would like to thank Dr. C. K. Kumbharana(H.O.D at Department of Computer Science, Saurashtra University) for giving the kind permission to undergo the training at Cresco Solution. At Cresco Solution, many thanks to Mrs. Divyata Makwana for guidance though out my training. I sincerely thank to Mrs. Janki Purohit(CEO) to allow me to join in “On Job Training” in Cresco Solution, Ahmedabad and give me chance to work with some projects as part of my education curriculum of MSc IT & CA (Sem. 4).