feat: custom date-range leaderboard across jinja and react + monthly report date fix#900
Open
Dev-JoyA wants to merge 2 commits intofedora-infra:swatantryafrom
Open
feat: custom date-range leaderboard across jinja and react + monthly report date fix#900Dev-JoyA wants to merge 2 commits intofedora-infra:swatantryafrom
Dev-JoyA wants to merge 2 commits intofedora-infra:swatantryafrom
Conversation
2f3965b to
b8b986f
Compare
Introduce custom start/end leaderboard ranges in both server-rendered and SPA flows while fixing monthly end-date consistency. - Add /report/range (Jinja) and /json/report/range endpoints with YYYY-MM-DD validation and max-range guard - Add shared date-range parser utility with tests - Wire React Rankings to /json/report/range via /rankings/range UI and API client updates - Add explore-page entry for custom ranges - Fix monthly report end-date calculation using last_day_of_calendar_month for HTML and JSON parity
b8b986f to
26558e5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #899
What changed
/report/rangeand/json/report/range.YYYY-MM-DD,start <= end, max range)./json/report/rangevia/rankings/range.