You are on page 1of 5

Digital Solutions 2020 Unit 3: Exploring innovation IA2: Folio Student: Luke Turner

IA2: Folio – Data Programming for eSports event


Student Name: Luke Turner 12 Digital Solutions
Contents
Part A: Data Driven Problem Analysis and Solution requirements
 Mindmap of game Application (functional decomposition)

 Login
o Storage requirements, Data design
o Interface schematic
o Algorithm (Pseudocode)

 Score
o Storage requirements, Data design
o Interface schematic
o Algorithm (Pseudocode)

 Leaderboard
o Storage requirements, Data design
o Interface schematic
o Algorithm (Pseudocode)

 Criteria, Goals for development (user, developer)

Part B: Programmed prototype Solution


 Accessibility and usability
 Coded solutions (annotated) for
o Login
o Score
o Leaderboard
 Testing, iterative development (successive refinement)

Part C: Security and efficiency of your prototype


 Evaluation against criteria
 Efficiency of solutions and suggestions to improve same
 Security, vulnerability in terms of attack. Methods to improve same

Page 1 of 5
Digital Solutions 2020 Unit 3: Exploring innovation IA2: Folio Student: Luke Turner

Part A:
Mindmap of Game Application (functional decomposition)

Page 2 of 5
Digital Solutions 2020 Unit 3: Exploring innovation IA2: Folio Student: Luke Turner

Login Score Leaderboard


Storage requirements, Data design Storage requirements, Data design Storage requirements, Data design

<your table design here> <your table design here>

Interface schematic Interface schematic Interface schematic


<your mockup here> <your mockup here> <your mockup here>

Algorithm (Pseudocode)
Algorithm (Pseudocode) Algorithm (Pseudocode)
<your pseudocode here>
<your pseudocode here> <your pseudocode here>

Page 3 of 5
Digital Solutions 2020 Unit 3: Exploring innovation IA2: Folio Student: Luke Turner

Criteria, Goals for development (user, developer) Login

<insert your criteria here> <your code and comments here, formatted as CODE, 8pt COURIER NEW>

Part C:
Evaluation against criteria
Score
<your evaluation here>
< your code and comments here, formatted as CODE, 8pt COURIER NEW >
Part B: Coded solutions

Accessibility and usability

<your discussion of usability/accessibility here> Efficiency of solutions and suggestions to improve same

<your discussion about efficiency here>


Leaderboard

< your code and comments here, formatted as CODE, 8pt COURIER NEW >

Security, vulnerability in terms of attack. Methods to improve same

Testing, iterative development (successive refinement) <your discussion about security and safety of data/app here>

<discussion about testing and improving>

Reference List:
 <list of any resources you used, regular biblio conventions please>

Page 4 of 5
Digital Solutions 2020 Unit 3: Exploring innovation IA2: Folio Student: Luke Turner

In addition, you need to record a 1-2 minute SCREENCAST of you using and explaining your system. It will be handed in as an MP4 VIDEO. Do NOT go nuts here, keep it simple, informative and simple.

Page 5 of 5

You might also like