320 likes | 471 Views
CSCI 6838.1 Research Project and Seminar Team #1 10/02/2007. Table of Contents. Team Information. Mentor Mr. Todd Guillory Faculty Advisor Dr. Kwok Bun Yue yue@cl.uh.edu. Team Members Amruta Mehendale (Team Leader) amrutamehendale@gmail.com Abhisheik Deo abhisheikdeo@yahoo.com
E N D
CSCI 6838.1 Research Project and SeminarTeam #1 10/02/2007
Team Information Mentor Mr. Todd Guillory Faculty Advisor Dr. Kwok Bun Yue yue@cl.uh.edu Team Members Amruta Mehendale (Team Leader) amrutamehendale@gmail.com Abhisheik Deo abhisheikdeo@yahoo.com Aiyaz Paniwala aiyaz.paniwala@gmail.com Sanjeev Gowda Sanjeev.gowda@gmail.com
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 5017tguillory@chevron.com
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.
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
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
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
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
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
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
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.
Architecture Diagram Client GUI User Forms User Forms User Forms Data Base Logic Data Base Connector Database
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
First Screen : First window form will always remain open, for the user to select menu options.
Select Data source : User selects Open command from File menu and then selects the type of data source to connect to
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
Select Access Data source: If the Selected Access file is password protected, the user is prompted to enter a username and password
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.
Select Excel Data source: Based on user selection of data source, input parameters for MS Excel 2003 are requested
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
Select Flat File Data source: Based on user selection of data source input parameters for Flat File are requested
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
Display Data Tables: Once the data sources get connected corresponding data grids are populated with the data
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
References Chevron Information Technology Corporation: http://www.chevron.com/technology/info_technology/ Use Case story: http://en.wikipedia.org/wiki/Use_case SRS template: www.processimpact.com/process_assets/srs_template.doc