Skip to content

Conversation

@Yannick1712
Copy link
Member

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

@Yannick1712 Yannick1712 requested a review from davidleomay June 8, 2025 23:16
@Yannick1712 Yannick1712 requested a review from davidleomay June 18, 2025 14:42
@Yannick1712 Yannick1712 requested a review from davidleomay June 21, 2025 17:22
Comment on lines 649 to 659
return ['accountType', 'mail', 'phone', 'firstname', 'surname', 'street', 'location', 'zip', 'country'].concat(
!this.accountType || this.accountType === AccountType.PERSONAL
? []
: ['organizationName', 'organizationStreet', 'organizationLocation', 'organizationZip', 'organizationCountry'],
: [
'organization.name',
'organization.street',
'organization.location',
'organization.zip',
'organization.country',
],
);
Copy link
Member

Choose a reason for hiding this comment

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

Update KycService.initiateStep (PERSONAL_DATA) accordingly

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