Skip to content

Instantly share code, notes, and snippets.

@faust45
Created October 29, 2014 16:34
Show Gist options
  • Select an option

  • Save faust45/55d08707e5573a29c997 to your computer and use it in GitHub Desktop.

Select an option

Save faust45/55d08707e5573a29c997 to your computer and use it in GitHub Desktop.
changed
score
value
focus
gameState
(upcoming live final)
team
result
time_remaining
tie in main ends
not tie in main ends
GamePositionRow
(
which end in focus?
first when: (initial rendering)
last when: (extra ends was added)
)
on add extra ends we need reload data to create shots for new ends
(extra complexity when you need to think about two diff way data representations on client and server)
******************
recalc
tabindex hammer extraEnds
fire("focus", id)
on("focus", "render")
on("initial_render")
focus(first end)
on("extra")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment