You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Ben Keen (JIRA)" <ji...@apache.org> on 2014/11/17 23:32:33 UTC

[jira] [Commented] (COUCHDB-2404) Make second nav column consistently appear for all Database pages

    [ https://issues.apache.org/jira/browse/COUCHDB-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215312#comment-14215312 ] 

Ben Keen commented on COUCHDB-2404:
-----------------------------------

Hey [~garren], [~robertkowalski]: any suggestions on how to best arrange the code for this? To summarize the problem:

- Compaction is a separate addon.
- The code/markup for the second column that appears on the Documents pages is found in the documents addon. 
- I don't want to duplicate the code for the sidebar, of course, but nor do I want to directly include the relevant View from the documents addon within the compaction code.

It's almost like we need to move the sidebar into a separate addon itself which is intended to be shared...


> Make second nav column consistently appear for all Database pages
> -----------------------------------------------------------------
>
>                 Key: COUCHDB-2404
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2404
>             Project: CouchDB
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Fauxton
>            Reporter: Ben Keen
>            Assignee: Ben Keen
>            Priority: Minor
>
> Right now when you select a DB and click on the various sub-pages that appear in the second column, sometimes the column stays there, sometimes it disappears (Permissions, Compact & Clean). Change this so that the second column always shows up for all subpages.
> This is an interesting one, architecture-wise. Those 2 pages - Permissions, Compact & Clean - are separate components, and the sidebar content is found in the Documents addon. Suggestions on how to tackle this very welcome!
> btw, I spoke to Sean Barclay about this and got his thumbs up. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)