Back to Relay

Agenda

meta/meeting-notes/2016-07-05-team-sync.md

20.1.11.5 KB
Original Source

Agenda

  • Status updates

Status Updates

  • @kassens
    • Diff out for persisted queries + Relay Connection for app.
    • Going to try applying prototype to test bed app.
  • @sampepose
    • Script to generate Flow types for mutation inputs and fragments.
    • Met with product team to discuss adoption:
      • Lots of nulls to check.
    • Meeting with other product team to see how they like it.
  • @JenniferWang
    • Closed out the snapshot tests task - minimum API is in.
    • Learned about React Native bridge for work on disk cache.
    • Fixed a bug in test bed app, still one more left.
  • @steveluscher
    • Dealt with internal breakage:
      • Network requests would fail.
      • Wasn't caught, Jan wrote a web driver test to catch this.
      • Integration issue with network layer + browsers.
    • Oncall stuff:
      • GitHub 109 → 105 issues.
      • Fixed some bugs.
  • @wincent
    • Prototype:
      • Optimistic update DSL: static approach + dynamic approach.
      • Options for API; gathered feedback and implementing prettiest one.
      • Pre-sorting and pre-computing for storage keys.
      • Simplified linked records.
    • Fixed linters.
  • @josephsavona
    • Prototype:
      • Renderer is landed: not ready for production but ready to be used and see how it goes.
      • Fixed bug around type handling, 7% perf win.
      • Landed fix for client IDs
      • Off tomorrow, working on basic pagination later in the week.