alphagov / verify-local-patterns

Project board - https://github.com/alphagov/verify-local-patterns/projects/1 ||||| This is a prototype of some content that will be included in the GOV.UK Service Toolkit about the best practice for councils to deliver two services - parking permits and concessionary travel. The repo also includes a working prototype of both services which follows the guidance, as delivered by the fictional council of Argleton.
https://github.com/alphagov/verify-local-patterns/projects/1
MIT License
11 stars 23 forks source link

Oxfordshire localisation: Vehicle make, model, colour #663

Open sanjaypoyzer opened 7 years ago

sanjaypoyzer commented 7 years ago

Current flow is /confirm-address -> /enter-reg and /enter-reg includes the model and colour fields when council.makeColour is true.

  1. Create new page /vehicle-details, asking for Vehicle, make, model, colour, and registration number. Page should tell users they can find this information on their registration document. (@lizziebruce to provide content for this page in comment below)
  2. When council.string == 'oxfordshire', flow should be: /confirm-address -> /vehicle-details -> /personal-vehicle.
lizziebruce commented 7 years ago

Vehicle details

Enter the following details about your vehicle. You can find this information on the vehicle registration document.

Make: Model: Colour: Registration number:

NEXT

@AbiBarkerOxfordshire @sanjaypoyzer

lizziebruce commented 7 years ago

I've put "the" not "your" registration doc, as it could be employer's or hire firm's.

AbiBarkerOxfordshire commented 7 years ago

@sanjaypoyzer I think you mentioned a list of make and model that you may be able to share with us, do you have one? Cheers, Abi

sanjaypoyzer commented 7 years ago

@AbiBarkerOxfordshire Here you go – https://github.com/alphagov/verify-local-patterns/blob/master/app/assets/javascripts/vehicle-makes.js

Are you planning to do validation on the form field now? Would be good to use the autocomplete if so.