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

feat: Delete project data on a preset change #1081

Merged
merged 9 commits into from
Jan 10, 2024

Conversation

david-code
Copy link
Contributor

Description

This is just an addition on top of #1063, removing the parts that create project data intervals when the project's preset changes. This is because this data is supposed to be handled on the frontend, and only stored on the backend when the user selects the custom preset.

Related Issues

Should fix techmatters/terraso-mobile-client#381

David Code Howard added 8 commits December 18, 2023 13:54
Ran into a bug on the frontend when I tried creating a new
project. This commit makes sure that the project has a soil project
settings associated it. It also allows this to be disabled if we're
creating a project from somewhere where the project soil settings is
not necessary.
For projects that don't have the custom preset, the goal is to manage
these on the frontend.
@david-code david-code merged commit 20ee421 into main Jan 10, 2024
7 checks passed
@david-code david-code deleted the feat/delete-project-data-on-preset-change branch January 10, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: finish project inputs tab
2 participants