Skip to content

fix: clarify Studio member creation flow#443

Open
potter-sun wants to merge 6 commits intodevfrom
feat/2026-04-27_complete-studio-script-flow
Open

fix: clarify Studio member creation flow#443
potter-sun wants to merge 6 commits intodevfrom
feat/2026-04-27_complete-studio-script-flow

Conversation

@potter-sun
Copy link
Copy Markdown
Collaborator

Summary

  • Clarify the Studio Create member modal so only Workflow uses the immediate member creation form.
  • Keep Script and GAgent visible as member type choices, but route them to their Build workspaces instead of asking for a fake member name.
  • Add the Studio Script member flow implementation plan under docs/design/.

Issue Links

Closes #441
Related to #442

Impact

Workflow creation remains unchanged. Script and GAgent now behave as honest builder entry points until their direct member creation APIs land.

Validation

npm --prefix apps/aevatar-console-web run test:ui -- --runTestsByPath src/pages/studio/index.test.tsx --runInBand
npm --prefix apps/aevatar-console-web run tsc

@potter-sun potter-sun marked this pull request as ready for review April 27, 2026 08:36
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.90%. Comparing base (7c89f22) to head (0e96fcc).

@@            Coverage Diff             @@
##              dev     #443      +/-   ##
==========================================
- Coverage   70.90%   70.90%   -0.01%     
==========================================
  Files        1209     1209              
  Lines       87045    87045              
  Branches    11411    11411              
==========================================
- Hits        61722    61720       -2     
- Misses      20876    20878       +2     
  Partials     4447     4447              
Flag Coverage Δ
ci 70.90% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file 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.

Fix Create member Script and GAgent builder entry UX

1 participant