jaredly / jaredly/treed

[FEATURE REQUEST] Async update (AJAX/websocket)

Open
#4 7 comments 0 reactions 1 assignee View on GitHub

@jaredly is already working on this.

Since Apr 18, 2014.

enhancement
Dominant language
JavaScript
Stars
1.7k
Forks
187
PR merge metrics
No merged PRs in 30d

Description

Hello,

I would like to use it with a rest api using mongoDB. Since mongoDB is document model oriented, Treed seems to be perfect for database visualization but i also would like to be able to update the database in real time for testing purposes.

By setting good conventions (like in rails and some others framewroks), it could be totally automatised.

I can do that if your plugin is able to fire an event which can be configurable like :

afterNodeUpdate(callback(node))

function callback(node){
// Ajax request
}

Hope we can do that !

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.