add section_id to display for ml sections - #1280
Conversation
|
Claude finished @mlplyler's task in 2m 29s —— View job Review: add section_id to display for ml sections
Verdict: the change is small, correct, and low-risk. 1. The dropdown still can't distinguish duplicate-titled sectionsThe chip makes duplicates identifiable once rendered, but the filter path is still keyed on title:
So for two experiment sections both titled "Technology", the filter dropdown shows two identical "Technology" entries, and picking either one renders both sections. A curator using the filter to isolate one experiment arm still can't. Keying options on Fine to defer to a follow-up if the goal here was just visual disambiguation on the "All Sections" view, but worth calling out since the PR body frames the duplicates as the problem being solved. 2.
|
mmiermans
left a comment
There was a problem hiding this comment.
🥳 Congrats on your first admin tools PR!
Goal
Add section_id to display for ml sections. Currently, it appears there are duplicate sections in the tool. This is because we can have two sections with the same title in experiments.
Implementation Decisions
Got thumbs up here: https://mozilla.slack.com/archives/C09PBCCN0M6/p1787172248034109