0% found this document useful (0 votes)
9 views1 page

Seven Steps of the Design Process

The document outlines the Seven Step Design Process for creating a system, emphasizing the importance of understanding overall needs before focusing on details. It covers key aspects such as overall system design, report design, data design, table design, field design, form design, and menu design, highlighting the need for organization, relationships, and user-friendly interfaces. Each step involves specific tasks to ensure the system meets its objectives and facilitates effective data management.

Uploaded by

soyap84426
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Seven Steps of the Design Process

The document outlines the Seven Step Design Process for creating a system, emphasizing the importance of understanding overall needs before focusing on details. It covers key aspects such as overall system design, report design, data design, table design, field design, form design, and menu design, highlighting the need for organization, relationships, and user-friendly interfaces. Each step involves specific tasks to ensure the system meets its objectives and facilitates effective data management.

Uploaded by

soyap84426
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

The Seven Step Design Process

understand the overall needs that the system must meet before you begin to zero in on the details.
Overall System Design Often referred to as performing a needs analysis.
You may achieve this through interviews and prototypes

the overall design/system objectives guide the report design and selection
Report Design (Output) determine the data items and text that make up the report
design the report layout.

take an inventory of all the information or data fields that you need to create the desired output - reports and forms.
Data Design (Fields) One of the best methods is to list the data items in each report.
Another method is to see whether you can separate the data items into some logical arrangement.

Table Design arguably the most important step in developing a database-oriented application
finally organise the data into tables

(Relationships)
identify relationships betwen tables
establish relationships using fields with common values (matching primary keys and foreign keys)

define your fields and tables in greater detail (field names, types, and sizes)

Field Design (Validation)


determine data-validation rules for each field and to define some new tables to help with data validation
may include designing lookup tables (used for validation)
create test data to test data entry rules (the word populate means filling or entering data)

Form Design (Input)


Forms are made up of the fields that can be entered or viewed in edit mode.
If possible, your screens should look much like the forms that you use in a manual system

Menu Design Tie all your forms and reports together using switchboards and menus
Switchboards are graphical menus, which are usually built with command buttons with text or pictures on them

(Automation)
Menus refer to the lists of commands at the top of a window
Users must be able to follow the system to understand how to move from place to place.

You might also like