docs: consolidate Task grouping views (replaces #723, #726, #731) - #739
Draft
jordanc-relevanceai wants to merge 1 commit into
Draft
docs: consolidate Task grouping views (replaces #723, #726, #731)#739jordanc-relevanceai wants to merge 1 commit into
jordanc-relevanceai wants to merge 1 commit into
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Summary
Consolidates the three open PRs documenting Task grouping views into one change. Branched from
main.build/agents/give-your-agent-tasks/tasks-page.mdx— renames## Tabsto## Status tabs, adds## Grouping views(All / By agent / By workforce) and a### Drilling into an Agent's Taskssubsection.build/agents/give-your-agent-tasks/task-overview.mdx— mentions the three grouping modes with a link to the new section.build/workforces/workforce-features/workforce-task-view.mdx— replaces the vague "Expand individual tasks to see detailed information" bullet with a#### By agent grouped viewsubsection, cross-links the global By workforce grouping, adds a Related Features entry, and applies docs: Add By Agent grouped view with drill-down functionality (TSP-1345) #723's sentence-case heading cleanup.Replaces these PRs (now closed)
task-overview.mdx+workforce-task-view.mdx, sentence-case heading fixestasks-page.mdx+workforce-task-view.mdx, sub-table states#723 and #726 both added a near-identical By-agent section to
workforce-task-view.mdx, and #731 touched two files each of them also touched. Merging them as-is would have produced two copies of the same section on one page.Correction applied
Dropped #731's early-access caveat on By workforce. It read: "The By workforce grouping is currently available to early-access users. If you don't see it, it hasn't been enabled for your account yet."
taskops-by-workforce-grouping-feis at 100% rollout with no cohort or property conditions, so the caveat is stale and would tell every reader a working feature might not be there.Verified as accurate and kept
TASKS_FOR_GROUP_PAGE_SIZE = 25inuseTasksForGroup.ts. (Note the group list itself pages at 50; only the nested sub-table is 25.)next_cursorthreaded into subsequent pages.TaskListErrorState.vue; a failed page fetch keeps cached rows and surfaces the error inline.taskops-by-approval-grouping-feandtaskops-by-error-grouping-feboth exist but are at 0% rollout, so All / By agent / By workforce is the complete list users see. Worth revisiting when either moves.taskops-by-agent-grouping-fe), so it needs no caveat.Scope note
The By workforce row expanding to show member Agents as sub-rows comes from #731 and is consistent with the
workforce_agentgroup type in the task-list definitions, but I did not verify its sub-row paging behaviour the way I did for By agent. The 25-task and Show more details are deliberately scoped to the By agent view only.Test plan
#### By agent grouped viewsubsection/build/agents/give-your-agent-tasks/tasks-page#grouping-viewsresolves from both other pagesworkforce-task-view.mdx