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

Promote indicators from JSONB to area columns #91

Open
vgeorge opened this issue Nov 4, 2024 · 0 comments
Open

Promote indicators from JSONB to area columns #91

vgeorge opened this issue Nov 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vgeorge
Copy link
Collaborator

vgeorge commented Nov 4, 2024

Currently the area indicators are stored in a JSONB column. While this give flexibility in adding/removing indicators, it makes it hard to be typesafe as there is no way to ensure the types of the properties in the Prisma schema. We should consider promoting indicadors to area columns to ensure type safety more easily.

cc @oliverroick

@vgeorge vgeorge added the enhancement New feature or request label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant