Sunteți pe pagina 1din 10

NoidaPoint.

info
Introduction:
NoidaPoint.info is an information portal of Noida. The portal shall provide a
platform to commercial, educational, social, and other entities operating in
Noida to present themselves to the interested audience and prospective
clients through the electronic media and shall act as a one stop shop for
individuals and entities interested in finding out information about Noida.

Information presented by the portal shall be divided into categories. Each


category may have various sub categories. Major categories to be covered
are:

1. Entertainment
2. Educational Institutions
3. Financial Institutions
4. Computer hardware
5. Hotels and restaurants
6. Travel and tour agents
7. Shopping Malls
8. Government Offices
9. etc.

The portal proposes to present information about Noida using the following
mechanism:

• Information can be compiled by the administrative team from


different sources such as yellow pages, news paper advertisement etc.
• Information is to be collected through classifieds posted on the portal
by various social, businesses, educational and professional entities having
operations in Noida.
• Links of existing websites related to Noida are to be provided.

Major Modules of the portal are:

• Categories Management Module


• Searching Module
• Classified Management
• Link Management Module
• Administration Module
Data Structures
(1) Categ
ory: This table shall store categories information. It contains following
fields.

Field name Data type Constraint/Description


categoryId Number Primary key, (Auto Generated)
name Varchar2 Not Null
subCount Number Count of sub categories under this
category (calculated).
adCount Number Count of classifieds posted under this
category by registered users (calculated).

(2) SubC
ategory: This table shall store all the sub categories of a category. It
contains following fields.

Field name Data type Constraint/Description


categoryId Number Foreign key, (Category)
subCategoryId Number Primary key, (Auto Generated)
name Varchar2 Not Null
adCount Number Count of classifieds posted under this sub
category by registered users (calculated).
(3) Poster
: This table shall store information about the registered users who post
their classifieds on the portal. It contains following fields.

Field name Data type Constraint/Description


posterId Number Primary key, (Auto Generated)
posterName Varchar2 Not Null
mailId Varchar2 Not Null
mobileNo Varchar2 Not Null
registrationDate Date Not Null
adCount Number Count of classifieds posted by the user
(calculated).

(4) Poster
Login: This table shall store login information of the registered users
who post their classifieds on the portal. It contains following fields.

Field name Data type Constraint/Description


posterId Number Foreign key, (Poster)
loginName Varchar2 Not Null
password Varchar2 Not Null
(5) Classi
fied: This table shall store information about the classifieds posted by
the users on the portal. It contains following fields.

Field name Data type Constraint/Description


classifiedId Number Primary key, (Auto Generated)
subCategoryId Number Foreign key, (SubCategory)
poseterId Number Foreign key (Poster)
postingDate Date Not Null
contents Varchar2 Not Null
viewCount Number Count of no. of times the classified is
viewed by a user (calculated).

Following tables are used by the administrative team to store information of


Noida that is presented on the portal.

(6) ATM:
This table contains information of all the ATMs of Noida. It contains
following fields.

Field name Data type Constraint/Description


atmId Number Primary key, (Auto Generated)
bankName Varchar2 Not Null
location Varchar2 Not Null
landmark Varchar2

(7) Bank:
This table contains information of all the Banks of Noida. It contains
following fields.
Field name Data type Constraint/Description
bankId Number Primary key, (Auto Generated)
bankName Varchar2 Not Null

(8) Bank
Branch: This table contains information of all the branches of a Bank
in Noida. It contains following fields.

Field name Data type Constraint/Description


branchId Number Primary key, (Auto Generated)
bankId Number Foreign key, (Auto Generated)
location Varchar2 Not Null
landmark Varchar2
contactNo Varchar2
faxNo Varchar2

(9) BookS
hop: This table contains information of all the Book shops of Noida. It
contains following fields.

Field name Data type Constraint/Description


shopId Number Primary key, (Auto Generated)
shopName Varchar2 Not Null
location Varchar2 Not Null
landmark Varchar2
contactNo Varchar2
(10) Colleg
e_Univ: This table contains information of all the colleges and
universities situated in Noida. It contains following fields.

Field name Data type Constraint/Description


cuId Number Primary key, (Auto Generated)
Name Varchar2 Not Null
location Varchar2 Not Null
description Varchar2 University/college, technical/non technical
etc.
landmark Varchar2
contactNo Varchar2

(11) Hospi
tal: This table contains information of all the Hospitals of Noida. It
contains following fields.

Field name Data type Constraint/Description


hopitalId Number Primary key, (Auto Generated)
Name Varchar2 Not Null
location Varchar2 Not Null
specialty Varchar2 General, Heart, Cancer etc.
landmark Varchar2
helplineNo Varchar2

(12) Schoo
ls: This table contains information of all the schools situated in Noida.
It contains following fields.

Field name Data type Constraint/Description


schoolId Number Primary key, (Auto Generated)
Name Varchar2 Not Null
location Varchar2 Not Null
board Varchar2 CBSE/ICSE etc.
landmark Varchar2
contactNo Varchar2

(13) ITCo
mpany: This table contains information of all the IT Companies
situated in Noida. It contains following fields.

Field name Data type Constraint/Description


companyId Number Primary key, (Auto Generated)
Name Varchar2 Not Null
location Varchar2 Not Null
workArea Varchar2
landmark Varchar2
contactNo Varchar2

(14) Shopp
ingMall: This table contains information of all the Shopping Malls of
Noida. It contains following fields.

Field name Data type Constraint/Description


mallId Number Primary key, (Auto Generated)
Name Varchar2 Not Null
location Varchar2 Not Null
landmark Varchar2

(15) Mark
ets: This table contains information of all the Markets of Noida. It
contains following fields.

Field name Data type Constraint/Description


marketId Number Primary key, (Auto Generated)
Name Varchar2 Not Null
location Varchar2 Not Null
landmark Varchar2

(16) Police
Station: This table contains information of all the Police Stations of
Noida. It contains following fields.

Field name Data type Constraint/Description


stationId Number Primary key, (Auto Generated)
stationName Varchar2 Not Null
address Varchar2 Not Null
inchargeName Varchar2
contactNo Varchar2
faxNo Varchar2

(17) Tour_
Travel: This table contains information of all the Tour and Travel
agencies of Noida. It contains following fields.

Field name Data type Constraint/Description


agencyId Number Primary key, (Auto Generated)
agencyName Varchar2 Not Null
address Varchar2 Not Null
contactNo Varchar2

(18) siteLi
nks: This table contains information of hyperlinks of Noida related
websites that are displayed on the portal. It contains following fields.

Field name Data type Constraint/Description


linkId Number Primary key, (Auto Generated)
linkText Varchar2 Not Null
url Varchar2 Not Null

S-ar putea să vă placă și