habitica/website
Keith Holliday 285041cdee Group tasks ui picked (#7996)
* Added initial group tasks ui

* Changed group compnent directory

* Added group task checklist support

* Added checklist support to ui

* Fixed delete tags route

* Added checklist routes to support new group tasks

* Added assign user tag input

* Added new group members autocomplete directive

* Linked assign ui to api

* Added styles

* Limited tag use

* Fixed line endings

* Updated to new file structure

* Fixed failing task tests

* Updatd with new checklist logic and fixed columns

* Added purchased info to group and prevented non purchased group from seeing new group tasks

* Updated add task function

* Added userid check back to tag routes

* Marked tag tests as pending

* Added comments to pending tests

* Added back routes accidently deleted

* Added locale strings

* Other clarity fixes

* Moved common task function to task service

* Removed files from manifest

* Fixed naming collision and remove logic

* Removed group get tasks until live

* Fixed test to check update task. Removed extra removeTask call. Synced updated checklists. Added purchased to noset

* Fixed delete group task
2016-10-03 22:12:20 +02:00
..
assets feat(content): Armoire and BG sprites 2016-10-03 19:23:05 +00:00
build Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client-old Group tasks ui picked (#7996) 2016-10-03 22:12:20 +02:00
common Group tasks ui picked (#7996) 2016-10-03 22:12:20 +02:00
server Group tasks ui picked (#7996) 2016-10-03 22:12:20 +02:00
static add .gitkeep to website/static so the build does not fail 2016-09-21 14:49:30 +02:00
views Group tasks ui picked (#7996) 2016-10-03 22:12:20 +02:00
README.md expose new client at /new-app, can be enabled in prod setting a flag 2016-09-21 13:43:39 +02:00

/website/client contains the source files for the new client side that is being developed as part of the Habitica.com redesign. Static assets for the new client can be found in website/static.

The old client side files can be found in /website/client-old, they are still used on Habitica.com while the redesign is in progress.