mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 15:15:52 +00:00
* Piggybacking the updating of user tag list. When a new task is being added to a challenge, added code to update user tag list along with the existing code that already involves syncing / updating the user documents of challenge members. * Update comment on number of simulatenaeous users to be updated concurrently in TaskQueue. * Added comment to explain previous commit caaca469f8 (Update comment on number of simulateneous users to be updated concurrently in TaskQueue) * Added unit tests for testing commit caaca469f8 (Update comment on number of simulateneous users to be updated concurrently in TaskQueue) * Removed unused lines from newly added test cases * Implemented lint suggestions * Update code with changes requested in PR |
||
|---|---|---|
| .. | ||
| challenge.test.js | ||
| group.test.js | ||
| group_tasks.test.js | ||
| message.test.js | ||
| pushDevice.test.js | ||
| tag.test.js | ||
| task.test.js | ||
| user.test.js | ||
| userNotification.test.js | ||
| webhook.test.js | ||