USDAForestService / fs-open-forest-platform

Open Forest: The code for an online permitting platform for the U.S. Forest Service.
https://openforest.fs.usda.gov
Other
38 stars 19 forks source link

As an applicant, I'd like to know what my First and Last name character limitations are so that there are no errors with my application when accepted to suds. #1163

Open ASprinkle opened 4 years ago

ASprinkle commented 4 years ago

Notes

This is similar to #411 (long organizational name)

In this case however, an application should not be allowed to be submitted when the First and Last name characters exceed the acceptable allowable character limit for SUDS.

image

image

Acceptance Criteria

Tasks

Definition of Done

ASprinkle commented 4 years ago

Character Limits for SUDS per the FSH 2709.11 Chapter 60 The limit in SUDS is 60 Characters including spaces. This means that in Open Forest there should be a limit of 30 in the First Name field and 30 in the last name field as an even split. image

ASprinkle commented 4 years ago

image

ASprinkle commented 4 years ago

@Dmac26 In reviewing this story, it looks like the updates are working well for the non-commercial group use and for Christmas tree pages. However it appears, when reviewing the code, that we still need to make the update to the Outfitter Guide application sections. I'll move this back to in progress for now. I included some screen shots here for reference. Thanks!

https://github.com/USDAForestService/fs-open-forest-platform/blob/dev/frontend/src/app/application-forms/temporary-outfitters/temporary-outfitters.component.ts

image

image

ASprinkle commented 4 years ago

TOG name field validations are looking good image

mtlaney commented 4 years ago

blocked by #1196