Skip to content

Align dashboard import event payload type - #32

Merged
intraq-dev-ai merged 1 commit into
mainfrom
fix/dashboard-import-event-type
Jul 27, 2026
Merged

Align dashboard import event payload type#32
intraq-dev-ai merged 1 commit into
mainfrom
fix/dashboard-import-event-type

Conversation

@intraq-dev-ai

Copy link
Copy Markdown
Owner

Summary

  • Reuse DashboardImportRequest for DashboardImportDialog's emitted import payload.
  • Keeps emitted columnMappings and filterMappings aligned with the import API contract.

Issue

Fixes #15.

Validation

  • npm run type-check --workspace @intraq/web no longer reports the DashboardImportDialog.vue mapping payload error. It still fails on existing unrelated web type errors tracked separately.
  • npm test

@intraq-dev-ai
intraq-dev-ai merged commit effd0d8 into main Jul 27, 2026
1 check passed
@intraq-dev-ai
intraq-dev-ai deleted the fix/dashboard-import-event-type branch July 27, 2026 04:13
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.

Align DashboardImportDialog import event type with mapping payload

1 participant