-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added annotations and missing fields to UserAdditionalInfo #199
Added annotations and missing fields to UserAdditionalInfo #199
Conversation
Visit the preview URL for this PR (updated for commit fe306e8): https://uasc-ceebc--pr199-172-backend-annotate-y6zv4r3i.web.app (expires Sat, 06 Apr 2024 00:47:39 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 36296ceaed1d43e92e7d5e81a72a7bd987560bfa |
/** | ||
* @isString Please enter your pronouns | ||
*/ | ||
gender: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since you added a new field here, you will need to update the user mock (User.mock.ts
) so the tests will pass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just gotta fix the tests and run both the code generation commands (yarn workspace client generate-types
and yarn workspace server tsoa spec-and-routes
)
…://github.com/UoaWDCC/uasc-web into 172-backend-annotate-useradditionalinfo-model
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Clarification on whether task is complete