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

[#0043] Corrigir filtro de datas #24

Closed
5 tasks done
GabrielCamargoL opened this issue Oct 7, 2023 · 1 comment · Fixed by #27
Closed
5 tasks done

[#0043] Corrigir filtro de datas #24

GabrielCamargoL opened this issue Oct 7, 2023 · 1 comment · Fixed by #27
Assignees
Labels
back Tasks that are related to the backend development bug Something isn't working
Milestone

Comments

@GabrielCamargoL
Copy link
Contributor

GabrielCamargoL commented Oct 7, 2023

Descrição da atividade

  • Corrigir filtro de busca por parte de datas

Informações para execução da atividade

  • Inverter a regra do "between do mongodb gte e lte" (dados depois do dateStart e antes do DateDone)
    Image

exemplo:

where = {
    ...where,
    createdAt: { gte: filters.dateStart, lte: filters.dateDone },
};

DoR

  • Cabe em uma sprint (de preferência não maior que 8 story points)

DoD

  • Code review
  • Testado
  • Documentado
  • Aceito pelo PO
@GabrielCamargoL GabrielCamargoL converted this from a draft issue Oct 7, 2023
@GabrielCamargoL GabrielCamargoL added bug Something isn't working back Tasks that are related to the backend development labels Oct 7, 2023
@drisabelles drisabelles changed the title [0043] Corrigir filtro de datas [#0043] Corrigir filtro de datas Oct 9, 2023
@drisabelles drisabelles added this to the Sprint 2 milestone Oct 9, 2023
@ThHenrique ThHenrique moved this from 🏁 Ready to 🚧 In progress in 🐶 Mood Hound 🐶 Oct 10, 2023
@ThHenrique ThHenrique mentioned this issue Oct 10, 2023
7 tasks
@ThHenrique ThHenrique moved this from 🚧 In progress to 👀 In review in 🐶 Mood Hound 🐶 Oct 10, 2023
@drisabelles drisabelles added p.o approval This issue needs approval from the product owner review needed This issue needs an code review from other team members labels Oct 10, 2023
ThHenrique added a commit that referenced this issue Oct 11, 2023
* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert
@drisabelles drisabelles linked a pull request Oct 11, 2023 that will close this issue
7 tasks
@drisabelles drisabelles removed the review needed This issue needs an code review from other team members label Oct 11, 2023
@ThHenrique
Copy link
Member

Documentação: #27

@ThHenrique ThHenrique moved this from 👀 In review to ✅ Done in 🐶 Mood Hound 🐶 Oct 11, 2023
ThHenrique added a commit that referenced this issue Oct 11, 2023
* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* feat: #22 ranking topics
ThHenrique added a commit that referenced this issue Oct 11, 2023
* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* feat: #22 ranking topics

* feat: #23 evolucao de temas
@drisabelles drisabelles removed the p.o approval This issue needs approval from the product owner label Oct 12, 2023
@ThHenrique ThHenrique mentioned this issue Oct 14, 2023
7 tasks
ThHenrique added a commit that referenced this issue Oct 16, 2023
* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* Atualizando branch development (#26)

* Development (#11)

* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* docs: update header

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>

* Feat/setup mongo client (#27)

* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* Feat/#22 ranking topic (#28)

* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* feat: #22 ranking topics

* Feat/#23 time series data topics (#29)

* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* feat: #22 ranking topics

* feat: #23 evolucao de temas

* Fix/rename documents fields (#31)

* Development (#11)

* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* docs: update header

* fix: parse snack case fields to camel case field

* fix: create user mongo entity

* fix: handle query withoud result

* rename addedAt field to createdAt

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>

* Feat/#25 comments per state (#30)

* Development (#11)

* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* docs: update header

* [#0405] Avaliações por Estado #25

* feat: format result of commentsPerState method

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>

* Feat/unit tests mongo (#33)

* trying test the app

* general unit tests done

* create same user test

* run tests in Sonar CI

* run tests in Sonar CI

* update sonarcloud ci file

* update node version sonarcloud ci file

* update add enviroment sonarcloud ci file

* update add environment vars in sonarcloud ci

* update rename environment vars in sonarcloud ci

* feat ci update secret name in sonarcloud file

* update users test succesfully done

* change rootDir jest config

* config test coverage

* remove unnecessary files

---------

Co-authored-by: thhenrique <henriquethiago298@gmail.com>

* feat: filter dashboard (#35)

* fix sonar issues (#36)

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>
Co-authored-by: Gabriel Camargo Leite <gabriel.cleite@outlook.com>
ThHenrique added a commit that referenced this issue Nov 6, 2023
* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* Atualizando branch development (#26)

* Development (#11)

* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* docs: update header

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>

* Feat/setup mongo client (#27)

* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* Feat/#22 ranking topic (#28)

* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* feat: #22 ranking topics

* Feat/#23 time series data topics (#29)

* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* feat: #22 ranking topics

* feat: #23 evolucao de temas

* Fix/rename documents fields (#31)

* Development (#11)

* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* docs: update header

* fix: parse snack case fields to camel case field

* fix: create user mongo entity

* fix: handle query withoud result

* rename addedAt field to createdAt

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>

* Feat/#25 comments per state (#30)

* Development (#11)

* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* docs: update header

* [#0405] Avaliações por Estado #25

* feat: format result of commentsPerState method

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>

* Feat/unit tests mongo (#33)

* trying test the app

* general unit tests done

* create same user test

* run tests in Sonar CI

* run tests in Sonar CI

* update sonarcloud ci file

* update node version sonarcloud ci file

* update add enviroment sonarcloud ci file

* update add environment vars in sonarcloud ci

* update rename environment vars in sonarcloud ci

* feat ci update secret name in sonarcloud file

* update users test succesfully done

* change rootDir jest config

* config test coverage

* remove unnecessary files

---------

Co-authored-by: thhenrique <henriquethiago298@gmail.com>

* feat: filter dashboard (#35)

* fix sonar issues (#36)

* hotfix: dashboard month filters (#42)

* Feat/graphics aggregation (#46)

* fix: user password set null

* feat: #0411 #0407 #0409 #0413

* remove commentSentiment and move to rakingOfTopics

* Feat/graphics aggregation (#47)

* fix: user password set null

* feat: #0411 #0407 #0409 #0413

* remove commentSentiment and move to rakingOfTopics

* feat: comments per age group and gender

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>
Co-authored-by: Gabriel Camargo Leite <gabriel.cleite@outlook.com>
drisabelles added a commit that referenced this issue Nov 30, 2023
* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* Atualizando branch development (#26)

* Development (#11)

* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* docs: update header

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>

* Feat/setup mongo client (#27)

* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* Feat/#22 ranking topic (#28)

* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* feat: #22 ranking topics

* Feat/#23 time series data topics (#29)

* feat: setup mongo client and crud users

* remove prisma orm

* feat: pagination with skip method

* refactor: #14 #15 #19

* fix: [#43] Corrigir filtro de datas #24

* refactor: [#14] Refatoração: corrigir os code smells do backend #13

* fix: search users

* fixed change of sonnar issue alert

* fixed change of sonnar issue alert

* feat: #22 ranking topics

* feat: #23 evolucao de temas

* Fix/rename documents fields (#31)

* Development (#11)

* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* docs: update header

* fix: parse snack case fields to camel case field

* fix: create user mongo entity

* fix: handle query withoud result

* rename addedAt field to createdAt

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>

* Feat/#25 comments per state (#30)

* Development (#11)

* Feat/#0901 manage users (#6)

* feat: crud users

* feat: crud users, routes in insomnia

* fix: users crud, add filter by role

* Feat/#0702 search comments (#9)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* Feat/seed db (#10)

* chore: set db default mongodb

* feat: #0702 create paginator for requests

* fix: remove ParseUUID in DTOS

* feat: search comments and paginate result

* fix: review change by joao of PR #16

* feat: create seed db

* fix: add CostBenefit and Others in commentTopicEnum

* docs: update header

* [#0405] Avaliações por Estado #25

* feat: format result of commentsPerState method

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>

* Feat/unit tests mongo (#33)

* trying test the app

* general unit tests done

* create same user test

* run tests in Sonar CI

* run tests in Sonar CI

* update sonarcloud ci file

* update node version sonarcloud ci file

* update add enviroment sonarcloud ci file

* update add environment vars in sonarcloud ci

* update rename environment vars in sonarcloud ci

* feat ci update secret name in sonarcloud file

* update users test succesfully done

* change rootDir jest config

* config test coverage

* remove unnecessary files

---------

Co-authored-by: thhenrique <henriquethiago298@gmail.com>

* feat: filter dashboard (#35)

* fix sonar issues (#36)

* hotfix: dashboard month filters (#42)

* Feat/graphics aggregation (#46)

* fix: user password set null

* feat: #0411 #0407 #0409 #0413

* remove commentSentiment and move to rakingOfTopics

* Feat/graphics aggregation (#47)

* fix: user password set null

* feat: #0411 #0407 #0409 #0413

* remove commentSentiment and move to rakingOfTopics

* feat: comments per age group and gender

* Feat/pln metrics (#60)

* create nlp stats entity repository and impl

* dailyTotalProcessingTime and timeByPipelineStage

* create filter dto to performance metrics

* feat: pln metrics finish integration with mongodb

---------

Co-authored-by: Isabelle Ribeiro <79321198+drisabelles@users.noreply.github.com>
Co-authored-by: Gabriel Camargo Leite <gabriel.cleite@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back Tasks that are related to the backend development bug Something isn't working
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants