Is your feature request related to a problem? Please describe.
Right now we select the membership the user gets based on their user data (#278), however it was agreed upon with the client that this causes issues for graduates etc who may not be able to provide the relevant details.
We must now let the membership endpoint take in a request body that specifies the membership type given in the format MembershipTypeValues
Is your feature request related to a problem? Please describe.
Right now we select the membership the user gets based on their user data (#278), however it was agreed upon with the client that this causes issues for graduates etc who may not be able to provide the relevant details.
We must now let the membership endpoint take in a request body that specifies the membership type given in the format
MembershipTypeValues
Most of the logic should be kept the same.
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)