couchdb-fauxton
couchdb-fauxton copied to clipboard
Enhancement: More features in sidenav for design document
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.
-
listscan 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. -
showscan show html page for selected document -
filtersandvducan have a JSON editor to test whether the document can pass the filter/vdu - and
html attachments- each can be also displayed in thedashboard-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