-
Notifications
You must be signed in to change notification settings - Fork 20
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
Remove the SMS updates #574
Comments
The migration deletes the SmsReporter model and the phone_number and validation fields of the UserProfile. Also remove the fixture that was only populating models used by the SMS models.
…e_sms Conflicts: akvo/templates/notification/notice_settings.html akvo/templates/rsr/myakvo/navigation.html
Merged in #577 |
@rumca Test plan: there should be nothing visible left that refers to SMSs (except already created project updates that were sent via SMS). |
@zzgvh it's still possible to add an update through the admin with an "update method" of SMS or mobile. Should we remove that also? |
No I don't think so. Apart from messing with it in the admin there's no way to add new updates via SMS, but that list is used for existing updates, and since there are a few that were made via SMS we should keep it. |
Remove all code for the SMS project updates functionality, including the gateway app and the MyAkvo templates for the SMS settings.
This is part of #546.
The text was updated successfully, but these errors were encountered: