Skip to content

Conversation

@lapatric
Copy link
Collaborator

Release Checklist

Pre-Release

  • Check migrations
    • No database related infos (sqldb-xxx)
    • Impact on GS (new/removed columns)
  • Check for linter errors (in PR)
  • Test basic user operations (on DFX services)
    • Login/logout
    • Buy/sell payment request
    • KYC page

Post-Release

  • Test basic user operations
  • Monitor application insights log

@lapatric lapatric requested a review from davidleomay July 22, 2025 17:10
Comment on lines +1 to +4
export interface FileUploadData {
fileName: string;
file: string; // Base64 encoded file content
}
Copy link
Member

Choose a reason for hiding this comment

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

Does it make sense to base64 encode the file buffer and directly decode it again afterwards?
(see KycService. updateFileData)

Comment on lines +70 to +71
@Body() dto: CreateKycLogDto,
@UploadedFile() file?: Express.Multer.File,
Copy link
Member

Choose a reason for hiding this comment

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

Can we use body and file in the same request?

Copy link
Member

@davidleomay davidleomay left a comment

Choose a reason for hiding this comment

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

  • Adapt services

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.

3 participants