-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(backend): endpoint to create additional Entity lists on a project (
#1799) * fix(frontend): download xlsform with .xlsx format (updated from .xls) * fix(backend): fix javarosa conversion for all geom types (LineString) * refactor(backend): restructure code related to entity creation * feat(backend): add endpoint /additional-entity for a project * refactor(backend): rename features_geojson param --> geojson * docs: add note to /additional-entity about filename usage * fix(backend): correct error message if coordinates are invalid * test(backend): fix test for /projects/task-split endpoint * test(frontend): only select playwright test project to avoid errors * refactor: add traceback info to generate project files exceptions * fix(backend): geojson geom --> javarosa format for all types
- Loading branch information
1 parent
bd1276b
commit f6efdd6
Showing
11 changed files
with
281 additions
and
146 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.