Skip to content

Dropdown column selectors for all transform forms#241

Open
meghanagottapu wants to merge 5 commits intoc2siorg:mainfrom
meghanagottapu:feature/column_names
Open

Dropdown column selectors for all transform forms#241
meghanagottapu wants to merge 5 commits intoc2siorg:mainfrom
meghanagottapu:feature/column_names

Conversation

@meghanagottapu
Copy link
Copy Markdown

@meghanagottapu meghanagottapu commented Mar 30, 2026

Description

Replaces free-text column name inputs with <select> dropdowns in all 6 transform forms. Column names are sourced from ProjectContext (already available globally) so no extra API calls are needed.

Issue Link: Fixes #242

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

How Has This Been Tested?

Describe the tests you ran to verify your changes.

  • Existing tests pass
  • New tests added
  • Manual testing

Screenshots (if applicable)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review
  • I have added/updated documentation as needed
  • My changes generate no new warnings
  • Tests pass locally

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 30, 2026

PR Review

Squash

Your PR has 5 commits. Please squash into a single commit.

How to fix

git fetch origin
git rebase -i origin/main   # mark all but first commit as "squash"
git push --force-with-lease

This comment updates automatically on each push.

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.

[Bug] Dropdown Column Selectors for All Transform Forms

1 participant