Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Knowing What You See - Let's Talk About Front-end Consistency
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Time Diagram
- 3 should i wait or refresh?
- 4 Anomalies So Far
- 5 Functionality vs Performance
- 6 Why not just ask the backend engineers to make things fast?
- 7 Real Time Interaction Updates Before Interaction
- 8 Incremental Visualization
- 9 Consistency Definition?
- 10 Mission Critical
- 11 Spinners, Multiple Zoom Levels
- 12 Labeling
- 13 Unaccounted for Anomalies
- 14 Design Space
- 15 Dealing with Inconsistency
- 16 A Relational Model
- 17 Interaction as a Transaction
- 18 Data Flow
- 19 Conflict Example
- 20 Defining Conflict: Write-Write
- 21 Defining Conflict: Read-Write
- 22 Defining Conflict: Write-Read
- 23 Seen Technique: Blocking
- 24 Interaction Constraints
- 25 Merge Functions
- 26 Visualization Snapshots Example: Cross Filter
- 27 Related Work