GithubHelp home page GithubHelp logo

mongo-syllabus's People

Contributors

terebentina avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mongo-syllabus's Issues

add/edit a document in the current collection

Create and show a modal with a textarea with the json representation of the document (if existing) or empty if new, with cancel/save buttons.
Create the redux action+reducers for saving the form/sending to backend and update the existing reducers to show the new/changed document

make components dumber

Pass action creators to components instead of dispatch to make them more self-contained.

New view mode: expand nodes on demand

Currently you can view a list of results either as a stringified json or as a table with columns being the document fields and rows as the data.
We could create a new view mode:

> {3}

click on the caret, expand the object to

v {a: 1, b: > [10], c: > {8}}

click on b's caret to expand it:

v {a: 1, b: v [1, 2, 3, 4, 5, 6, 7, > [2], 9, 0], c: > {8}}

etc. So a compact way by default but manually expanding the document I am interested on.
Maybe with an 'expand all' link to expand the document fully.

Server side rendering

it would be useful if the initial page was rendered on the server as we could hydrate the redux store with a stripped down list of configured mongodb servers (which for security reasons must stay on the backend to not leak any possible passwords on the client).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.