habitica-self-host/test
Keith Holliday 836cee2531 Groups assign tasks (#7887)
* Added initial code for creating and reading group tasks

* Separated group task routes. Separated shared task functions

* Added taskOrder to group

* Minor style fixes

* Fixed lint issues

* Added unit tests for task manager

* Updated task helper functions

* Fixed history test

* Fixed group task query

* Removed extra var

* Updated with new file structure

* Updated noset values

* Removed unecessary undefineds, fixed comments, Added apiignore

* Separated group task routes. Separated shared task functions

* Added unit tests for task manager

* Added initial groups assign route and tests

* Added sync assigned task to user

* Added unassign route and unlink method

* Added remove and unlink group task

* Updated linking and unlinking. Add test for updating task info

* Added delete group task and tests

* Added sync on task update and tests

* Added multiple users assignment

* Updated unassign for multiple users

* Added test for delete task with multiple assigend users

* Added update task for multiple assigned users

* Fixed issue with get tasks

* Abstracted syncable attributes and add tests

* Fixed merge conflicts

* Fixed style issues, limited group query fields, and added await

* Fixed group fields needed. Removed api v2 code

* Fixed style issues

* Moved group field under group sub document. Updated tests. Fixed other broken tests

* Renamed linkedTaskId and fixed broken alias tests

* Added debug middleware to new routes

* Fixed debug middleware import

* Added additional user id check for original group tasks

* Updated challenge task check to look for challenge id

* Added checklist sync fix
2016-09-03 10:54:55 +02:00
..
api Groups assign tasks (#7887) 2016-09-03 10:54:55 +02:00
common Handle empty market category on Drops page (#7959) 2016-08-31 17:16:22 -05:00
content Revert "Revert inventory equipment/gear sorting due to inability to de/equip and maybe performance issues." 2016-03-17 08:09:18 -05:00
e2e lint: Add missing semicolon to test helper 2016-03-13 22:06:09 -05:00
helpers Groups assign tasks (#7887) 2016-09-03 10:54:55 +02:00
migrations API v3 [WIP] (#6144) 2016-05-23 13:58:31 +02:00
sanity chore: Add test for duplicate locale keys 2016-08-31 21:26:05 -05:00
server_side change user quest.progress.collect to quest.progress.collectedItems (#7612) 2016-06-05 20:47:45 -05:00
spec fix: Revert #7692 2016-08-23 21:40:33 -05:00
.eslintrc chore: merge in develop 2016-04-15 10:11:54 -05:00
mocha.opts API v3 [WIP] (#6144) 2016-05-23 13:58:31 +02:00