habitica/website
Alys 613f51b08d use new email template when joining a group plan for customisation of subscription cancellation information (#8637)
* use new email template when subscription is cancelled from joining a group plan

* use new email template when subscription is cancelled from joining a group plan - needs more code, tests

* change from sending new email as a cancel-subscription option to sending as a group plan join email

Uses a new group-member-join email template instead of old group-member-joining because new template includes mandril conditional merge tags.

Also adds tests and comments. Edits some comments for accuracy and typo fixes.

* adapt group-member-join email template for manual cancel message for iOS and Android subscriptions

* save test user so its profile name can be read by calls to sendTxn

* add documentation for the user model cancelSubscription function

* add constants for strings passed to mandrill email templates
2017-06-07 10:25:37 -07:00
..
assets Added Arashi's theme as a new audio theme (#8707) 2017-06-07 09:53:11 -07:00
build Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client Implemented new Achievement and Badge: Joined a Challenge (Fixes #8613) (#8761) 2017-06-07 09:43:16 -07:00
client-old Implemented new Achievement and Badge: Joined a Challenge (Fixes #8613) (#8761) 2017-06-07 09:43:16 -07:00
common Added Arashi's theme as a new audio theme (#8707) 2017-06-07 09:53:11 -07:00
server use new email template when joining a group plan for customisation of subscription cancellation information (#8637) 2017-06-07 10:25:37 -07:00
static/sprites Implemented new Achievement and Badge: Joined a Challenge (Fixes #8613) (#8761) 2017-06-07 09:43:16 -07:00
views Added Arashi's theme as a new audio theme (#8707) 2017-06-07 09:53:11 -07: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.