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

API for working with foreign keys #451

Closed
8 tasks done
kgodey opened this issue Jul 20, 2021 · 1 comment
Closed
8 tasks done

API for working with foreign keys #451

kgodey opened this issue Jul 20, 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. work: backend Related to Python, Django, and simple SQL
Milestone

Comments

@kgodey
Copy link
Contributor

kgodey commented Jul 20, 2021

Problem

Users may want to add a column that references a column from another table (i.e. a foreign key). To support this functionality, we need to enable working with foreign keys in our API.

Proposed solution

We need to make the following changes to our API:

Additional context

@kgodey kgodey added type: enhancement New feature or request ready Ready for implementation work: backend Related to Python, Django, and simple SQL work: database labels Jul 20, 2021
@kgodey kgodey added this to the 08. Working with Views milestone Jul 20, 2021
@kgodey kgodey added status: draft and removed ready Ready for implementation labels Nov 26, 2021
@seancolsen seancolsen added type: meta List of related issues. Not meant to be worked on directly. and removed type: enhancement New feature or request labels Jan 5, 2022
@kgodey kgodey self-assigned this Jan 5, 2022
@kgodey kgodey added ready Ready for implementation and removed status: draft labels Jan 12, 2022
@kgodey kgodey removed their assignment Jan 12, 2022
@kgodey kgodey modified the milestones: [09] Working with Views, [08] Links Between Tables Jan 18, 2022
@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 kgodey modified the milestones: [08] Links between Tables, Cycle 2 Jun 1, 2022
@kgodey kgodey modified the milestones: Cycle 2, Cycle 3 Jul 19, 2022
@kgodey
Copy link
Contributor Author

kgodey commented Jul 19, 2022

Closing this meta ticket, we'll track the smaller tickets as need.

@kgodey kgodey closed this as completed Jul 19, 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. work: backend Related to Python, Django, and simple SQL
Projects
No open projects
Development

No branches or pull requests

2 participants