feat(dashboard): replace free-text key inputs with dropdowns in PM integration form#499
Merged
zbigniewsobiecki merged 1 commit intodevfrom Feb 23, 2026
Merged
Conversation
Collaborator
|
🔍 Reviewing PR... |
nhopeatall
approved these changes
Feb 23, 2026
Collaborator
nhopeatall
left a comment
There was a problem hiding this comment.
LGTM — clean, well-scoped change. Key constants match backend usage exactly (verified against src/pm/trello/integration.ts, src/pm/jira/integration.ts, and src/config/schema.ts). Custom-key preservation ensures no data loss for existing configs. Duplicate-key prevention via otherUsedKeys filtering is correct. The disabled-add-button-when-all-used logic is sound.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ConstrainedKeyValueEditorcomponent with a<select>dropdown for the key column, replacing free-text key inputs for known CASCADE PM integration keysTRELLO_LIST_KEYS(9 keys),TRELLO_LABEL_KEYS(4 keys),JIRA_STATUS_KEYS(7 keys),JIRA_LABEL_KEYS(4 keys)KeyValueEditorusages withConstrainedKeyValueEditor; JIRA Issue Types stays as free-textDetails
<select>matching existing selects in the file; already-used keys are filtered from other rows(custom)suffix — no data lossweb/src/components/projects/integration-form.tsxonly — no backend changesTest plan
KeyValueEditor(custom)label and are preserved on saveCard: https://trello.com/c/IhnqywCu/86-status-mappings-and-labels-in-dashboard-in-projects-integrations-configuration-for-project-management-tools-should-feature-the-i
🤖 Generated with Claude Code