Please enable JavaScript.
Coggle requires JavaScript to display documents.
SuperTech Project - Coggle Diagram
SuperTech Project
User Interface
Admin privileges
register new admin users
edit aspects of pages
similar page layout
Usability principles
availability/accessibility
learnability
clarity/simplicity
information architecture
flexibility
consistency
error prevention
support/assistance
User registration and login
communicate errors/invalid inputs
certain inputs for admins only
password confirmation with multiple inputs
CSS stylesheet
forms styles for each form on every page
navigation bar/ribbon
CSS changes depending on user type
Page Population
account info
username can be seen on all pages
other important information displayed (i.e. user type)
purchases
products that are ordered
total price of the order
product details
name
price
category
cart
summary of products
total price
products purchased
Data Environment
Products
category and manufacturer identification
cart organisation
purchase table to place orders
link the order with the purchase
total price if more than one product
requirements
name
image
price
product id
category id
Users
user registration
password encryption
hide passwords on login
encrypt with password_hash
password entered twice on registration
communicate the user data with UI
name, email, etc.