Finish API for the poster to accept interests of multiple hackers' profiles
Finish API for the hacker to accept/reject joining a team
NOTES
AWS SES
The AWS SES setup is done. You will need to contact @DedsecKnight for access and secret keys.
Add the keys to .env.local as follows:
AWS_SES_ACCESS_KEY=
AWS_SES_SECRET_KEY=
The current from email address is tu.do@acmutd.co, Mike will contact Purva and Salman for further adjustments.
We can further make the email sending more beautiful by designing templates or something similar.
Design specs
My API designs use user token from request headers instead of direct API input parameters for requester's information. Can someone check whether this is what should be done? Or does the team want direct API input instead?
Do we also need to send emails to Hackers when the Poster accepts their interests?
Do we allow Hackers to accept joining a team when the Hackers are marked as already in a team?
That's all for now. If there's anything else I need to change, please let me know.
Summary
NOTES
AWS SES
.env.local
as follows:from email
address istu.do@acmutd.co
, Mike will contact Purva and Salman for further adjustments.Design specs
user token
from request headers instead of direct API input parameters for requester's information. Can someone check whether this is what should be done? Or does the team want direct API input instead?That's all for now. If there's anything else I need to change, please let me know.