Skip to content
Giovanni Gaglione edited this page May 3, 2015 · 1 revision

restful-mongo

  • improving interface of Dao.js methods: instead of taking multiple parameters, just take options and callback parameters
  • support both URLs with host and URLs without host
  • based on "do options of RestfulMongodb constructor include hostname, port name and database?".
    If answer is yes, then create URLs not including "host:port" parameters
  • create remote Http Server, to save data about custom schema (which fields are visible, which are not).
  • implement "save of custom Schema metadata"
  • deploy Wongo front-end app
  • complete MongodbCommandParser and add it to current version of Wongo
  • README:
    • add disclaimer (code is old, with bad style, it needs refactoring)
    • Docker mongo express reference
    • add link to MongoDB home page

Clone this wiki locally