CivicDataLab / CivicDataLab/IDS-DRR-Data-Management
Chart and table data stops after 2026_07 while the calendar offers all 12 months
@saurabhlevin is already working on this.
Since Sep 10, 2026.
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
What: Analytics data stops after 2026_07, but the calendar picker offers all 12 months of 2026 with every month enabled. Data needs extending to the latest month the picker exposes.
Why it matters: The dashboard defaults to the latest month, so a first-time visitor lands on a period with no data. Table view at least says "no data" — chart view says nothing: it renders the same 62 SVG marks at 2026_08 and 2026_12 as at 2026_07, so an empty chart is indistinguishable from a real one.
Evidence: Measured live on drr-dev.open-contracting.in, Assam / flood / indicator=risk-score:
| time-period | Table rows | Chart marks | Empty-state message |
|---|---|---|---|
2026_07 |
10 | 62 | — |
2026_08 |
0 | 62 | "no data" (table only) |
2026_12 |
0 | 62 | "no data" (table only) |
Fix: Extend the data through the latest selectable month. If some months genuinely have no data, the picker should disable them rather than offering a period that renders blank — otherwise the default landing state stays broken as time passes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.