Please enable JavaScript.
Coggle requires JavaScript to display documents.
IA2 - Coggle Diagram
IA2
user interface
consistent CSS
form style for all forms on all pages
universal navigation ba
page scalability
administrative privileges
similar page layout
register new admin users
edit and add upon aspects of the page
user registration and login
password confirmation through multiple inputs
communicate invalid input
inputs only for admin users (if stated)
Usability Principles
flexibility
clarity and simplicity
availability and accessibility
learnability
good information architecture
consistency
error prevention
page population
product information
name
price
category
account information
username visible on all page
other relevant information (usertype)
cart overview
summary of all product
total price
number of unit purchased
potential for purchasing client
purchase overview
total price of all units ordered
units to be ordered
Data Enviroment
User related
User Registration Data
password encryption
encrypt using password hash sql function
password entered twice on registration
password hidden during login attempts
communicate user data effectively with interface
name, email and address plain text stored
product related
catagory and manufacturer id
cart table toalign order id and user id
link orderid with purchaseid's
purchase table to place "order"
total price if multiple items
Requirements
name
image
price
id
category id