Please enable JavaScript.
Coggle requires JavaScript to display documents.
IA3 - Coggle Diagram
IA3
-
Exchange methods
Front end
presents all the information to the user and will be the side of the web application users can interact with.
-
Back end
Information which the user provides on the front end is stored in the database and is retrieved through the API when required
Criteria
Perscribed
Web application to be developed with Python, Flask, Bootstrap, and SQLite
Must meet useability principles, including accessibility, effectiveness, safety, utility and learnability
-
Requirements
Functional
Code needs to work (Login, search, API)
-
-
Security
Hashing
converts input data of any size into a fixed-size string of characters, called a hash, using a mathematical algorithm
-