Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meeting notes for 2016-07-05 sync #1263

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions meta/meeting-notes/2016-07-05-team-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Agenda

* Status updates

## Status Updates

* [@kassens](https://github.com/kassens)
* Diff out for persisted queries + Relay Connection for app.
* Going to try applying prototype to test bed app.
* [@sampepose](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](https://github.com/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](https://github.com/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](https://github.com/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](https://github.com/josephsavona)
* Prototype:
* Renderer is landed: not ready for production but ready to be used and see how it goes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also container & view source :-)

* Fixed bug around type handling, 7% perf win.
* Landed fix for client IDs
* Off tomorrow, working on basic pagination later in the week.