-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: endpoints for getting Entity data & updating Entity mapping sta…
…tus (#1445) * feat: add endpoint for easy entities upload from csv file * build: update osm-fieldwork --> 0.8.0 for latest entities code * feat: add logic to get project entities, get and update entity mapping status * feat: add project/entities and project/entity-mapping-status endpoints * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor: move entities pydantic models to central_schemas * build: update osm-fieldwork --> 0.8.1 for getEntity method * fix: fix list-forms endpoint logic to return list of dicts * fix: add default status=0 (READY) during entity creation * feat: endpoints for getting and updating entity status * refactor: rename new_status endpoint --> new-status * refactor: pass through DbProject to generate_project_files instead of id * refactor: update task history sql to use params over f-string * build: remove unused index.html in frontend src dir * fix(frontend): correctly load favicon.ico using root url '/favicon.ico' * refactor: change api url tasks/task_history --> tasks/task-history * fix(frontend): loading of data extract correctly when task area clicked * fix(backend): logic for updating task state after locked by user id * refactor: rename TaskSectionPopup --> TaskSelectionPopup --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6195de1
commit 6a7d5f0
Showing
19 changed files
with
599 additions
and
114 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
Oops, something went wrong.