System: Client Sign Up Admin Account
System: Client Sign Up Admin Account
CHAPTER 3
ARCHITECTURAL DESIGN
3.1 DATA FLOW DIAGRAM
Client
System
Admin
Client sign up
Admin
account
Can post delete update services
and announcements
Can post comments and send
private message to the admin
9
3.2 DATA DICTIONARY
Field Name Data Type Length
username varchar 30
password varchar 30
Date Date
Time Time
Name Varchar 30
Message Longtext
Address integer 225
Contact bigint 20
Email varchar 30
Text longtext
3.3 USERS OF THE SYSTEM
3.3.1 PRIMARY USERS
The primary user is the system administrator, because only
the admin can control all the features of the system. The
admin can post, delete and update announcements and promos
for their loyal customers and services they offered.
3.3.2 SECONDARY USERS
The secondary users is the customers. The customers
can sign up and have a membership with the system. The
customer can post comments about the announcements, and
promos of the admin. The customer can also send a private
message incase that the customer have suggestions and
accommodations.
9