Back to Relay

Agenda

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

20.1.11.6 KB
Original Source

Agenda

  • Status updates

Status Updates

  • @yuzhi
    • Landed mutation debug helper.
    • Found and fixed problem with how we store root call IDs.
    • Fixing optimistic payloads with calls.
  • @steveluscher
    • Landed cache processor + restorer traversals.
    • Fixed isNaN polyfill on React Native.
    • Fix for 100% deferred fragments.
    • Discussed plan for RelayConnection with respect to prototype.
    • Lots of feedback on zero-to-graphql:
      • Got a PR for a Scala version.
    • Finishing up disk cache integration for RelayConnection.
  • @josephsavona
    • 100% deferred bug: fix for that and another issue.
    • Work on experimental prototype:
      • Implemented proof-of-concept for GC-by-default.
      • Built demo of photo feed with WindowedListView.
      • Have example app by end of week.
  • @wincent
    • Tech talks are now up on website.
    • Built likes and unlikes on the low-level mutation API.
    • Comment mutation on low-level mutation API in progress.
    • Cleanup and Flow fixes.
    • Landed diff for turning off tracked queries.
    • Porting more mutations to keep vetting the API.
  • @kassens
    • Fixed test to ensure persisted queries up-to-date.
    • Fixed syncing of diffs between repos.
    • Working on persisting RelayConnection.
    • Fixed an issue in an internal project.