coding-blocks / coding-blocks/codingblocks.online.projectx
Deprecate Jquery
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
Jquery was included by default in Ember.js. Though it has served its purpose well, current state of ember and browsers no longer needs Jquery. Ember also has officially [deprecated Jquery](https://github.com/emberjs/rfcs/blob/master/text/0386-remove-jquery.md), we also wish to do the same.
Task: Remove all usages of jQuery throughout the project. One way to get started is to remove `@ember/jquery` package from package.json and re-rerun `yarn install` and check for errors due to absence of Jquery and fix them with suitable Vanilla JS / Ember code.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with package.json by removing the @ember/jquery package, then run yarn install and inspect the resulting errors for remaining jQuery usages. Replace those usages with suitable Vanilla JS or Ember code; done means the project no longer uses jQuery and installs without the reported errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100