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

Added annotations and missing fields to UserAdditionalInfo #199

Merged
merged 5 commits into from
Mar 30, 2024

Conversation

Kartik-M24
Copy link
Contributor

Clarification on whether task is complete

@Kartik-M24 Kartik-M24 linked an issue Mar 29, 2024 that may be closed by this pull request
7 tasks
Copy link

github-actions bot commented Mar 29, 2024

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
Copy link
Member

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

Copy link
Member

@choden-dev choden-dev left a 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)

Copy link
Member

@choden-dev choden-dev left a comment

Choose a reason for hiding this comment

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

👍

@Kartik-M24 Kartik-M24 merged commit db3ed3b into master Mar 30, 2024
6 checks passed
@Kartik-M24 Kartik-M24 deleted the 172-backend-annotate-useradditionalinfo-model branch March 30, 2024 00:49
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.

[BACKEND] Annotate UserAdditionalInfo model
2 participants