-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
Backend work for Mathesar email custom type. #409
Comments
Hello, I am new and learning Python/Django as I go forward. Can I take this up? Will be reviewing docs and other stuff to get things going and started. |
@nishit-prasad This issue requires knowledge of Postgres custom types and SQLAlchemy, so it might not be the best issue if you're currently learning Python/Django. I'd recommend starting with something related to the Django code like #364 |
MATHESAR_EMAIL
custom type and handle it in the backend.MATHESAR_EMAIL
custom type.
Regarding naming, the email type is currently residing in a Thus, the proper name for the email type is |
@mathemancer I think that's fine, my main concern was namespacing. I'll update the issue. |
MATHESAR_EMAIL
custom type.
This issue is to create a custom
MATHESAR_TYPES.EMAIL
data type to handle email addresses.As part of this issue, we need to ensure that:
MATHESAR_TYPES.EMAIL
in the API (currently it's lowercase)MATHESAR_TYPES.EMAIL
if it's possible to do so (this should already be implemented).MATHESAR_TYPES.EMAIL
when it makes sense to do so (this should already be implemented).Additional Context
v0/databases/
's types list to show both Mathesar and DB type information. #368 for code that calculates which types are allowed for a column.The text was updated successfully, but these errors were encountered: