You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ao comprar um ingresso ou se inscrever em um meetup, a pessoa recebe um e-mail pra completar o cadastro na plataforma da Codecon.
O login pode ser só por e-mail, recebendo um link de OTP. Ou a pessoa pode configurar o login com o Google ou GitHub. Essa issue também trata de pensar em como a autenticação vai funcionar.
Depois iremos criar um webhook que receberá os dados da plataforma de venda de ingressos para criar o "login do usuário".
Tabela attendees
id
created_at
updated_at
deleted_at
name
last_name
display_name
gender
email
mobile_phone
birth_date
city
state
linkedin
github
company
company_segment_id
position_id
position_level_id
ticket_system_user_id
Tabela company_segment
id
created_at
updated_at
deleted_at
name
Tabela position
id
created_at
updated_at
deleted_at
name
Tabela position_level
id
created_at
updated_at
deleted_at
name
Tabela programming_languages
id
created_at
updated_at
deleted_at
name
Tabela attendees_programming_languages
id
created_at
updated_at
deleted_at
programming_language_id attendee_id
The text was updated successfully, but these errors were encountered:
Ao comprar um ingresso ou se inscrever em um meetup, a pessoa recebe um e-mail pra completar o cadastro na plataforma da Codecon.
O login pode ser só por e-mail, recebendo um link de OTP. Ou a pessoa pode configurar o login com o Google ou GitHub. Essa issue também trata de pensar em como a autenticação vai funcionar.
Depois iremos criar um webhook que receberá os dados da plataforma de venda de ingressos para criar o "login do usuário".
Tabela
attendees
Tabela
company_segment
Tabela
position
Tabela
position_level
Tabela
programming_languages
Tabela
attendees_programming_languages
The text was updated successfully, but these errors were encountered: