-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(main): release v0.0.3 #154
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: add pending/approved enum * feat: update volunteer tests to include status * fix: cleanup unnecessary imports * feat: add updateVolunteerById and updateVolunteerByUserId to routes and services * fix: lint * test: add passing test * fix: correction to validator types and enum values * fix: remove userId from validator * feat: working id and userid * lint: fix linting errors * test: refactor tests * feat: add get volunteer by user id * fix: change casing * fix: addressing feedback * fix: add forgotten file * fix: addressing carissas comments Co-authored-by: xsharonhe <xsharonhe@gmail.com>
* feat: add VolunteerAPIClient * fix: move status enum to volunteer file * fix: move status to avoid dependency cycle * fix: remove mistake * feat: Update Volunteer Model with Pending/Approved ENUM (#128) * feat: add pending/approved enum * feat: update volunteer tests to include status * fix: cleanup unnecessary imports * feat: add updateVolunteerById and updateVolunteerByUserId to routes and services * fix: lint * test: add passing test * fix: correction to validator types and enum values * fix: remove userId from validator * feat: working id and userid * lint: fix linting errors * test: refactor tests * feat: add get volunteer by user id * fix: change casing * fix: addressing feedback * fix: add forgotten file * fix: addressing carissas comments Co-authored-by: xsharonhe <xsharonhe@gmail.com> * fix: address Sharon's comment * fix: address union types Co-authored-by: xsharonhe <xsharonhe@gmail.com>
* add checkin table model * fix: add foreign key
…services (#129) * Add volunteer_id as FK, update endpoints and tests Co-authored-by: Dora Su <dora@Doras-MBP.lan> Co-authored-by: Amanda Misjuwar <amandabmisjuwar@gmail.com> Co-authored-by: Jessie Peng <jessie.peng2010@gmail.com> Co-authored-by: Hanlin Cheng <h62cheng@uwaterloo.ca> Co-authored-by: Shehryar Suleman <shehryarsuleman@gmail.com>
* feat: add new pending page for volunteers * fix: remove duplicate route * fix: close menu bar on click for mobile * fix: add back button that redirects to home * fix: rename function
- add new pickUp scheduling endpoint - updated routes, services, apiclient Co-authored-by: Dora Su <dora@Doras-MBP.ht.home> Co-authored-by: Dora Su <dora@Doras-MBP.lan> Co-authored-by: Amanda Misjuwar <amandabmisjuwar@gmail.com> Co-authored-by: Hanlin Cheng <h62cheng@uwaterloo.ca> Co-authored-by: Shehryar Suleman <shehryarsuleman@gmail.com>
* fix: remove 2 week block on scheduling calendar * fix: remove danger zone and allow admin to access landing * fix: remove 2 week limit in donor dashboard
Visit the preview URL for this PR (updated for commit 0be7271): https://communityfridgekw-staging--pr154-feb23-cherry-picks-2n1rrm53.web.app (expires Wed, 02 Mar 2022 05:55:31 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Shehryar21
approved these changes
Feb 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should have all the commits 🍒 except for:
Forget Password Flow: #151
Removing unused deps: #141
which are not yet fully tested in staging.
Please check I'm not missing anything and it looks good.