Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

[feature request] Adicionar sistema de pontuação para usuários #106

Merged
merged 16 commits into from
Dec 6, 2023

Conversation

thegm445
Copy link
Collaborator

@thegm445 thegm445 commented Dec 1, 2023

O que este PR introduz?

Closes #105

Checklist

Por favor, cheque se seu PR atende aos seguintes requisitos:

  • Eu atualizei a documentação de acordo (se necessário).
  • Eu adicionei testes para cobrir minhas mudanças (se necessário).
  • Todos os novos e existentes testes passaram.
  • Meu código segue o estilo de código deste projeto.

Tipo de PR

Que tipo de mudança este PR introduz?

  • Correção de bug
  • Feature request
  • Atualização na documentação
  • Atualização no estilo do código (formatação, variáveis locais, etc.)
  • Refatoração (sem mudanças funcionais, sem mudanças na API)
  • Atualizações de dependências
  • Mudanças relacionadas a CI/CD
  • Chore (mudanças não relacionadas a código)
  • Mudanças relacionadas a build (e.g. Dockerfile, pyproject.toml, etc.)

Este PR introduz uma mudança que quebra a compatibilidade?

  • Sim
  • Não

Outras informações (screenshots, detalhes, etc.)

@thegm445 thegm445 self-assigned this Dec 1, 2023
@thegm445 thegm445 added feature request New feature request. review needed This PR will be reviewed in the future. labels Dec 1, 2023
@thegm445 thegm445 added this to the Sprint 06 milestone Dec 1, 2023
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1b19eef) 100.00% compared to head (91d3c92) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #106   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           41        42    +1     
  Lines          481       491   +10     
=========================================
+ Hits           481       491   +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 1, 2023 19:53 Inactive
@bitterteriyaki bitterteriyaki modified the milestones: Sprint 6, Sprint 7 Dec 1, 2023
apps/tasks/views.py Show resolved Hide resolved
apps/tasks/views.py Outdated Show resolved Hide resolved
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 1, 2023 23:48 Inactive
apps/tasks/views.py Show resolved Hide resolved
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 2, 2023 00:56 Inactive
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 2, 2023 00:58 Inactive
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 2, 2023 00:59 Inactive
apps/tasks/tests.py Outdated Show resolved Hide resolved
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 2, 2023 02:07 Inactive
apps/tasks/tests.py Outdated Show resolved Hide resolved
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 2, 2023 02:29 Inactive
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 2, 2023 02:32 Inactive
Copy link
Contributor

@bitterteriyaki bitterteriyaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Falta refletir essas mudanças na página de administração e na página de perfil de usuário.

@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 4, 2023 23:01 Inactive
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 4, 2023 23:08 Inactive
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 5, 2023 17:18 Inactive
apps/users/tests.py Outdated Show resolved Hide resolved
apps/users/tests.py Outdated Show resolved Hide resolved
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 5, 2023 22:35 Inactive
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 5, 2023 22:47 Inactive
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-feature-user-ta-g4v0ax December 6, 2023 02:07 Inactive
Copy link
Contributor

@bitterteriyaki bitterteriyaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, TYVM.

@bitterteriyaki bitterteriyaki removed the review needed This PR will be reviewed in the future. label Dec 6, 2023
@bitterteriyaki bitterteriyaki merged commit 3b4043d into main Dec 6, 2023
5 checks passed
@bitterteriyaki bitterteriyaki deleted the feature/user-task-points branch December 6, 2023 02:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request New feature request.
Projects
Status: ✅ Feito
Development

Successfully merging this pull request may close these issues.

[feature request] Adicionar feature onde usuários consigam ganhar pontos
2 participants