Chris Geihsler
@seejee
picture of me covered in cats
picture of someone at a keyboard
picture of excel or something
picture of meagan from support looking sad
SYNC
explain high level plan
Clever -> Sync -> Actions -> TTM Database
show student model with line numbers that are huge
show same code from before moving into a Sync::Clever::Student.sync
classroom.students << student
actions << AddStudentToClassroom.new
show actions being returned from sync object and immediately being invoked
show the anatomy of a few actions
show generating a series of actions and then immediately invoking them
show example where we add students to a classroom
talk about how we have to associate things that don't exist yet
talk about EntityRef
show a diagram of TTM State + pending actions = new state
show code again, and point out that this is the proposed state as a function of the other pending actions
talk about the example of a student moving to another school in this pending batch
intermediate data format
picture of joel, manda, and sara
show pretty dry run screenshots
Chris Geihsler
@seejee