Please enable JavaScript.
Coggle requires JavaScript to display documents.
TVBuddy - Coggle Diagram
TVBuddy
-
Developer Problem
User Interface (UI)
Features
Shows the movie's Name, Theatrical Poster and Rating on the Home Screen (Prescribed)
-
-
-
-
-
-
Uses a Hamburger Menu to move between Home, Watchlist and Settings Screens (Self Determined)
-
Usability Principles
-
Have 4 screens (Home, Movie Details, Watchlist, Settings) for simplicity (Effectiveness, Utility)
-
Allow users to filter the movies they want to watch (Effectiveness, Utility)
-
Matrix order should be small enough to allow users to clearly identify the theatrical poster (Accessibility, Effectiveness, Safety)
-
Coding Environment
Key Algorithms
-
-
Filter by (Content Rating, Country, Genres, Language, Year) (select query)
-
-
Data
-
App Data
Fields (fieldName, datatype)
-
director_name, varchar(50)
-
-
-
-
-
content_rating, varchar(5)
-
-
-
-
-
-
-