code-corps/code-corps-api

Track whether a user's membership was approved

joshsmith opened this issue · 0 comments

Problem

Right now our analytics tracking tracks the user who requested project membership and the user who approved it separately. This means we can't do any kind of conversion funnel analysis here.

We need to rework this, likely by:

  • tracking a "Project Membership Approved" event for the approved user

or

  • tracking somehow on behalf of the project rather than specific users