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
During implementation of the money type, we realized that decimal precision should be a display option for money, not a database option.
The data type options for money should be updated to have decimal precision as a display setting, not a database setting.
The text was updated successfully, but these errors were encountered:
@kgodey I have updated the prototype and added a note to the global data types document https://wiki.mathesar.org/en/design/specs/global-data-type-components
Sorry, something went wrong.
@ghislaineguerin I don't see a display tab here: https://www.figma.com/proto/Uaf1ntcldzK2U41Jhw6vS2/Mathesar-MVP?page-id=4260%3A37440&node-id=4270%3A40881&viewport=324%2C48%2C0.29&scaling=contain&starting-point-node-id=4270%3A40881&show-proto-sidebar=1, only a database tab.
The prototype is fixed now.
ghislaineguerin
No branches or pull requests
Problem
During implementation of the money type, we realized that decimal precision should be a display option for money, not a database option.
Proposed solution
The data type options for money should be updated to have decimal precision as a display setting, not a database setting.
Additional context
The text was updated successfully, but these errors were encountered: