apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: More features in sidenav for design document

ondra-novak opened this issue · comments

In the sidenav panel (panel located on left-hand part of the page) there are listed available design documents. I can unfold each design document and find its views and metadata section.

But not all design documents has views. Some of them have lists, shows, filters and vdus. There can be also design documents with html pages.

So there are many design documents with empty section in sidenav panel (only metadata section is available)

It would be great idea to have all of these features also available in the sidenav.

  • lists can show its result after user selects the view to be processed by chosen list. If the list generates JSON in view's compatible format, its content can be displayed like result of the view.
  • shows can show html page for selected document
  • filters and vdu can have a JSON editor to test whether the document can pass the filter/vdu
  • and html attachments - each can be also displayed in the dashboard-content (using iframe) to directly access functions provided by the database itself - such a specific search feature made as html page or pages dedicated to data acquisition

All these fearures make the Fauxton a much richer tool.

Thank you