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

Editable query results #22

Open
osmanmesutozcan opened this issue Dec 3, 2019 · 0 comments
Open

Editable query results #22

osmanmesutozcan opened this issue Dec 3, 2019 · 0 comments
Labels
feature New feature
Projects

Comments

@osmanmesutozcan
Copy link
Owner

Query results should be editable.

Main challenge is to come up with a unified way to handle commits.

Best way to handle this could be to give connector author a way to get notified when a cell is edited.

Author can collect the updates until it they are committed and save when it is updated.

But this way would create a confusing dataconnector interface.

Maybe instead we can create another interface to wrap query result edits. With each edit we can ask connector author to update the wrap. and wrap interface can have a build method to generate a
publishable query.

@osmanmesutozcan osmanmesutozcan created this issue from a note in mochi-app (To do) Dec 3, 2019
@osmanmesutozcan osmanmesutozcan added the feature New feature label Dec 3, 2019
@osmanmesutozcan osmanmesutozcan moved this from To do to In progress in mochi-app Dec 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
mochi-app
  
In progress
Development

No branches or pull requests

1 participant