SavageLearning / machete-ui

A re-write of the Machete app in Angular12 & Typescript
https://github.com/savagelearning/machete
GNU General Public License v3.0
4 stars 5 forks source link

Online Orders: USPS zip codes format is unnecessary #121

Closed esteban-gs closed 1 year ago

esteban-gs commented 2 years ago

What

Online orders step 3 (Site Details) allows either simple zip codes (98144) or USPS-formatted zip codes (98144-2147). If both formats are not in the transport providers area list, transport rule validation fails.

image image

Reproduce

  1. Go to online hiring portal
  2. fill out the form and on step 3, enter 98144-2147 as the zip code
  3. When you click on next, you should see the transport rules validation error message above

Why

Supporting the USPS format is unnecessary. Should only support simple Zip format (98144)

Where

Online hiring, step 3 (site details)