Skip to content

Add Copilot autofill suggestions panel to mapping step#619

Closed
markus-moser wants to merge 21 commits into
2026.1from
feature/copilot-autofill-suggestions
Closed

Add Copilot autofill suggestions panel to mapping step#619
markus-moser wants to merge 21 commits into
2026.1from
feature/copilot-autofill-suggestions

Conversation

@markus-moser
Copy link
Copy Markdown
Contributor

@markus-moser markus-moser commented May 21, 2026

Replaces the one-click autofill button with a scored suggestions modal. Users can review, select/deselect, and apply suggestions before any mappings are created.

What's new

  • Confidence-scored suggestions using token-set Jaccard + bigram similarity
  • Locale-aware matching: description_dedescription field with de language tag (uses configured validLanguages from settings)
  • Preview result column with row navigation
  • Select-all / deselect-all in footer

markus-moser and others added 21 commits May 21, 2026 11:00
Replaces the one-click autofill with a scored suggestions modal: source
columns are matched against class attributes using token-set Jaccard +
bigram Jaccard similarity, locale suffixes are detected for localized
fields, and users can review, select, and apply suggestions before any
mappings are created. Preview rows are navigable via the shared
usePreviewRecordQuery hook.
- Remove row dividers; add colorPrimaryBorder separator above footer
- Fix footer border to only show when suggestions exist (not on empty state)
- Fix select-all checkbox double-click by removing nested state updater
- Fix footer vertical alignment by switching from array to single Flex
- Use text-type nav buttons (borderless) to match Figma
- Tighten header row and footer padding to match Figma spacing
- Add autofill-suggestions i18n keys to de, fr, es, it, no, sv
- Remove dead previewRowIndex prop from AutofillSuggestionsPanelProps
- Remove section divider comments and WHAT-only block comments from compute-autofill-suggestions.ts
@sonarqubecloud
Copy link
Copy Markdown

@markus-moser
Copy link
Copy Markdown
Contributor Author

Superseded by #620 which correctly targets the 2.4 branch.

@github-actions github-actions Bot locked and limited conversation to collaborators May 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant