You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we're seeing with Fresh Annotator, as session data size grows it's going to be increasingly impractical to support only wholesale updates to our sessions. We need to implement the ability to submit updates as diffs instead.
This is a non-trivial task. Facebook's GraphQL is an example of how this can be supported. We may even be able to leverage GraphQL directly.
The text was updated successfully, but these errors were encountered:
As we're seeing with Fresh Annotator, as session data size grows it's going to be increasingly impractical to support only wholesale updates to our sessions. We need to implement the ability to submit updates as diffs instead.
This is a non-trivial task. Facebook's GraphQL is an example of how this can be supported. We may even be able to leverage GraphQL directly.
The text was updated successfully, but these errors were encountered: