openedx / openedx/openedx-app-ios
Allow Account Deletion and Log Out in Deprecated Mobile Version
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 31
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Today the LMS middleware prevents successful responses for the logout and delete account endpoints due to the version of the app being deprecated.
We would like to still allow learners to log out / delete their accoutns even on an old application version.
code reference:https://github.com/openedx/edx-platform/blob/96f7e9cd9ac82b6b55d1bed8cc79ab3758aab445/lms/djangoapps/mobile_api/middleware.py#L25
Contributor guide
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 with lms/djangoapps/mobile_api/middleware.py around line 25 and trace how deprecated app versions are rejected. Check the logout and delete-account endpoint handling; done means learners can complete both operations even when using a deprecated mobile application version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend, mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100