User:Chen Qing

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: = Design Study = Under construction .....)
 
Line 1: Line 1:
 +
Hello everyone, welcome to my home page. I am a 2008 cosc427 student.
 +
 
= Design Study =
 
= Design Study =
  
Under construction .....
+
Recently I have built a “quick and dirty” MS Access based VBA application for a friend. The application is for helping a small printing company to maintain their job records, organize their job flow and providing some reporting function etc. I thought this is a good case to exercises what we have learned through the cosc427 lectures (and also past courses), so I reworked on this application and will build it within an object-oriented environment.
 +
 
 +
The starting point for this application is simple. We need a printing company which can produces some of its print products. The application should be able to handle various types of print products from simple one page business card to complex multi page/sheet book and NCR booklet. We want the application to be able to use as a front end for a database to create, retrieve and manage the work the company has. The overview of the application class structure is diagramed in Figure 1.
 +
 
 +
[[image:HighLevelOverview.jpg|thumb|800px|left|'''Figure 1: High Level Overview]]

Revision as of 03:36, 14 September 2008

Hello everyone, welcome to my home page. I am a 2008 cosc427 student.

Design Study

Recently I have built a “quick and dirty” MS Access based VBA application for a friend. The application is for helping a small printing company to maintain their job records, organize their job flow and providing some reporting function etc. I thought this is a good case to exercises what we have learned through the cosc427 lectures (and also past courses), so I reworked on this application and will build it within an object-oriented environment.

The starting point for this application is simple. We need a printing company which can produces some of its print products. The application should be able to handle various types of print products from simple one page business card to complex multi page/sheet book and NCR booklet. We want the application to be able to use as a front end for a database to create, retrieve and manage the work the company has. The overview of the application class structure is diagramed in Figure 1.

Figure 1: High Level Overview
Personal tools