-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP stage-main-Juneteenth (6.19) -pre #1623
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…gn join urls, 3. move dynamic assignment into a separate campaign admin panel
… campaign join links with organization join links -- this allows some security contours that the default behavior does not.
… for non-needsMessage context
Purpose: to easily save lookup results for contactTypeId and inputTypeId. They will be refreshed when the cache expires. This also abstracts special handling for different types of updates from processAction.
…ions' into campaign-jointoken-schemaprep-apolloupgrade
…paign-jointoken-schemaprep-apolloupgrade
todo: 1. admin controls 2. hiding sidebox popover when bigger screen
…ntoken-schemaprep-apolloupgrade
…ntoken-schemaprep-apolloupgrade
Closed
schuyler1d
changed the title
WIP ondeck stage-main-7.1-pre
WIP ondeck stage-main-7.0-pre
Jun 16, 2020
schuyler1d
changed the title
WIP stage-main-7.0-pre
WIP stage-main-Juneteenth (6.19) -pre
Jun 16, 2020
ibrand
previously approved these changes
Jun 23, 2020
7.0 release notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
loaders
in mutations -- only use cacheableDataDraft Release Notes
campaign
table which you should make sure to update -- it should be a fast and painless upgrade (automatic if you have it setup). See the deploy steps section for details of how to migrate.There is now further support for VAN -- a robust action handler that can be enabled by adding
ACTION_HANDLERS=ngpvan-action
to your environment variables will enable this.We have a new framework for extending the Texter UI interface called "sideboxes". Enabled with environment variable TEXTER_SIDEBOXES which works similarly to action handlers, where it should be a comma separated list of enabled sideboxes. Developers can add sidebox functionality, and admins can set defaults in the organization Settings section and changes per-campaign -- enabling/disabling sideboxes. Two so-far are:
contact-reference
which is a link the texter can click and/or share with an admin for direct access to that conversation latertag-contact
which if you have EXPERIMENTAL_TAGS=1 enabled and create tags, a texter will have an interface to mark them. They can then be filtered for in Message Review.There will be more work here going forward -- feedback is welcome as this is still a feature in active development.
There is another experimental new framework: Message Handlers which can intercept a message pre and post-save with a sample message handler that can tag profanity -- you can experiment with this by setting
MESSAGE_HANDLERS=profanity-tagger
Texter UI Accessibility improvements -- previously we captured the Enter key to send a message. This was inaccessible because the Enter key is used when navigating with the keyboard in order to 'click' a button. Sending is now possible with
Ctrl-x
(and skip isCtrl-y
).We have now disabled by default the ability to hold down the Enter key -- for sending you can now press any letter key (or Enter) to send a message. If you want this functionality back set HOLD_ENTER_KEY=1
There is now a campaign 'sending errors' report which summarizes how many sending errors have been reported by Twilio. Carrier Violation error messages are especially useful (and important) to track.
A new contact-loader that allows upload into S3 to make larger uploads possible if you have deployed on AWS.
Instructions for migrating you database
Make sure SUPPRESS_MIGRATIONS="" (not 0!) in your environment
If you're using AWS Lambda, check out the deploy instructions here
Thanks to all the contributors part of this release including: @ibrand @lperson @matteosb @schuyler1d -- Also special shout outs to Working Families Party and Movement For Black Lives for staging some of these changes and giving feedback (along with MoveOn, too) -- Thank you to the Spoke teams there that drove great campaigns while providing technical bug reports so we could make this a better release ❤️
Our next release, we're expecting some more great features -- ability to suspend texters, improving the dynamic assignment workflow, and more improvements around tags. Devs and orgs, please send your PRs in now, so we can test your work out and get it in the next release.