bodgery / bodgery-member-api

1 stars 1 forks source link

Implement call to send new member email to entire group #16

Closed frezik closed 5 years ago

frezik commented 5 years ago

Email is implemented. There's some work to do in the PostgreSQL side to store the answers to member questions, and to get that data from Wild Apricot.

We also need to attach a picture to the email, but that will be done in another ticket.

frezik commented 5 years ago

Data is now being fetched from a mock version of Wild Apricot. To finish, need to fully implement code in src/wild_apricot.ts, fetch_member_answers().

frezik commented 5 years ago

The member questions are now parsed out of the member's WA data. This will need to be tested during the integration with the frontend, but I think we can close this for now.