Chris Hill-Scott
a4db2dcfe9
Merge pull request #604 from alphagov/improve-job-csv
...
Improve the ‘download a CSV’ from the job page
2016-05-24 10:11:42 +01:00
Chris Hill-Scott
dd25eb0fe1
Give the job CSV a helpful filename
...
If you’re downloading a bunch of reports from your jobs then it’s useful to be
able to differentiate between them. This commit makes it easy to do so by naming
the file with:
- the name of the template
- when the job was created
2016-05-24 09:57:21 +01:00
Chris Hill-Scott
8a30a5bf51
Put ‘download CSV’ on job in logical place
2016-05-24 09:39:28 +01:00
Leo Hemsted
42e529fc90
Merge pull request #602 from alphagov/delete-button
...
delete template button POSTs archived:true
2016-05-24 09:37:31 +01:00
Chris Hill-Scott
61249e9d49
Merge pull request #582 from alphagov/better-errors-in-trial-mode
...
Make ‘Too many recipients’ error lower priority
2016-05-24 09:29:08 +01:00
Chris Hill-Scott
9c80c9ea3c
Merge pull request #603 from alphagov/hide-created-at
...
Hide ‘created at…’ on the templates page
2016-05-24 09:28:33 +01:00
NIcholas Staples
e65a7003a2
Merge pull request #601 from alphagov/download_job_notifications
...
Download csv for job added.
2016-05-24 09:23:45 +01:00
Chris Hill-Scott
45f21e9a10
Hide ‘created at…’ on the templates page
...
I don’t think that if there’s only one version of the template that it’s
useful to see the created at date.
The auditing stuff only becomes relevant once someone a template has been
changed.
2016-05-24 09:22:12 +01:00
Leo Hemsted
2f1a807be3
delete template button POSTs archived:true
2016-05-23 15:04:24 +01:00
Nicholas Staples
935f355d5c
Download csv for job added.
...
Removed check for notifications so download button is always there.
2016-05-23 12:24:03 +01:00
Catherine Heywood
5fed199696
remove redundant sentence
2016-05-23 10:49:14 +01:00
Catherine Heywood
06cee32a43
change command to request
2016-05-23 10:48:34 +01:00
Catherine Heywood
dea0e5a31b
typo
2016-05-23 10:45:25 +01:00
Catherine Heywood
a4b2738e53
move querystringparams
2016-05-23 10:40:44 +01:00
Catherine Heywood
2a58454c7c
linkswithinreadmes
2016-05-23 10:34:39 +01:00
Catherine Heywood
0f783f87d0
linkswithinreadmes
2016-05-23 10:32:31 +01:00
Catherine Heywood
5274202937
typo
2016-05-23 10:30:52 +01:00
Catherine Heywood
82dcf916ff
restore list of libraries
2016-05-23 10:29:33 +01:00
Chris Hill-Scott
7de42a31e6
Make ‘Too many recipients’ error lower priority
...
This commit makes two main changes to what happens when a user is
in trial mode and they upload some email addresses belonging to
other people.
1. Add a specific banner error telling the user about trial mode
2. Make this error higher priority, eg it will show up before the
error about having too many recipients in your file
This means making some changes to the tests so that the example CSV
files include the user’s phone number, then making them invalid by
omitting data required by the templates.
Depends on: https://github.com/alphagov/notifications-utils/pull/34
2016-05-23 10:22:13 +01:00
Rebecca Law
048166b6a4
Update failure label to the words used on the activity page.
...
We are not retrying message for 72 hours, so I removed that. The changes should be reviewed by someone.
2016-05-23 10:18:07 +01:00
Chris Hill-Scott
bca31a7e02
Fix typo
2016-05-23 09:37:26 +01:00
Chris Hill-Scott
9c78b2c6db
Add classes for headings and lists
2016-05-23 09:36:57 +01:00
Pete Herlihy
66415b1cbe
Updated the states for failure names
2016-05-23 09:35:05 +01:00
Henry Hadlow
bd22aa7189
Add Delivery and failure Help page
2016-05-23 09:35:05 +01:00
Chris Hill-Scott
76662e1c84
Merge pull request #598 from alphagov/register-page-wording
...
Explain why we need your phone number
2016-05-23 09:32:49 +01:00
Chris Hill-Scott
ab239615c0
Merge pull request #596 from alphagov/update-deskpro-key-name
...
Use correct key to set team in DeskPro
2016-05-23 09:32:42 +01:00
NIcholas Staples
5bcd2a6378
Merge pull request #597 from alphagov/job_row_number
...
Added in notification row number for job pages.
2016-05-20 16:56:08 +01:00
Chris Hill-Scott
57e1c4ecf3
Explain why we need your phone number
...
The previous hint text was sort of half way there. Told you that you’d
need your phone handy, but not _why_. This came up multiple times in
user research. Also, the term ‘handy’ is not as familiar to users as
I anticipated.
This commit changes the message to explain exactly what we use your
phone number for.
2016-05-20 16:49:39 +01:00
Nicholas Staples
3f404d01b0
Added in notification row number for job pages.
2016-05-20 16:13:01 +01:00
Chris Hill-Scott
228abf4526
Use correct key to set team in DeskPro
...
For the `POST` ticket endpoint, the parameter is `agent_team_id`:
https://manuals.deskpro.com/html/developer-apps/api/api-tickets.html#id2
2016-05-20 15:58:20 +01:00
NIcholas Staples
d9dda51062
Merge pull request #595 from alphagov/template_versions_link_design
...
Beautify the template version links and template link page.
2016-05-20 14:20:28 +01:00
Nicholas Staples
83f25cd89b
Beautify the template version links and template link page.
2016-05-20 13:58:16 +01:00
Pete Herlihy
cb65f5f2f8
Merge pull request #594 from alphagov/feedback-flash
...
Setting the style for the flash message on feedback page
2016-05-20 12:40:37 +01:00
Pete Herlihy
c73087074b
Nice feedback message.
2016-05-20 12:20:58 +01:00
Pete Herlihy
4e2cc0250a
Setting the style for the flash message on feedback page
...
Was using the default of dangerous - which it shouldn't. Obvs.
2016-05-20 11:00:33 +01:00
Rebecca Law
19761331e3
Merge pull request #593 from alphagov/doctidy
...
doc tidy
2016-05-20 09:57:41 +01:00
Adam Shimali
d55281e4b0
Missing deskpro config for stating and live
2016-05-19 15:41:27 +01:00
Catherine Heywood
384049585b
explanations of queryparams3
2016-05-19 14:56:18 +01:00
Catherine Heywood
353346882c
explanations of queryparams2
2016-05-19 14:55:19 +01:00
Catherine Heywood
9e647be35c
explanations of queryparams
2016-05-19 14:49:32 +01:00
Catherine Heywood
2b5f881d44
formatting2
2016-05-19 14:45:59 +01:00
Catherine Heywood
92ab4e356d
formatting
2016-05-19 14:45:12 +01:00
Catherine Heywood
7d0e8d9719
add list of query string parameters
2016-05-19 14:44:09 +01:00
Catherine Heywood
a9fbb73ad1
add comma
2016-05-19 14:33:13 +01:00
Catherine Heywood
58dd6f8729
correct typo
2016-05-19 14:32:13 +01:00
Catherine Heywood
d2902b0b3c
rewording
2016-05-19 14:31:11 +01:00
Catherine Heywood
375c7a0b9f
rewording
2016-05-19 14:30:28 +01:00
Catherine Heywood
6b5b952694
rewording
2016-05-19 14:29:51 +01:00
Catherine Heywood
509d2d095c
correct table3
2016-05-19 14:28:45 +01:00
Catherine Heywood
f6053690b3
correct table2
2016-05-19 14:27:50 +01:00