Allow for URL
to be maintained as a part of backend identifiers in the frontend
#1007
Open
2 tasks done
Labels
blocked
Another issue is blocking
feature
New feature or request
help wanted
Extra attention is needed
Terms
Description
This issue is related to the work in #1004 to directly return
camelCase
from the backend. One downside of this is specificallyURL
, where the conversion of_url
will go toUrl
. All instances ofURL
were thus changed toUrl
for simplicity of conversion, but it would be nice to include a custom parser that inherits from djangorestframework-camel-case that would allow forURL
to be returned instead.Along with this we need to discuss if we'd do the same with
_id
to convert it toID
instead ofId
. Other identifiers should also be considered :)Contribution
Happy to discuss and work on this once #1004 is merged in!
The text was updated successfully, but these errors were encountered: