0% found this document useful (0 votes)
22 views

System: Client Sign Up Admin Account

This document discusses the architectural design of a system including: 1) A data flow diagram showing clients and admin users can post, delete, update services and announcements and clients can post comments and send private messages. 2) A data dictionary defining fields like username, password, date, time, name, message, address, contact, email and text. 3) Primary and secondary users of the system - the primary user is the admin who can control all features while secondary users are customers who can sign up, post comments, and send private messages.

Uploaded by

topakin09
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

System: Client Sign Up Admin Account

This document discusses the architectural design of a system including: 1) A data flow diagram showing clients and admin users can post, delete, update services and announcements and clients can post comments and send private messages. 2) A data dictionary defining fields like username, password, date, time, name, message, address, contact, email and text. 3) Primary and secondary users of the system - the primary user is the admin who can control all features while secondary users are customers who can sign up, post comments, and send private messages.

Uploaded by

topakin09
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

8

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

You might also like