Rebecca Law
9463a94263
Remove the api_key component that was not being used on a few pages but imported.
2020-11-26 08:37:33 +00:00
Chris Hill-Scott
9b7357025c
Make custom data retention look a bit nicer
...
This should make it easier to see what’s set without having to click
into the table.
2020-10-19 16:56:36 +01:00
Tom Byers
17f74cf621
Fix data retention page
2020-09-02 16:21:41 +01:00
Katie Smith
bf949044bc
Replace column-two-thirds with govuk-grid-column-two-thirds
2020-03-06 11:11:41 +00:00
Katie Smith
07bcb4220e
Replace column-one-third with govuk-grid-column-one-third
...
Also replaces `column-third`, with `govuk-grid-column-one-third`, since
this appears to be an alias of `column-one-third`.
2020-03-06 11:11:41 +00:00
Katie Smith
076d99c9dc
Replace column-full with govuk-grid-column-full
2020-03-06 11:11:41 +00:00
Katie Smith
b9b9a138f9
Replace grid-row with govuk-grid-row
...
Replaced all instances of `grid-row` in the HTML and JavaScript with
`govuk-grid-row`, which is the new GOV.UK Frontend class.
2020-03-06 11:11:41 +00:00
Katie Smith
f3bb93f460
Replace straightforward buttons and links styled like buttons
...
This replaces the buttons that aren't part of a macro and that we don't
need to write additional styles for with their govuk-frontend equivalent.
There were some links that were styled to look like buttons, so these
have also been replaced with the new govuk-frontend macro.
There was one button on the `choose-account.html` template that was in a
section of code that was never reached - this has been deleted.
2020-02-17 08:05:05 +00:00
karlchillmaid
c64f298820
Replace haven't with have not
2019-09-23 13:22:27 +01:00
Chris Hill-Scott
1e2608d2e0
Refactor settings page to use service model
...
There’s a lot of code in service settings which:
- talks to the API directly through the clients
- passes that information through to the Jinja template
By encapsulating this logic in the service model:
- the Jinja template can access the data directly
- the logic can be reused across multiple methods
2018-10-30 15:07:52 +00:00
karlchillmaid
36e8a9b3cc
Corrected the page title
...
Corrected the page title to 'Data retention'
2018-08-20 16:59:35 +01:00
karlchillmaid
2c635faf5f
'Email reply-to address' updated
...
Updated 'reply-to address' to include a hyphen
2018-08-20 16:46:28 +01:00
Rebecca Law
0081a70d4b
Fix the link on the data-retention/edit.html
...
Adding new service_api_client methods to get data for the right amount of days.
2018-07-19 17:09:52 +01:00
Rebecca Law
ce754be464
Addressing comments from PR review.
...
Update tests
Use a table to display the data retention data.
2018-07-18 15:31:34 +01:00
Rebecca Law
4b8b571a87
Adding views to view, add and edit service data retention policies.
...
Only visible to a platform admin.
A service can have a custom number of days to retain the notification data for each notification type.
2018-07-17 14:39:04 +01:00