code-corps / code-corps-api

Elixir/Phoenix API for Code Corps.
https://www.codecorps.org
MIT License
234 stars 86 forks source link

Track whether a user's membership was approved #1285

Closed joshsmith closed 6 years ago

joshsmith commented 6 years ago

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:

or