Track anon Users that register

Aperta
#1,383 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
35/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
elixir, github

Direzione di ricerca

Inizia con il flusso di creazione degli utenti di GitHub OAuth e il monitoraggio delle installazioni descritti in #1038 e #1105. Traccia come il sender ID viene associato alle installazioni, quindi verifica che un ID corrispondente registri una conversione da anonimo a registrato, mentre un nuovo ID non registri nulla; il lavoro è completo quando entrambi i casi sono coperti.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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

Lingua principale
Elixir
Stelle
234
Fork
82
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di code-corps/code-corps-api

Tutte le issue di code-corps/code-corps-api

Issue simili

Altre issue su Elixir

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.