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

Implement pagination rules #358

Open
gitfelipegomes opened this issue Dec 3, 2024 · 0 comments · May be fixed by #376
Open

Implement pagination rules #358

gitfelipegomes opened this issue Dec 3, 2024 · 0 comments · May be fixed by #376
Assignees
Labels
domain:onboarding Responsible for the initial configuration of the ledger domain:portfolio Responsible for creating accounts domain:transactions Responsible for transactions and operations feature New feature

Comments

@gitfelipegomes
Copy link
Member

gitfelipegomes commented Dec 3, 2024

Context

We will implement validations and rules in the application to establish a standard for how pagination occurs.

How to do it

  • Implement a maximum limit of 100 records per query.
  • Implement asc or desc ordering.
  • Implement a search filter by creation period:
    • Ledger: Maximum period of 3 months between dates.
    • Transaction: Maximum period of 30 days between dates.
  • Implement cursor-based pagination only for Transaction application.
@gitfelipegomes gitfelipegomes changed the title Implementação de Regras de Paginação Implement pagination rules Dec 3, 2024
@gitfelipegomes gitfelipegomes added feature New feature domain:onboarding Responsible for the initial configuration of the ledger domain:portfolio Responsible for creating accounts domain:transactions Responsible for transactions and operations labels Dec 3, 2024
@qnen qnen self-assigned this Dec 6, 2024
@qnen qnen linked a pull request Dec 12, 2024 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:onboarding Responsible for the initial configuration of the ledger domain:portfolio Responsible for creating accounts domain:transactions Responsible for transactions and operations feature New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants