Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Phone numbers, birth dates, and troop numbers need to have data type enforcement #2

Open
justdave opened this issue May 6, 2014 · 0 comments
Labels
Milestone

Comments

@justdave
Copy link
Member

justdave commented May 6, 2014

Data type enforcement is slim. Things like phone numbers, birth dates, and troop numbers are often in whatever format the person filling out the form decided to use, which often results in many things needing to be manually altered before it can be imported into OALM.

Phone numbers should be stored and exported as all digits with no punctuation - can allow data entry in whatever format and just remove the punctuation before storing.

Troop number should allow only numbers (no word "Troop" in front of it, etc).

Birthdates should be MM/DD/YYYY.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant