csci 6838.1 research project and seminar team #1 10/02/2007

32
CSCI 6838.1 Research Project and Seminar Team #1 10/02/2007

Upload: austen-pitts

Post on 27-Dec-2015

217 views

Category:

Documents


1 download

TRANSCRIPT

CSCI 6838.1 Research Project and Seminar

Team #110/02/2007

2

Table of ContentsTopic Slide Number

Team information ………………………………………………3

Customer Information ………………………………………………4

Overview ………………………………………………5

End User ………………………………………………6

Application Features …………………………………………..7-12

Use Case Diagram ……………………………………………..13

Architecture Diagram ……………………………………………..14

Class Diagram ……………………………………………..15

Technology ……………………………………………..16

Project Timeline ………………………………………….17-18

Development Team ……………………………………………..19

Screenshots ………………………………………….20-29

Conclusion ……………………………………………..30

References ……………………………………………..31

3

Mentor

Mr. Todd Guillory

Faculty Advisor

Dr. Kwok Bun Yue

[email protected]

Team MembersAmruta Mehendale (Team Leader)

[email protected]

Abhisheik Deo

[email protected]

Aiyaz Paniwala

[email protected]

Sanjeev Gowda

[email protected]

Team Information

4

Customer Information

Chevron Information Technology Corporation

• Global Consulting & Applications Solutions/Data Access/Exploration Department

• Information Technology Company (ITC) provides the Internet-enabled infrastructure to achieve Chevron's business and technology strategy

• Contact Person:Mr. Todd GuillorySoftware EngineerChevron Information Technology CompanyGlobal Consulting & Applications Solutions (GCAS)Houston, Texas 77002Tel 713 754 [email protected]

5

Overview

• Data Integration & Resolution Component Application is a new, self-contained product.

• It deals with the scenario in which the user is required to work with data distributed across different data sources.

• The application enables the user to view, compare, integrate data and build a trusted resultant dataset.

6

End User

• The various users of the system have similar data stored in different databases

• The user of the system would obtain data from other users and would want to visually compare them with the help of cues provided by the application

• The user would then be able to build a trusted and resolved version

7

Application Features

• The user will select the data source and will be prompted to provide the parameters depending on the type of data source selected– For flat files, Excel sheets and Access database, user

will specify the location of the data source file– For other data sources like Oracle, SQL Server, user

would specify a DSN

8

Application Features (contd)

• For flat files :– User has to specify the delimiter used in the file– By default data in a single line (i.e. separated by a

new line) is considered to be a new row– User will have to specify whether the first row in the

file is the column header

9

Application Features (contd)

• For access database :– All the tables in the selected database file will be

displayed and the user can select one data table at a time as the data source

– The primary key of the selected table would be recommended to the user

– The user can either use the recommended key or user can select other fields as primary key

10

Application Feature (contd)

• For excel file :– All the worksheets in the excel file are displayed and

the user can select one of the worksheets as the data source

– User will have to specify whether the first row in the file is the column header

– By default the first column of the worksheet is considered to be the primary key

11

Application Features (contd)

• Handling of data types– Default data type for data elements is considered of

type string– Special characters in the data elements will be

handled accordingly• The application integrates data of single, flat tables

12

Application Features (contd)

• The GUI uses color and visual cues to identify matching rows

• The user selects the specific records from the various data sources and can view the ‘resolved’ table

• The user can then export this single ‘resolved’ table to an Excel Sheet

• Users can hide/reveal columns by clicking on them.

13

Use Case Diagram

14

Architecture Diagram

Data Base Logic

Client GUI

Data Base Connector

User Forms

User Forms

User Forms

Database

15

Class Diagram

16

Technology Used

• Operating System– Windows XP SP2

• Programming Language– C#

• Framework– .NET 2.0

• IDE– Visual Studio 2005

• Databases:– Microsoft Access 2003– Microsoft Excel 2003– Flat Files

17

Project Timeline

Tasks Assigned To

Week

# 1

#2

#3

#4

#5

#6

#7

#8

#9

# 10

# 11

# 12

# 13

# 14

# 15

Team setup and establishing logistical arrangement.

All      

Setting up project Website

Aiyaz Week #1 – Week #3

  

High level architecture diagram

Sanjeev  Week #2 – Week #5

Software Requirements Specification

Amruta, Sanjeev  Week #2 – Week #5

 

User Interface Abhisheik   

 

18

Project Timeline (contd)

Tasks Assigned ToWeek

# 1

#2

#3

#4

#5

#6

#7

#8

#9

# 10

# 11

# 12

# 13

# 14

# 15

Maintaining the project website

Aiyaz Week #1 – Week #15

Connector Logic AllWeek #5 – Week #9 

Data resolution Abhisheik, Amruta

Week #4 – Week #10    

Data joinAbhisheik, Amruta, Sanjeev

 Week #9 – Week #13

Algorithm for percentage matching

Sanjeev, AiyazWeek #10 – Week #13

Documentation AllWeek #2 – Week #6

Week #13 – Week #15

19

Development Team

Role Team Member(s)

Team Leader Amruta Mehendale

Research and Design All

Webmaster Aiyaz Paniwala

Testing and Debugging All

Developers

- Front End Logic Amruta Mehendale, Aiyaz Paniwala

- Back End Logic Abhisheik Deo, Sanjeev Gowda

Documentation All

20

DI&R Screen Shots

21

First Screen : First window form will always remain open, for the user to select menu options.

22

Select Data source : User selects Open command from File menu and then selects the type of data source to connect to

23

Select Access Data source: Based on selection of MS Access as data source user can either specify database location in string format or use the browse button to select the corresponding file

24

Select Access Data source: If the Selected Access file is password protected, the user is prompted to enter a username and password

25

Select Access Data source: Based on selected database, corresponding table names will be populated in a list. User can select any table name and click on connect.

26

Select Excel Data source: Based on user selection of data source, input parameters for MS Excel 2003 are requested

27

Select Excel Data source: Based on user selection if multiple sheets are present in single Excel file, the list is displayed for user to select any one sheet. User can specify if the first row contains column headers

28

Select Flat File Data source: Based on user selection of data source input parameters for Flat File are requested

29

Select Flat File Data source: The flat file and its delimiter once selected, user can now specify if the first row contains the column headers and click on connect

30

Display Data Tables: Once the data sources get connected corresponding data grids are populated with the data

31

Conclusion

• Discussed the general information, overview and the details about the end user of project application

• Explained some of the application features as required by user

• The project design and plan has been covered

• The project screenshots have been presented