Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New DataTypes #361

Open
VaughnRupp opened this issue Nov 15, 2016 · 5 comments
Open

New DataTypes #361

VaughnRupp opened this issue Nov 15, 2016 · 5 comments

Comments

@VaughnRupp
Copy link
Contributor

New data types should be considered to add more custom validation and formatting.

1 Phone Number
2 Email

Validation coded to support them in the Web UI and possibly object_property_set proc

@VaughnRupp
Copy link
Contributor Author

Currency maybe too. Which would save as a float, but could format neatly then.

@KHerron
Copy link
Contributor

KHerron commented Nov 15, 2016

Yes, thank you. The validation code is already there for the float type.

Also add types for:
URL

@KHerron
Copy link
Contributor

KHerron commented Nov 26, 2016

Oh, and maybe a Percent. Just like currency, it would save as a float, but could be formatted with a percent sign.

@KHerron
Copy link
Contributor

KHerron commented Mar 5, 2018

I've got another data type we need to consider: IMAGE
It appears Images are current set to FILE.

Which is OK, but we could do more specific task if we separated Image from File since the image is actually inside the database.

Also in my Exporting of Screens, It would be nice to look for IMAGE type properties other than FILE then determine if it is actually a file or an image.

@KHerron
Copy link
Contributor

KHerron commented May 23, 2018

New Data Types have been added and committed

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

No branches or pull requests

2 participants