-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fix/event driven tasks continuation #1839
Merged
spwoodcock
merged 22 commits into
hotosm:feat/event-driven-tasks
from
NSUWAL123:fix/event-driven-tasks-continuation
Oct 29, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c4f0cb9
build: add migrations to update task_history --> task_events
spwoodcock bd0c727
refactor(backend): wip update to use TaskEvent / State enums
spwoodcock ccb0b2e
refactor(frontend): wip update to use TaskEvent / State enums
spwoodcock 3c07231
build: add trigger to set task_event.state automatically from event
spwoodcock 9577f6f
refactor: continued wip to use task events
spwoodcock 182706d
refactor: fixes to task state/event distinction
spwoodcock 59a782f
fix: additional fixes to backend usage action --> event
spwoodcock 2cc37b6
build: fix migration conflict if task_history does not exist
spwoodcock 7e19cdc
build: add conflate to enums in case for future
spwoodcock 7f30af2
refactor: further wip updates for task events
spwoodcock ec06864
fix(taskSelectionPopup): project task index display on task popup
NSUWAL123 88c1b83
fix(submissionsInfographics): handle undefined task_history
NSUWAL123 3b477bd
fix(merge): merge conflict solve
NSUWAL123 d703213
fix(dialogTaskActions): remove taskBoundary from args, pass geojsonStβ¦
NSUWAL123 534e891
fix(taskEvent): use response state to track and update current task sβ¦
NSUWAL123 2acb75c
fix(featureSelectionPopup): page crash on taskStateEnum undefined fix
NSUWAL123 a1d7fab
fix(getTaskStatusStyle): update feature style key based on entiy_statβ¦
NSUWAL123 31023bd
fix(projectInfo): change card title accessor key
NSUWAL123 54b7b78
fix(taskSubmissionsMap): fix taskGeojson schema
NSUWAL123 ffbc959
Merge branch 'feat/event-driven-tasks' of github.com:hotosm/fmtm intoβ¦
NSUWAL123 07a87a3
fix(submissionDetails): update get comments api
NSUWAL123 5175780
fix(updateReviewStatusModal): update reviewList id, update post submiβ¦
NSUWAL123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
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.
Apologies Nishit, I think I messed up the usage if task id vs index again π