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

Implement setting a default value for a column #500

Closed
kgodey opened this issue Jul 28, 2021 · 3 comments · Fixed by #1320
Closed

Implement setting a default value for a column #500

kgodey opened this issue Jul 28, 2021 · 3 comments · Fixed by #1320
Assignees
Labels
type: enhancement New feature or request work: frontend Related to frontend code in the mathesar_ui directory

Comments

@kgodey
Copy link
Contributor

kgodey commented Jul 28, 2021

Problem

Users might want to set a default value for a column.

Proposed solution

The "Working with Columns" design spec has a solution for this, which we need to implement on the frontend.

We should make sure to handle:

  • Adding, updating, and deleting a default value.
  • Validation errors for default values.

Additional context

@kgodey kgodey added needs: unblocking Blocked by other work work: frontend Related to frontend code in the mathesar_ui directory type: enhancement New feature or request labels Jul 28, 2021
@kgodey kgodey added this to the 06. Working with Tables milestone Jul 28, 2021
@kgodey kgodey added ready Ready for implementation and removed needs: unblocking Blocked by other work labels Aug 18, 2021
@Lucasmiguelmac
Copy link

Hello there! Please assign me this issue.

@pavish pavish self-assigned this Nov 4, 2021
@pavish pavish added status: started and removed ready Ready for implementation labels Nov 16, 2021
@pavish pavish added ready Ready for implementation needs: unblocking Blocked by other work and removed status: started ready Ready for implementation labels Mar 11, 2022
@pavish
Copy link
Member

pavish commented Mar 11, 2022

Blocked until all data type implementations are complete on the frontend.

@pavish
Copy link
Member

pavish commented Apr 19, 2022

I'm marking this as ready. The groundwork for all types are done, so we should be able to implement this.

However, the input shown for types will only reflect upon completion of each type implementation. At the time of this comment, only Text and Boolean are ready.

@pavish pavish added ready Ready for implementation status: started and removed needs: unblocking Blocked by other work ready Ready for implementation labels Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

3 participants