OUT-3160: add an unassigned view in IU and CRM dashboard#1129
Open
SandipBajracharya wants to merge 1 commit intoOUT-3136from
Open
OUT-3160: add an unassigned view in IU and CRM dashboard#1129SandipBajracharya wants to merge 1 commit intoOUT-3136from
SandipBajracharya wants to merge 1 commit intoOUT-3136from
Conversation
- [x] new separate view for unassigned tasks - [x] association tasks are also shown in unassigned view. Not shared as shared tasks require IU as assignee. - [x] update tabs copy - [x] implement in IU and CRM view
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rrojan
approved these changes
Feb 18, 2026
Collaborator
rrojan
left a comment
There was a problem hiding this comment.
LGTM with a few minor improvements
| return filteredTasks.filter((task) => task?.assigneeType?.includes('internalUser')) | ||
|
|
||
| case FilterOptionsKeywords.UNASSIGNED: | ||
| return filteredTasks.filter((task) => !task.assigneeId) |
Collaborator
There was a problem hiding this comment.
Still depending on assigneeId was just something we did to prevent changing huge portions of old code.
Moving forward we can do checks like (task) => !(task.internalUserId && task.clientId && task.companyId)
Comment on lines
+71
to
74
| <div> | ||
| <strong>Shared with</strong> is only available | ||
| </div> | ||
| <div>for tasks assigned to internal users.</div> |
Collaborator
There was a problem hiding this comment.
<br/> or p might be more suitable here unless we have spacing issues
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
Testing Criteria
Loom