-
-
Notifications
You must be signed in to change notification settings - Fork 57
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/rework proj create cont #2230
Merged
spwoodcock
merged 9 commits into
feat/rework-proj-create
from
feat/rework-proj-create-cont
Feb 25, 2025
Merged
Feat/rework proj create cont #2230
spwoodcock
merged 9 commits into
feat/rework-proj-create
from
feat/rework-proj-create-cont
Feb 25, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
updates: - [github.com/commitizen-tools/commitizen: v4.2.1 β v4.2.2](commitizen-tools/commitizen@v4.2.1...v4.2.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 β v0.9.7](astral-sh/ruff-pre-commit@v0.9.6...v0.9.7) - [github.com/astral-sh/uv-pre-commit: 0.6.0 β 0.6.2](astral-sh/uv-pre-commit@0.6.0...0.6.2) - [github.com/pycontribs/mirrors-prettier: v3.5.1 β v3.5.2](pycontribs/mirrors-prettier@v3.5.1...v3.5.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
β¦ feat/rework-proj-create-cont
spwoodcock
approved these changes
Feb 25, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for the quick fixes here!
Great combined effort πͺ
spwoodcock
added a commit
that referenced
this pull request
Feb 25, 2025
β¦ (during proj create) (#2225) * Revert "fix(backend): set new_geom_type default to Polygon as temp fix for #2164" This reverts commit 400ed11. * fix(backend): ignore missing token warning for auth checks * build: migration to rename xform_category --> osm_category * refactor(createProject): set primary_geom_type and new_geom_type fields * build: update to latest osm-fieldwork for change to form_category * feat(projectCreate): option to specify new_geom_type and primary_geom_type separately * fix: correctly handle osm data extracts using enum from form type * Feat/rework proj create cont (#2230) * [pre-commit.ci] pre-commit autoupdate (#2224) updates: - [github.com/commitizen-tools/commitizen: v4.2.1 β v4.2.2](commitizen-tools/commitizen@v4.2.1...v4.2.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 β v0.9.7](astral-sh/ruff-pre-commit@v0.9.6...v0.9.7) - [github.com/astral-sh/uv-pre-commit: 0.6.0 β 0.6.2](astral-sh/uv-pre-commit@0.6.0...0.6.2) - [github.com/pycontribs/mirrors-prettier: v3.5.1 β v3.5.2](pycontribs/mirrors-prettier@v3.5.1...v3.5.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * chore(deps): update dependency @types/geojson to v7946.0.16 (#2227) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(dataExtract): if no dataExtract uploaded or fetched, disable next btn * fix(radiobutton): use radio option label as id for radiobutton * fix(description): update uploadSurvey desc section hover * fix(checkbox): update styles * refactor(style): refactor style to maintain consistent gaps in UI * fix(selectForm): disappear validation message after form upload --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: Nishit Suwal <81785002+NSUWAL123@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
Related Issue
Describe this PR
Screenshots