Closed sethetter closed 4 years ago
Still working on the couple failing tests, but I have no reason to believe anything is actually broken.
Oh I forgot to mention you'll have to yarn install axios
after you've rebased with master. That got removed from package.json
.
@imacrayon I think I've got all that resolved, thanks for lining up the suggestions!
I noticed the character count doesn't live update now, seems to be the case in production too though.
@sethetter looks like the <textarea>
in views/partials/fields/character-count.blade.php
is missing an x-model="text"
attribute around line 13.
@imacrayon awesome that did the trick, thanks!
There's a lot going on here, but from a high level..
Since promoting the service by phone number has never really been great, with this new web UI for sign up and subscription management, we can just promote the URL!
How to test this out
Start the system locally, make sure twilio integration is working. Run a fresh migration and DB seeding.
To test out subscriber management..
To test the scheduled message tagging..
make docker-process-messages
to send off the messages.php artisan schedule:run
.Generally just poke around a lot and see if anything seems broken, or if anything could be a bit better.