Dan Kass

Results 24 comments of Dan Kass

https://github.com/angular-ui/ui-router/wiki#resolve

1. Detect queryString in `public/modules/core/config/core.client.config.js` (see line 43 for a different qs detection). 2. If theres a string, redirect to `/onboarding/referral` ``` if($location.search().q) { $location.path('/onboarding/referral'); } ``` 3. State logic...

@kiranvalsia see attached for a comp of the new advocate landing page! thanks!! ![access code sms](https://cloud.githubusercontent.com/assets/627751/25309655/9da5314e-27a0-11e7-9dfc-dbffa85c8828.jpg)

Hi @kiranvalsia ! Thanks for the great work. Have you been able to test this yet by creating some sample advocate codes and tenant users?

Hi @kiranvalsia - please let me know and hopefully I can be of assistance!

Part 1: Onboarding for advocates // add logo Part 2: Tenant app - on home screen

- Sending to multiple cell numbers - Validation for landline vs. cell phone

https://github.com/kriskowal/q

Hi @saneelbhagya ! It looks like the next task for you would be to integrate the promise (using q) around the call to the twilio API - let me know...

Tenant app considerations - tenants using email addresses?