microsoft / microsoft/BootcampLabTestPlugin

Auditor adds nodes to wrong Classify branch

オープン
#54 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
Python
スター
0
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

Auditor adds nodes to wrong Classify branch consistently

Observed during: mcs-workflows audit (UC4/UC5), 2026-06-20

Problem: When clicking the "+" connector on a Classify node branch to add a downstream node (e.g., Agent), the auditor added the node to the wrong branch twice (Quote Request instead of Supplier Delay). The user had to intervene both times.

Root cause: The "+" buttons for each Classify branch are vertically stacked and close together on the canvas. Coordinate-based clicking is unreliable because:

  • Branch order can shift depending on zoom/scroll state
  • The click target area is small
  • No verification is done after the node is added to confirm correct placement

Suggested fix:

  1. After adding a node via "+", verify which branch it connected to by reading the upstream connection label in the node config panel
  2. If wrong branch, delete and retry with adjusted coordinates
  3. Consider using the workflow designer API/model to specify target branch programmatically rather than coordinate clicking
  4. Alternatively, click the branch label text first to highlight/select the branch, then look for the "+" appearing specifically on that branch

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

workflow designer とその node config panel を使って Classify-branch フローを再現し、積み重なった "+" コネクタに焦点を当てる。まず、workflow designer API/model で対象のブランチを特定できるか確認する。できない場合は、ノードを追加した後に upstream 接続のラベルを確認する。ユーザーの介入なしに downstream ノードが選択したブランチへ一貫して接続されれば完了とする。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
testing-qa
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
48/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。