Skip to content

feat: add question name to form answer output#2723

Merged
Chartman123 merged 1 commit into
mainfrom
feat/question-name
Aug 30, 2025
Merged

feat: add question name to form answer output#2723
Chartman123 merged 1 commit into
mainfrom
feat/question-name

Conversation

@susnux
Copy link
Copy Markdown
Collaborator

@susnux susnux commented Apr 30, 2025

This allows to identify question from within the UI, as the user can see the name assigned to a question to identify it when using the submissions in external places like workflows.

@susnux susnux added enhancement New feature or request 3. to review Waiting for reviews labels Apr 30, 2025
@susnux susnux added this to the 5.2 milestone Apr 30, 2025
@Chartman123
Copy link
Copy Markdown
Collaborator

@susnux can we get this ready?

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 18, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 44.18%. Comparing base (91794ca) to head (62a3000).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2723      +/-   ##
============================================
- Coverage     44.20%   44.18%   -0.03%     
- Complexity     1028     1031       +3     
============================================
  Files            80       80              
  Lines          3696     3705       +9     
============================================
+ Hits           1634     1637       +3     
- Misses         2062     2068       +6     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Chartman123 Chartman123 marked this pull request as ready for review August 30, 2025 10:00
* Resolves #2700

This allows to identify question from within the UI,
as the user can see the name assigned to a question to identify
it when using the submissions in external places like workflows.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@Chartman123 Chartman123 self-requested a review August 30, 2025 10:02
Copy link
Copy Markdown
Collaborator

@Chartman123 Chartman123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working now :)

@susnux other question: should we make the technical question name unique per form? currently you can set the same name for multiple questions...

@susnux
Copy link
Copy Markdown
Collaborator Author

susnux commented Aug 30, 2025

other question: should we make the technical question name unique per form? currently you can set the same name for multiple questions...

Oh yes this would make sense!

@Chartman123
Copy link
Copy Markdown
Collaborator

Ok, I'll add it as a follow-up :)

@Chartman123 Chartman123 merged commit bc5c314 into main Aug 30, 2025
56 checks passed
@Chartman123 Chartman123 deleted the feat/question-name branch August 30, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display question ID in the Forms UI for easier Windmill automation

2 participants