mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Handle multi-column recipients
Implements https://github.com/alphagov/notifications-utils/pull/81 Handles addresses as multiple columns: - in ‘Send yourself a test’ - in example CSV files - in validating that a CSV file has recipients (eg at least an ‘address line 1’ and ‘postcode’ column) - when showing the contents of a CSV file As few UI changes as possible, once we have the thing working end-to-end we can think about how the UI might need to work differently.
This commit is contained in:
@@ -18,4 +18,4 @@ pytz==2016.4
|
||||
|
||||
git+https://github.com/alphagov/notifications-python-client.git@1.3.0#egg=notifications-python-client==1.3.0
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@9.3.0#egg=notifications-utils==9.3.0
|
||||
git+https://github.com/alphagov/notifications-utils.git@10.0.0#egg=notifications-utils==10.0.0
|
||||
|
||||
Reference in New Issue
Block a user