You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/02/04 00:50:35 UTC

[jira] [Commented] (COUCHDB-2566) Centralized system for retrieving, setting, and navigating URLs

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

ASF GitHub Bot commented on COUCHDB-2566:
-----------------------------------------

GitHub user michellephung opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/258

    Centralize URLs

    COUCHDB-2566 centralization of URLs used in Fauxton. 
    
    @robertkowalski I'm having a bit of trouble passing the grunt test. Could you take a quick look? The error I'm getting is 
    
    Error: A "url" property or function must be specified
    
    which is weird, because I haven't taken the url property out of any of the collections or models. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michellephung/couchdb-fauxton center-urls-copy

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/258.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #258
    
----
commit 384b2eda305f78805b8d2e2a93a9e069f800c137
Author: Michelle Phung <mi...@gmail.com>
Date:   2014-11-20T14:56:51Z

    Centralize URLs

----


> Centralized system for retrieving, setting, and navigating URLs 
> ----------------------------------------------------------------
>
>                 Key: COUCHDB-2566
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2566
>             Project: CouchDB
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Fauxton
>            Reporter: Michelle Phung
>
> Hi,
> I am proposing a more centralized system for retrieving, setting, and navigating URLs. Currently urls needed for Fauxton depend on the url specified within each model. But a URL is essentially a string, so my proposal is that we re-write the retrieval for each URL into one file. 
> This should help when deciding what kind of URL a developer would need for each specific task, and also help in debugging if they are working with URLs.



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