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

Add filter by signature date at listing endpoint #3623

Open
4 tasks
vitormattos opened this issue Sep 9, 2024 · 0 comments
Open
4 tasks

Add filter by signature date at listing endpoint #3623

vitormattos opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
feature-request New feature request good first issue Good for newcomers php Pull requests that update Php code

Comments

@vitormattos
Copy link
Member

vitormattos commented Sep 9, 2024

Add two more query string to filter by signature date:

  • sign_date_begin
  • sign_date_end

When the begin will be greater than the defined date and end less than.

Consider as date format: YYYY-MM-DD

Don't consider the time, only use the date.

At API side, the end date should have the suffix 23:59:59 and the begin the suffix 00:00:00.

Route to be changed: GET: /api/{apiVersion}/file/list

Fallback of:
#3599

Don't worry about frontend, will be refactored by:

to-do

  • change the code
  • run the command composer openapi to update endpoint documentation
  • run the command composer cs:fix to apply PHP linter
  • sign-off all commits
@vitormattos vitormattos added good first issue Good for newcomers php Pull requests that update Php code feature-request New feature request labels Sep 9, 2024
@vitormattos vitormattos added this to the Next Major (31) milestone Sep 9, 2024
@vitormattos vitormattos self-assigned this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature request good first issue Good for newcomers php Pull requests that update Php code
Projects
Status: 0. Needs triage
Development

No branches or pull requests

1 participant