jsocol / jsocol/django-jsonview
Rename json_view to json_response
Open
Nobody has claimed this yet.
semver:major
- Dominant language
- Python
- Stars
- 247
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Given a @json_request (c.f. #28) it makes sense to move json_view to json_response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the json_view definition and the @json_request-related entry points mentioned in the issue. Check how json_view is referenced, then rename it to json_response and keep those references consistent; the work is done when the old name is no longer used where the issue applies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100