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

feat(envited.ascs.digital):30 company patch endpoint #71

Merged
merged 12 commits into from
Jan 30, 2024

Conversation

royscheeren
Copy link
Contributor

@royscheeren royscheeren commented Jan 30, 2024

Scope

Add functionality to update company profiles

Work done

  • refactored user endpoints to use server actions
  • added initial company profile into add user transaction
  • added required db migrations
  • added update profile server action

closes #30

url: string
address: Address
vatID: string
Copy link
Contributor

Choose a reason for hiding this comment

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

is vatID not specific to an AscsMember?

apps/envited.ascs.digital/common/utils/utils.test.ts Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

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

This is only as a backup for now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

correct

@royscheeren royscheeren merged commit 6f1e9be into develop Jan 30, 2024
1 check passed
@royscheeren royscheeren deleted the 30_company_patch_endpoint branch January 30, 2024 14:30
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.

profile PATCH endpoint
2 participants