Skip to content

feat(console): add Team activity view - #3124

Open
AbigailDeng wants to merge 1 commit into
devfrom
codex/issue-3120-console-vnext-1-land-team-scoped-activity-and-recent-run-naviga
Open

feat(console): add Team activity view#3124
AbigailDeng wants to merge 1 commit into
devfrom
codex/issue-3120-console-vnext-1-land-team-scoped-activity-and-recent-run-naviga

Conversation

@AbigailDeng

Copy link
Copy Markdown
Contributor

Summary

  • add a canonical Team Activity tab backed by the existing Team runtime run window
  • share recent-run presentation with Overview while preserving distinct member, workflow, service, and run identities
  • add localized filtering, refresh, loading, empty, and read-failure states

Verification

  • pnpm exec jest --runInBand --selectProjects jsdom src/shared/navigation/teamRoutes.test.ts --testNamePattern='recognizes the team activity tab without collapsing runtime context' --verbose: passed
  • pnpm exec jest --runInBand --selectProjects jsdom src/pages/teams/detail.test.tsx --testNamePattern='loads, filters, and refreshes team-scoped activity from a direct route' --verbose: passed
  • pnpm tsc: passed
  • pnpm exec biome lint src/locales/en-US.ts src/locales/zh-CN.ts src/pages/teams/components/TeamRecentRunsList.tsx src/pages/teams/detail.test.tsx src/pages/teams/detail.tsx src/pages/teams/tabs/TeamActivityTab.tsx src/pages/teams/tabs/TeamOverviewTab.tsx src/shared/navigation/teamRoutes.test.ts src/shared/navigation/teamRoutes.ts: passed
  • bash tools/ci/test_stability_guards.sh: passed
  • pnpm build: passed
  • full frontend and repository test suites were not run under the incremental test policy

Risks

  • Desktop, tablet, and mobile browser inspection remains a review gap because both available local browser profiles were redirected by the OAuth gate; no session was injected and no login was attempted.

Affected paths

  • apps/aevatar-console-web/src/pages/teams/
  • apps/aevatar-console-web/src/shared/navigation/teamRoutes.ts
  • apps/aevatar-console-web/src/locales/

Documentation

  • No documentation change; the existing Team runtime read-model contract is unchanged.

Closes #3120

@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.34%. Comparing base (495975c) to head (2a2909a).
⚠️ Report is 3 commits behind head on dev.

@@           Coverage Diff           @@
##              dev    #3124   +/-   ##
=======================================
  Coverage   84.34%   84.34%           
=======================================
  Files        1455     1455           
  Lines      127991   127991           
  Branches    15956    15956           
=======================================
+ Hits       107949   107951    +2     
+ Misses      12743    12741    -2     
  Partials     7299     7299           
Flag Coverage Δ
ci 84.34% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Console vNext][1] Land Team-scoped Activity and recent-run navigation

1 participant