Please enable JavaScript.
Coggle requires JavaScript to display documents.
IA3 - Coggle Diagram
-
IA3
-
-
-
-
coding tools
CSS
used to style the front end and provide a visually appealing experience, which is important for social media
-
-
-
-
success criteria
self determined
-
Have an intuitive design which allows the target audience to understand how it works based on other social media platforms
Have pages for sports, interests, subjects and friends
-
-
-
prescribed
Have a prototype constructed using Python and Flask, which accesses data from a local SQL database
-
-
-
-
-
-
-
-
-
-
-
task
-
This solution should include a coded prototype which runs off of a database built with provided test data, and an api which connects the database to the solution
user group
-
Personas
-
Jordan
-
interests include art, music and performing
-
-
data exchange formats
JSON
JSON is the primary format in which data is transferred from the web app to the server and database. It stands for JavaScript Object Notation and is a standardised format similar to a Python dictionary.
csv
csv, or comma separated values, are what is used to fill the databases. The databases can be reduced into this form in order to transfer information. Essentially, the columns in a database are just being replaced by commas.
proposed solution
NC Spirit app
-
Students would be able to see which of their friends would be doing various sports to decide what they would like to do going forward
-
security
data
sensitive data is used throughout the solution, pertaining to school student's interests, hobbies, and school activities
-
-
-
-