openedx / openedx/frontend-app-learning
Remove `query-string` dependency
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 70
- Forks
- 335
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 35
Description
It isn't used in the codebase. It had previously been removed as a dependency but was added back in https://github.com/openedx/frontend-app-learning/pull/1703
https://github.com/openedx/frontend-app-learning/pull/1676 removed the query-string package. Several of our plugins still rely on this, though it should still be removed.
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 by checking the project’s dependency declarations and searching the codebase for query-string references. Confirm that the package is not used by the application, then remove its dependency entry and verify that the dependency is absent while the existing plugins remain unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100