Track anon Users that register

オープン
#1,383 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
elixir, github

調査の方向性

#1038 と #1105 で説明されている GitHub OAuth のユーザー作成フローとインストール追跡から始めます。sender ID がどのようにインストールに関連付けられるかを追跡し、一致する ID の場合は匿名から登録済みへのコンバージョンが記録され、新しい ID の場合は何も記録されないことを確認します。両方のケースがカバーされれば完了です。

索引モデルが issue の本文から書いたものです。

説明

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

主要言語
Elixir
スター
234
フォーク
82
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

code-corps/code-corps-api のほかの issue

code-corps/code-corps-api の issue をすべて見る

似ている issue

Elixir の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。