-
Notifications
You must be signed in to change notification settings - Fork 1
Staging->dev backport #79
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
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1e89d32
Feature stage sync (#67)
susrisha a93e379
Add workspace projects UI, components & mocks
shweta2101 a89ae71
Extract project display logic to composable
shweta2101 ba21447
Switch px to rem, add line-clamp, simplify options
shweta2101 1c2c2dd
Replace status/project glyphs with SVG icons
shweta2101 17f59b0
Add project wizard UI and map preview
shweta2101 8e63cca
Improve project wizard, services, and UI behaviors
shweta2101 d7e1712
Add AOI draw/upload UI and map component
shweta2101 5bd7b7f
Add draft AOI polygon support and Aoi composable
shweta2101 0b057c3
Add task generation UI & preview grid
shweta2101 0d852af
Add project settings UI, user assign & rich editor
shweta2101 2c9a555
Project wizard: add review & status dialog
shweta2101 7e7b0c6
Persist created project and add task generation
shweta2101 76f5980
Use tasking API and normalize project/task payloads
shweta2101 1e1ec12
Add project-created notice; clear persisted draft
shweta2101 002274d
Added comments, tasks page, change in generate& save tasks flow and o…
shweta2101 95a8bcf
Integrated lock task and other UI improvements
shweta2101 2ff99e1
Refine task setup and task list UX for large task sets
shweta2101 a8de634
Update README.md
susrisha 5b5b31c
Simple integration
susrisha a67bd5a
work in progress with more changes
susrisha ef60a66
Update rapid.vue
susrisha 0f978d0
Add task editor route and task submission flow on new tasking API
shweta2101 b93cd01
fixed editor path
shweta2101 1d75788
fixed tasks status issues, added project roles addition, updation and…
shweta2101 6ba796d
enforce role-based project access and persist Rapid changesets
shweta2101 7477b5a
Fixed demo comments
shweta2101 53e30ea
Fixed task selection highlighting issue & other minor fixes
shweta2101 2908869
Develop To Staging (#66)
shweta2101 197cd19
Update workspaces.ts
susrisha ee62b4a
Update workspaces.ts (#69)
susrisha aa25032
Sync with Dev (#70)
susrisha f7d355e
Merge of develop to staging
jeffmaki 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 hidden or 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 hidden or 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 hidden or 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.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
changesLengthuses||instead of+, underreporting pending edits.When multiple change categories are non-empty (e.g., 2 modified + 3 created),
||returns only the first non-zero count (2), not the total (5). The downstream consumernormalizePendingEditCounttreats this as the pending edit count shown to users, so the count will be wrong whenever edits span more than one category.🐛 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents