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

Fazer o model de Task ser ligado com um User #4

Open
huogerac opened this issue Mar 19, 2023 · 0 comments
Open

Fazer o model de Task ser ligado com um User #4

huogerac opened this issue Mar 19, 2023 · 0 comments
Labels
backend enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@huogerac
Copy link
Contributor

problema

A tabela de tarefas cria tarefas independente do usuário, ou seja, não importa como quem fazemos login, sempre vamos ver as mesmas tasks

solução

  • Adicionar foreignkey de User no model de Tasks
  • Fazer o tasks_list fazer o filtro pelo usuário logado
  • Criar testes para este cenário
@huogerac huogerac added enhancement New feature or request help wanted Extra attention is needed backend labels Mar 19, 2023
@huogerac huogerac pinned this issue Apr 2, 2023
@huogerac huogerac added the good first issue Good for newcomers label Apr 2, 2023
@huogerac huogerac added this to the v3.0.3 milestone Oct 7, 2023
@huogerac huogerac unpinned this issue Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant