Please enable JavaScript.
Coggle requires JavaScript to display documents.
Netflix Digital Innovation IA2 - Coggle Diagram
Netflix Digital Innovation IA2
The Client
Features
Director
Genre
Actor or Actress
Country of Origin
Title
Description
Ratings
Constraints
Be Clear, consistent and comply with the accessibility guidelines
All inputs from the user must be validated and an appropriate warning or error message is to be provided to the user
The User
Admin
The admin user must be able to edit the following
Delete any shows that are no longer on netflix
Update show details
Add new show details
Populate the database
Create the database
Customers
Filter and search the database search records on: All the features that are listed above in the client section.
The customer can also add their own ratings to all the movies and tv show that they watch.
Developer
User Interface
WIndows
Title
Main
Elements
Buttons
Entry boxes
Ratings
Search engines
Name
Labels
Listbox
Navigation
Mouse
Keyboard
Tab Key
Shortcut Key for Buttons
Usability Principals
Learnability
Simplistic and consistent design and layout of screens
Consistency of widgets
Safety
Confirm information Button
Delete/Clear button
Accessibility
Colour
Font Size
Layout
Language
Consistency
Image Size
Effectiveness
Reoetitive layout with a consistent degin
Proximity
Alignment
Select all labels appropriately
Contrast
Appropriate use of images
Utility
Portability
Responsiveness
Provide access to inputs and outputs
Data
Genre
VARCHAR
Country of origin
VARCHAR
Director
VARCHAR
Description
VARCHAR
Actor or Actress
VARCHAR
Ratings
INTERGER
Title
VARCHAR
The application needs to:
Add new show details
Delete shows as they drop off the Netflix schedule
Populate the database using the CSV files
Update show details as information becomes available
Create the database