-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: entity pulse effect on rejected submissions (#2018)
* fix(submissions): update entity status on submission approve or reject * fix(flatgeobuf-layer): update ts type * feat(main): layer representing entities having issues pulsing the entity outlines * fix(getTaskStatusStyle): update feature style * fix(taskSelectionPopup): clear selecetd task on task popup close * fix(projectModel): update outline type * fix(vectorLayer): processGeojson prop function add * feat(projectDetailsV2): pulse rejected entities * fix(extractGeojsonFromObject): export convertCoordinateStringToFeatuer function * fix(submissionModel): ts types add * feat(submissionService): post geometry service add * feat(commonUtils): add isEmpty function * fix(ISubmissions): add feature type to updateReviewStatusModal type * fix(submission): convert javaRosa string to feature and pass to reviewStateModal * feat(updateReviewStatusModal): dispatch post bad geometry if submission marked as hasIssues * fix(entities): getBadGeomStream, subscribeToBadGeom function add * feat(+page): dispatch subscribeToBadGeom * fix(entities): update variable and function names, filter new and bad geoms on frontend * fix(+page): update function names * fix(entities): get newGeomList func add * fix(main): remove flatgeobuf layer for displaying rejected entities * fix(submissionModel): update geometryLogType key * fix(updateReviewStatusModal): udpate geom key to geojson, convert task_id to number, fix ts type * fix(extractGeojsonFromObject): convert javaRosa geom to polygon instead of lineString * fix(entities): store bad and new geoms in featurecollectionn * fix(entities): update type and initial state * feat(main):: layer add to display bad geometries * fix(updateReviewStatusModal): update post geometry post api url * fix(entities): update geometry to feature * fix(project_routes): add missing slash at the beginning of the route * fix(projectModel): geometryLog response type add * fix(projectSlice): setGeometryLog reducer function add * fix(IProject): project state types update * fix(project): getGeometryLog service function add * fix(projectDetailsV2): show highlighting rejected layer based on featureCollection instead of fgbURL and entity status mapping * fix(themeSlice): update color * feat(enums): add submission_status enums * feat(submissionDetails): add submission status on card * fix(ProjectDetailsV2): update stroke opacity and refactor status sync function * fix(geometryLog): return geometry record id * feat(submissionService): delete geometry record service add * fix(project): update ts type * fix(projectSlice): new state to store badGeomList * fix(project): on geometry log error clear geometries * fix(ProjectDetailsV2): handle missing layer for bad entities and update layer style application * fix(updateReviewStatusModal): on submission approve or previously rejected entity, delete bad geometry record
- Loading branch information
Showing
26 changed files
with
441 additions
and
76 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
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
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.