You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Dirkjan Ochtman (JIRA)" <ji...@apache.org> on 2009/03/21 14:51:50 UTC

[jira] Created: (COUCHDB-301) Jumping to documents in Futon

Jumping to documents in Futon
-----------------------------

                 Key: COUCHDB-301
                 URL: https://issues.apache.org/jira/browse/COUCHDB-301
             Project: CouchDB
          Issue Type: New Feature
          Components: Administration Console
    Affects Versions: 0.9
            Reporter: Dirkjan Ochtman
            Priority: Minor


I'd love to be able to make a quick jump to a document for which I know the ID, from the database page in Futon.

When doing admin tasks on a larger database, browsing documents to find a needed document becomes tedious. We can provide a simple text box that allows us to quickly jump to a document. It can use auto-suggest to make it even easier.

It could be expanded even more to also do views, but just documents would be a good start, IMO.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-301) Jumping to documents in Futon

Posted by "Dirkjan Ochtman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dirkjan Ochtman updated COUCHDB-301:
------------------------------------

    Attachment: futon-jump-to.diff

Here's my patch for this. Seems to work in Firefox and IE7.

> Jumping to documents in Futon
> -----------------------------
>
>                 Key: COUCHDB-301
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-301
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: Administration Console
>    Affects Versions: 0.9
>            Reporter: Dirkjan Ochtman
>            Priority: Minor
>         Attachments: futon-jump-to.diff
>
>
> I'd love to be able to make a quick jump to a document for which I know the ID, from the database page in Futon.
> When doing admin tasks on a larger database, browsing documents to find a needed document becomes tedious. We can provide a simple text box that allows us to quickly jump to a document. It can use auto-suggest to make it even easier.
> It could be expanded even more to also do views, but just documents would be a good start, IMO.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (COUCHDB-301) Jumping to documents in Futon

Posted by "Christopher Lenz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Lenz resolved COUCHDB-301.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.10

Damien seems to have applied this in r787354.

> Jumping to documents in Futon
> -----------------------------
>
>                 Key: COUCHDB-301
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-301
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: Administration Console
>    Affects Versions: 0.9
>            Reporter: Dirkjan Ochtman
>            Priority: Minor
>             Fix For: 0.10
>
>         Attachments: futon-jump-to.diff
>
>
> I'd love to be able to make a quick jump to a document for which I know the ID, from the database page in Futon.
> When doing admin tasks on a larger database, browsing documents to find a needed document becomes tedious. We can provide a simple text box that allows us to quickly jump to a document. It can use auto-suggest to make it even easier.
> It could be expanded even more to also do views, but just documents would be a good start, IMO.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (COUCHDB-301) Jumping to documents in Futon

Posted by "Chris Anderson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688032#action_12688032 ] 

Chris Anderson commented on COUCHDB-301:
----------------------------------------

Haven't applied the patch but reading it it looks clever. I've tried to do an advanced view browser, for setting query params, but never got the UI worked out.

I do like the autocomplete. Maybe where the jump-to-doc control is on the all-docs view, a query composer could be made available on views...

> Jumping to documents in Futon
> -----------------------------
>
>                 Key: COUCHDB-301
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-301
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: Administration Console
>    Affects Versions: 0.9
>            Reporter: Dirkjan Ochtman
>            Priority: Minor
>         Attachments: futon-jump-to.diff
>
>
> I'd love to be able to make a quick jump to a document for which I know the ID, from the database page in Futon.
> When doing admin tasks on a larger database, browsing documents to find a needed document becomes tedious. We can provide a simple text box that allows us to quickly jump to a document. It can use auto-suggest to make it even easier.
> It could be expanded even more to also do views, but just documents would be a good start, IMO.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.