Remove the dependency on jquery
- Dominant language
- JavaScript
- Stars
- 571
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
I did a spike on seeing if we could remove jquery as a dependency: https://github.com/bitovi/funcunit/tree/no-jq
It didn't quite succeed. Some of the issues I ran into:
* There are uses of .val() and .text(), etc. that we'd have to write our
own versions of.
* There are jqueryisms in the test and some dependencies on jquery-only
selectors.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked no-jq spike branch and inventory the reported .val(), .text(), jQuery-only selectors, and test dependencies. Completion means removing the jQuery dependency while preserving the functional test suite, but the issue names no specific files or tests, so the implementation scope must first be mapped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100