[
https://issues.apache.org/jira/browse/COUCHDB-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928091#comment-15928091
]
ASF GitHub Bot commented on COUCHDB-3045:
-----------------------------------------
GitHub user garrensmith opened an issue:
https://github.com/apache/couchdb-fauxton/issues/875
replace safeURLName in code
We have a still some usages of safeURLName where we manually slice of the
_design prefix for design docs. Later we glue the prefix on again. We have a
helper function that handles that already, which is also available in the
utils.js file.
Task: find appearances of safeURLName with code search, understand how it
is used, remove custom safeURLName shenanigans with their design doc handling
and replace it with other helper function.
Good beginner task to get your toes wet with our codebase.
Taken from https://issues.apache.org/jira/browse/COUCHDB-3045
----
----
> replace safeURLName in code
> ---------------------------
>
> Key: COUCHDB-3045
> URL: https://issues.apache.org/jira/browse/COUCHDB-3045
> Project: CouchDB
> Issue Type: Bug
> Components: Fauxton
> Reporter: Robert Kowalski
> Assignee: Ryan Millay
> Labels: beginner
>
> We have a still some usages of safeURLName where we manually slice of the
> _design prefix for design docs. Later we glue the prefix on again. We have a
> helper function that handles that already, which is also available in the
> utils.js file.
> Task: find appearances of safeURLName with code search, understand how it is
> used, remove custom safeURLName shenanigans with their design doc handling
> and replace it with other helper function.
> Good beginner task to get your toes wet with our codebase.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)