Skip to content

Conversation

ghazwarhili
Copy link
Contributor

No description provided.

@sonarqubecloud
Copy link

"reload": "Reload",
"export.message.started": "Export file started",
"export.message.succeeded": "Export file succeeded",
"export.header.failed": "export file failed"
Copy link
Contributor

@thangqp thangqp Oct 17, 2025

Choose a reason for hiding this comment

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

Suggested change
"export.header.failed": "export file failed"
"export.header.failed": "Export case failed"

Comment on lines +205 to +206
"export.message.started": "Export file started",
"export.message.succeeded": "Export file succeeded",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"export.message.started": "Export file started",
"export.message.succeeded": "Export file succeeded",
"export.message.started": "Export case started",
"export.message.succeeded": "Export case succeeded",

Comment on lines +22 to +24
const eventData = JSON.parse(event.data);
if (eventData?.headers?.notificationType === 'caseExportSucceeded') {
const { caseUuid, userId, exportUuid, error } = eventData.headers;
Copy link
Contributor

Choose a reason for hiding this comment

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

we can not typing the notification as in study?

abortController: AbortController
) =>
backendFetch(
backendFetchText(
Copy link
Contributor

@thangqp thangqp Oct 17, 2025

Choose a reason for hiding this comment

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

exportUuid return as string but when download you send UUID.. it is better to use all as UUID.. (also typing Notification as in study)

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.

2 participants