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

Seb/volunteer signed up model - all inclusive #11

Closed
wants to merge 32 commits into from

Conversation

sebmendoza
Copy link
Contributor

Notion ticket link

Create a volunteers signed up model

Implementation description

  • Created data model for a user who is signed up

Steps to test

  1. Make a postman request to the api endpoint: '/users/volunteers-signed-up and check mongodb. There are special changes needed to make this work. It is detailed in the notion ticket.

What should reviewers focus on?

  • Any feedback?

Checklist

  • My PR name is descriptive and in imperative tense
  • My commit messages are descriptive and in imperative tense. My commits are atomic and trivial commits are squashed or fixup'd into non-trivial commits
  • I have run the appropriate linter(s)
  • I have requested a review from the PL, as well as other devs who have background knowledge on this PR or who will be building on top of this PR

@anmoltyagi1
Copy link
Member

since you already did all the logic, just move all the logic in the correct format of the next ticket if you can

@@ -346,6 +346,7 @@ class UserService implements IUserService {
throw error;
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

take out empty line for linting!

@sebmendoza sebmendoza changed the title Seb/volunteer signed up model Seb/volunteer signed up model - all inclusive Nov 17, 2023
@sebmendoza sebmendoza closed this Apr 3, 2024
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.

6 participants