Skip to content

fix(challenge-listing): date filters will use correct query params #5039

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

Conversation

cagdas001
Copy link
Collaborator

@cagdas001 cagdas001 commented Oct 2, 2020

  • The date filters at challenge listing page was using
    startDateStart (start date) and endDateEnd (end date)
    query parameters for GET /challenges call.
  • It now uses startDateEnd (end date) and endDateStart (start date)
    instead, in compliance with previous implementation.

Addresses #4984

@luizrrodrigues luizrrodrigues requested review from luizrrodrigues and removed request for sushilshinde and ajefts October 7, 2020 03:43
* The date filters at challenge listing page was using
`startDateStart` (start date) and `endDateEnd` (end date)
query parameters for `GET /challenges` call.
* It now uses `startDateEnd` (end date) and `endDateStart` (start date)
instead, in  compliance with previous implementation.

Addresses topcoder-platform#4984
@luizrrodrigues luizrrodrigues merged commit 978b98f into topcoder-platform:feature-refactor-challengelist Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants