Please enable JavaScript.
Coggle requires JavaScript to display documents.
IA3, IA3 - Coggle Diagram
IA3
Development
HTML&CSS
Flask
Python
Custom API
Functionality
Effectiveness
Json/XML
SQLite
Secure data using encryption
Salts
Hashing
2 databases
Users (Login Data)
Hobbies, Sports
Java Scrpit
Data
Types
Text
Encryption Keys
Integers
Purpose
Store data on students
Store data on sports and hobbies
Storage
SQL Database
Firstname
Surname
iD
Grade
Email
Contact Number
Data Transfer
JSON
Security
Encryption
Hashing
SHA-256
Storage
Seperate Database for Passwords
High security database
Safety Level
How safe is the data storage
Repercussions for potential data breach
User Account Security
2FA - Google Authentication API
Session Tracking
Web Application
Design
Repetition
Alignment
Contrast
Proximity
Usability
System
User
Data
Security
Effectiveness
Is there extra features that
make it more effective
Does the Webapp fulfill its purpose
Users
General
Students
Teachers
Others with special login key
Old boys
Specific
Old Boy
Not a active student
What restricted access should be granted
Student
Active student
Data available to them
IA3
Data
The data stored in the database is generated by myself
The data stored is normalised
Web Application
Uses a developed API to access
data from the database
Displays data transferred by
API on web application
Security
There is no security
Encryption can be later implemented to protect the data
Development
The API used was coded by myself
API is used to transfer data from
a database to the web application