code-corps / code-corps/code-corps-api

Track anon Users that register

未關閉
#1,383 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Elixir
星號
234
分支
82
PR 合併指標
30 天內沒有已合併 PR

描述

# Track anon Users that register
The work on #1105 and #1038 gets us to track core actions, among the actions, we track when an installation is created from GitHub, However, these installations can sometimes lack a `current_user` as in some cases the user hasn't been to the website or some such case. In that case, we track an anonymous project using the `sender id` in the payload. This `sender id` belongs to a user who could potentially discover the website and join.

I am proposing that we track the `conversion` above that occurs when a user that was previously just tracked from an installation joins the system.

## Subtasks
- [ ] When creating a user from GitHub OAuth we should check to see if their id has been used to create an installation
- [ ] If not then we don't need to track anything
- [ ] If the user's id has indeed been used before we should track this as a conversion from anon to registered

## References

Progress on: #1038

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。