Migration to Q.js
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Tule is currently using when.js to handle promises. After trying Q.js, that brings really useful functions to promisify node functions, it would be great to use it to make the development easier.
All the when.js references must be replaced by Q ones, trying to refactor at the same time to make unnecessary operations.
After that, when.js dependency should be removed from package.json.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating all when.js references in the project and reviewing package.json, then trace the promise operations that need to be migrated. Done means the references use Q.js, unnecessary operations have been refactored, and the when.js dependency has been removed from package.json.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100