Back to Relay

Agenda

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

20.1.11.9 KB
Original Source

Agenda

  • Status updates

Status Updates

  • @sampepose
    • Launched the Flow types script.
    • Flow type hack day next Tuesday.
    • Copying over to website.
  • @JenniferWang
    • Fixed some bugs:
      • Two Pokes bugs.
      • Deferred data bug.
    • Adding RelayConnection to RelayNetworkDebug.
    • Looking at native disk cache manager.
  • @wincent
    • Iterating on mutations API for Relay prototype:
      • Landed all possible permutations.
      • Stuff for queue of mutations.
    • Chatted with team in London about query generation.
  • @yuzhi
    • Lots of support work.
    • Added warning for case where we can't generate a query while paginating.
    • Debugging a stall with mentions input.
    • Working with Jennifer on native disk cache.
    • In discussions about connections in Relay prototype.
  • @josephsavona
    • Sorting __typename for legacy compatibility.
    • Optimization for response normalization in prototype.
    • Some bug fixes.
    • Pagination example in prototype.
    • Starting on BatchLoader (implement GraphQL batch API client-side).
    • Fixing a stall.
    • Working with Lee to get __id in spec.
  • @kassens
    • Looking into performance on internal tool.
    • Started to convert Pokes to Relay prototype:
      • Found and fixed two issues.
    • Working on persisted queries for Groups:
      • Figured out strategy for verifying them.
      • Almost landed.
  • @steveluscher
    • Support.
    • Kept working on the connections API, hit a wall with the API as currently designed, reported findings.
    • Helped an OSS contributor who is working to finish the replacement of Relay.RootContainer and Relay.Route in favor of Relay.Renderer and Relay.QueryConfig (see #1254).