Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#RI-4380 BE Upload data in bulk base implementation #1930

Conversation

ArtemHoruzhenko
Copy link
Collaborator

No description provided.

@ApiPropertyOptional({
type: 'string',
format: 'binary',
description: 'Import file (with list of commands to execute',
Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess you lost close round bracket.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks

progress: null,
filter: null,
status: BulkActionStatus.Completed,
duration: Date.now(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe will be better to create another constant startBulkActionTime or something else, it will be more clear i guess. And in the end result.duration = Date.now() - startBulkActionTime. But it is up to you.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure. if this will be more easy to understand

Copy link
Collaborator

@AmirAllayarovSofteq AmirAllayarovSofteq left a comment

Choose a reason for hiding this comment

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

Looks good.

@ArtemHoruzhenko ArtemHoruzhenko merged commit 621bc95 into feature/RI-4290-upload_data_in_bulk Apr 12, 2023
8 checks passed
@ArtemHoruzhenko ArtemHoruzhenko deleted the be/feature/RI-4290-upload_data_in_bulk branch April 12, 2023 07:19
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.

None yet

2 participants