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

Display FK-specific details about FK constraints in the table constraints dialog #949

Closed
seancolsen opened this issue Jan 5, 2022 · 0 comments · Fixed by #1383
Closed
Assignees
Labels
needs: unblocking Blocked by other work type: enhancement New feature or request work: frontend Related to frontend code in the mathesar_ui directory

Comments

@seancolsen
Copy link
Contributor

Current behavior

  • The table constraints dialog displays foreign key constraints.
  • Each FK constraint shows a type of FOREIGNKEY.
  • There's no way to see the target table and target column.

Desired behavior

  • Once Modify constraints API to list foreign key constraints #943 is implemented, the API will return more details about each FK constraint. Exactly what the API will be returning is still TBD.
  • We should display those details within the table constraints dialog.
  • The layout and styling of the information is not yet specified and should be improvised during implementation.

Additional context

Status

@seancolsen seancolsen added needs: unblocking Blocked by other work type: enhancement New feature or request work: frontend Related to frontend code in the mathesar_ui directory labels Jan 5, 2022
@seancolsen seancolsen added this to the [08] Working with Views milestone Jan 5, 2022
@kgodey kgodey modified the milestones: [09] Working with Views, [08] Links Between Tables Jan 18, 2022
@seancolsen seancolsen self-assigned this Apr 20, 2022
@kgodey kgodey removed this from the [08] Links between Tables milestone Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: unblocking Blocked by other work type: enhancement New feature or request work: frontend Related to frontend code in the mathesar_ui directory
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants