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

support PATCH #1

Open
kirlen opened this issue Jul 15, 2016 · 3 comments
Open

support PATCH #1

kirlen opened this issue Jul 15, 2016 · 3 comments
Assignees
Labels

Comments

@kirlen
Copy link

kirlen commented Jul 15, 2016

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.

@kirlen
Copy link
Author

kirlen commented Jul 15, 2016

Matthew, as a background task, pls start looking into this :)

@kirlen kirlen self-assigned this Jul 15, 2016
@kirlen
Copy link
Author

kirlen commented Jul 15, 2016

(and asyrique and i will too...)

@asyrique
Copy link
Member

@kirlen and me are looking into using the JSONPath spec as way to implement PATCH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants