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

Implementation for URI data type #246

Closed
5 tasks done
kgodey opened this issue Jun 14, 2021 · 1 comment
Closed
5 tasks done

Implementation for URI data type #246

kgodey opened this issue Jun 14, 2021 · 1 comment
Labels
pr-status: revision A PR awaiting follow-up work from its author after review type: meta List of related issues. Not meant to be worked on directly.

Comments

@kgodey
Copy link
Contributor

kgodey commented Jun 14, 2021

Problem

Users may want to store URIs in their database and utilize functionality that is specific to URIs such as validation and grouping. We should allow them to do so and implement this type appropriately in the backend.

Proposed solution

PostgreSQL does not have a built-in type to handle URIs, so we will create a custom type that users can install if they want to use it.

Tasks that need to completed:

Moved to later milestone:

Additional context

@kgodey kgodey added type: enhancement New feature or request work: backend Related to Python, Django, and simple SQL work: database needs: unblocking Blocked by other work labels Jun 14, 2021
@kgodey kgodey added this to the 8. Initial Data Types milestone Jun 14, 2021
@kgodey kgodey added status: detail needed ready Ready for implementation type: meta List of related issues. Not meant to be worked on directly. and removed needs: unblocking Blocked by other work status: detail needed type: enhancement New feature or request labels Jul 15, 2021
@kgodey kgodey added work: product and removed work: backend Related to Python, Django, and simple SQL work: database labels Sep 13, 2021
@kgodey kgodey changed the title Backend/API implementation for URI data type Implementation for URI data type Sep 13, 2021
@kgodey kgodey added pr-status: revision A PR awaiting follow-up work from its author after review and removed ready Ready for implementation labels Mar 1, 2022
@kgodey
Copy link
Contributor Author

kgodey commented May 4, 2022

Closing this since all subtasks are done.

@kgodey kgodey closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-status: revision A PR awaiting follow-up work from its author after review type: meta List of related issues. Not meant to be worked on directly.
Projects
No open projects
Development

No branches or pull requests

2 participants