We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users will want to store booleans. We should allow them to do so and provide an intuitive user experience for them.
We need a design for the following functionality for the boolean data type:
BOOLEAN
Columns of this type will have the following options:
Note: Unique doesn't make sense here as an option since booleans only have two values
There's no custom grouping for booleans, just the regular value based grouping should be fine since there's only two possible values plus null.
Columns of this type will support the following filters:
The text was updated successfully, but these errors were encountered:
Specs posted on https://wiki.mathesar.org/en/design/specs/boolean-data-type
Sorry, something went wrong.
ghislaineguerin
No branches or pull requests
Problem
Users will want to store booleans. We should allow them to do so and provide an intuitive user experience for them.
Proposed solution
We need a design for the following functionality for the boolean data type:
BOOLEAN
)Options
Columns of this type will have the following options:
Common to all Columns
Note: Unique doesn't make sense here as an option since booleans only have two values
Grouping
There's no custom grouping for booleans, just the regular value based grouping should be fine since there's only two possible values plus null.
Filtering
Columns of this type will support the following filters:
The text was updated successfully, but these errors were encountered: