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

Separar a lógica aluno e professor da tabela usuário #2

Open
gabrielrussoc opened this issue May 19, 2019 · 0 comments
Open

Separar a lógica aluno e professor da tabela usuário #2

gabrielrussoc opened this issue May 19, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@gabrielrussoc
Copy link
Owner

Atualmente, a tabela user tem uma coluna is_prof que determina se o usuário é um professor ou aluno. Isso é ruim porque permitimos associações inválidas no banco (por exemplo, professores cursando disciplinas) e temos que lidar com essas coisas no backend.

Creio que duas tabelas, uma para aluno e outra para professores, ambas se relacionando 1:1 com usuário, já fica bem melhor.

@gabrielrussoc gabrielrussoc added the enhancement New feature or request label May 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant