Skip to content

LG-15453: Fix issue formating heights for AAMVA DLDV#11736

Merged
matthinz merged 2 commits intomainfrom
matthinz/aamva-format-height
Jan 13, 2025
Merged

LG-15453: Fix issue formating heights for AAMVA DLDV#11736
matthinz merged 2 commits intomainfrom
matthinz/aamva-format-height

Conversation

@matthinz
Copy link
Contributor

🎫 Ticket

Link to the relevant ticket:
LG-15453

🛠 Summary of changes

From the AAMVA DLDV guide regarding formatting the height:

Height data should be 3 characters (i.e. 5 foot 7 inches is submitted as 507)

We were not previously zero-padding the inches, leading to us sending "57" in the 5' 7" case.

From the AAMVA DLDV guide regarding formatting the height:

> Height data should be 3 characters (i.e. 5 foot 7 inches is submitted as 507)

We were not previously zero-padding the inches.

[skip changelog]
@matthinz matthinz requested a review from a team January 10, 2025 19:56
Copy link
Contributor

@n1zyy n1zyy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a super-annoying trivial suggestion, which is completely optional. Otherwise A+++ for this bugfix.

Test the "inches >= 10" and "inches < 10" cases
@matthinz matthinz merged commit 57fe1eb into main Jan 13, 2025
@matthinz matthinz deleted the matthinz/aamva-format-height branch January 13, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants