Dave Arter

Results 19 comments of Dave Arter

You can't access it directly from a URL, only after going through the previous steps of the booking process. Once you're there though, you can refresh the page and it'll...

Looking good! Once you've done the Sass changes I'll put the conditionals in place for the various different ways data is displayed. OOI why does the nav jump from the...

I put some logic in the templates to only show calendar link in the new place, use new button styles etc when using the bulky goods feature. As a result...

Thanks for spotting those things. Client has confirmed contact data should be removed everywhere.

I'm seeing an intermittent error in the Cypress test: ``` 1) Oxfordshire highways messages displays nearby roadworks when no highways messages: CypressError: Timed out retrying: cy.click() failed because this element...

This PR now replaces the existing `bulky/summary.html` template, with most of the bits wired up to display the correct data.

~~@chrismytton I've added a safety check in 4ebadfcaf65f25f094b9a89edba7c3ace5b58791 to limit when we store contact information on staging sites. Can you give it a look please?~~ I'd forgotten you were off,...

Option 2 ("anonymized users should be unassigned") is the simplest - just remove all of a user's assignments when their account is anonymised. 1-2 hours to add this to `User::anonymize_account`...