Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data Storage - Coggle Diagram
Data Storage
Data
Registration
adding user information to database
Username
Password
Same for all users
Data Table With
ID
Int(10)
Auto Increment
Username
Varchar(20)
Salt
Varchar(20)
Hash
Varchar(20)
Score
Int(10)
User Login
Username
Password
will be secure
Stake Holder
Brain Doctor
psychologist
neurologist
geriatrician
neurologist
dementia patients
About
caused by abnormal brain changes
Most common in people over 60
covers a wide range of specific medical conditions
Symptoms
Keeping track of a purse or wallet
Remembering appointments
Problems with short-term memory
Elderly
Wants to remember their family for longer
Needs to remember to complete necessary daily task
Functionally/ Game
Image box
Colourful
Stimulate Brain
rectangle
Cards
Min 6
Max 40
Score
Time
Stopwatch
Leaderboard
Keeps the score of every game by user
User Interface
Layout
Webpage
Horizontal
App
Vertical
Colour
Game
different for each card
Text
Background
consistent
Navy
Simple/ minimalistic
user already have bad memory
User Experience
Simple
All the data management is done by code
User just have to
Sign in
Play the game
Observe the results
Visual Game
Colourful
Smooth Edges
Easy on the eyes
Leaderboard shows
Score
Day of score
Name
Code
C#
Game Mechanics
Memory game
Scene changes
Text input
SQL
Retrieves data
Send data
PHP
Connect the game to the database