Gui storyboard
Table of Contents
Database Design
(database should be normalised )
TABLE 1 : Name
TABLE 2 : Name
| Field name | Field type | properties | sample data 2 | Sample data 3 |
|---|---|---|---|---|
Relationships
Database manipulation
Insert
Editing
Deleting
Navigation
Where will you use a button to move to the next record
Where will you use a button to move to the previous record
Searching
Displaying data
SQL
GUI design:
IPO table
TOE chart
For each process above create the toe chart
| TASK | OBJECT/COMPONENT | EVENT |
|---|---|---|
| Create unique ticket code | ButtonClicked | |
GUI Storyboard
Use at least 5 different component
Give each form a title, and give a screen shot (Just the form not the Delphi interface)
Data Structures
Textfiles
Arrays
Dynamic Objects
User defined class
Give the description
UML diagram
Data Validation
(how do you ensure data integrity?
| Input/output | Sample data | Method of validation |
|---|---|---|
| e.g. celllnumber | 072 222 2129 | Check that only digits and space or dashes have been used |
Test data
Acknowledgements
Did anyone help you?


