Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usuário: CRUD + autenticação #1

Closed
rodrigor opened this issue Jan 27, 2021 · 0 comments · May be fixed by #11
Closed

Usuário: CRUD + autenticação #1

rodrigor opened this issue Jan 27, 2021 · 0 comments · May be fixed by #11
Assignees
Labels
feature New Feature

Comments

@rodrigor
Copy link
Contributor

rodrigor commented Jan 27, 2021

Criar:

  • Cadastrar usuário
  • Listar usuários cadastrados
  • Remover usuários
  • Autenticar usuário

O usuário será autenticado através de seu login.

Todo usuário tem:

  • login: string [8-200]
  • email: string [email válido]
  • Nome completo: string [3-255]
  • Foto de perfil: imagem (verificar a atividade)

O usuário tem um perfil:

  • admin (tem acesso a tarefas administrativas)
  • aluno
  • professor

Criar um usuário admin com login "admin" e senha "admin".

Apenas o usuário admin tem permissão de cadastrar usuários.

Ao cadastrar um usuário, selecionar o seu perfil e seguir com o cadastro de perfil (Professor ou aluno).

Um usuário pode ter o perfil "admin".

@rodrigor rodrigor added the feature New Feature label Jan 27, 2021
@rodrigor rodrigor changed the title CRUD de usuário CRUD + autenticação de usuário Jan 27, 2021
@rodrigor rodrigor changed the title CRUD + autenticação de usuário Usuário: CRUD + autenticação Jan 27, 2021
@EmersonDantas EmersonDantas added this to the V0.0.0-alpha - 06/02 milestone Jan 29, 2021
@ruan-pb ruan-pb self-assigned this Feb 1, 2021
ruan-pb added a commit that referenced this issue Feb 4, 2021
ruan-pb added a commit that referenced this issue Feb 8, 2021
@ruan-pb ruan-pb mentioned this issue Feb 8, 2021
samuelhsilva5527 pushed a commit that referenced this issue Feb 9, 2021
ruan-pb added a commit that referenced this issue Feb 11, 2021
ruan-pb added a commit that referenced this issue Feb 16, 2021
ruan-pb added a commit that referenced this issue Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants