GitHub user vmakhaev opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/332
Send back message with note data on create and clone
We use web-socket api for creating and cloning notes from our servers. To
know noteId of created or cloned note, we need some response message. I propose
sending NOTE message to client on creating/cloning note.
There could be other ways to reach it. For example, we can send newId and
note for creation an id, name, newId for cloning. If newId is not exists, we
generate it on server.
Another way will be to create separate api for this, to not mix this with
front-end api. It could be REST or smth.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vmakhaev/incubator-zeppelin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/332.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #332
----
commit f846eb00c28a5884e9fb05e26e5b2fad813ce723
Author: vmakhaev <[email protected]>
Date: 2015-10-01T23:36:43Z
Send back message with note data on create and clone
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---