Please enable JavaScript.
Coggle requires JavaScript to display documents.
IA1 Video Game Showcase - Coggle Diagram
IA1 Video Game Showcase
-
User Problems
User Group A:
The Lads
Arash, Leon
- sorting by f2p (price)
- multi search (f2p + high rating)
- images of gamplay/video
- reviews
- search by genre
- indicate price
- add games to a seperate list
- if it looks fun
- tags
- developer
User B:
The Boys
Sibraan, Raghav
- name
- year
- genre
- publisher
- score
- price
- popular
- check reviews
- check system requirements
- description
User C:
The Gents
Harry, Micheal
- overall downloads
- rating
- description
- genre's its apart of
- trailer (video)
- image of game
- multiple viewing options
- tags (genre)
Simplified:
- Search sort by:
- price
- genre
- tags
- name
- year
- publisher
- score
- overall downloads
- rating
- Users looking for:
- how fun it looks
- images of gameplay
- video/s of game (trailer)
- price
- popular
- tags
- reviews
- description
- Multiple Viewing options
- Add games to seperate list
- System Requirements
-
Developer Problems
User Interface
Usability Principles
Learnability, the search bar and back/filter button is consistent and does not move around the screen
Utility, the app successfully showcases video games to the user regardless of games age
Safety, easy reversal of actions, you can remove a game from the played list as simply as it was added, Gestalts Principles
Accessibility, allows the user to adjust Settings of the app to fit to their needs
Effectiveness, displays all information relevant to the user as soon as they may require the information. Easily accessible information
Features
- Search with filter options
Coding Enviorment
-
Key Algorithims
- database integration
- table cell view
- popup to change "played" status
- way to "filter" options for game search
"SELECT * FROM database WHERE filter_option = 1"
Data
vgsales
- Rank (?)
- ESRB Rating (for most)
- Critic Score
- User Score
- Last Update (some)
- Image url
- URL to vgchartz page
- Developer
- Shipped Copies
- Console/Platform
- Game Name
- Sales (Million)
- Release Year
- Publisher
- Genre/s
- Franchise Name
- Sequel (tells franchise)
video-game
- Re-release (T/F)
- Used copy Price
- Review Score
- Review (SQ?)
- tons of filter options
-