Skip to content

feat(flows): add Flow Submission Responses detail view - #550

Open
saintlionelpraveen wants to merge 1 commit into
shridarpatil:mainfrom
saintlionelpraveen:feat/flow-responses
Open

feat(flows): add Flow Submission Responses detail view#550
saintlionelpraveen wants to merge 1 commit into
shridarpatil:mainfrom
saintlionelpraveen:feat/flow-responses

Conversation

@saintlionelpraveen

Copy link
Copy Markdown

Add a per-flow submission responses view accessible from the 'Responses' button on published flows in the Flows page.

Backend:

  • New GET /api/flow-submissions/:id endpoint returning per-flow submissions
  • Register route in main.go

Frontend:

  • New FlowResponsesView.vue showing submissions table with dynamic columns, CSV export, live polling, and 'Back to Flows' navigation
  • Add 'Responses' button on published flows in FlowsView
  • Add route and API service method
  • Add i18n translation key for Flow Responses nav item

Add a per-flow submission responses view accessible from the 'Responses'
button on published flows in the Flows page.

Backend:
- New GET /api/flow-submissions/:id endpoint returning per-flow submissions
- Register route in main.go

Frontend:
- New FlowResponsesView.vue showing submissions table with dynamic columns,
  CSV export, live polling, and 'Back to Flows' navigation
- Add 'Responses' button on published flows in FlowsView
- Add route and API service method
- Add i18n translation key for Flow Responses nav item
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.

1 participant