|
1 | 1 | # Development Backlog |
2 | 2 |
|
3 | | -## CURRENT SPRINT (Critical PNG/PDF Rendering Issues) |
| 3 | +## CURRENT SPRINT (Critical CI and Rendering Issues) |
4 | 4 |
|
5 | | -**🚨 CRITICAL: User-visible PNG/PDF rendering completely broken** |
6 | | -- [x] #338: Fix - No axes visible and plots strangely stretched and shifted in PDF (COMPLETED) |
7 | | -- [x] #337: Fix - Title too far right in PNGs - check matplotlib placement (COMPLETED) |
8 | | -- [x] #335: Fix - Axes wrong and no labels visible on scale_examples.html (COMPLETED) |
9 | | -- [x] #334: Fix - No output visible on pcolormesh_demo.html (COMPLETED - PR #351) |
10 | | -- [x] #333: Fix - Circles seem not centered with line plot in marker_demo.html (COMPLETED) |
11 | | -- [x] #332: Fix - Dashed and dash-dotted look funny on line_styles.html (COMPLETED) |
12 | | -- [x] #330: Fix - Old plot not cleared in second figure (figure() call) in contour_demo.html (COMPLETED) |
13 | | -**Critical Infrastructure Issues (High Priority)** |
| 5 | +**🚨 CRITICAL CI BLOCKING: PR merge infrastructure broken** |
| 6 | +- [ ] #386: Fix - PR #369 CI failures - test-coverage and windows-test failing (URGENT) |
| 7 | + |
| 8 | +**🚨 CRITICAL: CI test suite failures - user-visible rendering broken** |
| 9 | +- [ ] #382: Fix - tests fail on main CI (critical infrastructure) |
| 10 | +- [ ] #383: Fix - some examples in CI cannot write output (test infrastructure) |
| 11 | + |
| 12 | +**🚨 CRITICAL: User-visible PNG/PDF rendering regressions** |
| 13 | +- [ ] #380: Fix - ylabel not rotates 90 degrees (rendering regression) |
| 14 | +- [ ] #379: Fix - no output in streamplot_demo.html (rendering regression) |
| 15 | +- [ ] #378: Fix - axes and labels at wrong place on scale_examples.html (positioning) |
| 16 | +- [ ] #375: Fix - PDF lines are outside box and axes box is upside down (PDF coordinates) |
| 17 | +- [ ] #374: Fix - no line styles visible in line_styles.html all solid (line styling) |
| 18 | +- [ ] #373: Fix - too many legend entries in second plot of legend_demo.html (legend system) |
| 19 | +- [ ] #372: Fix - all colormaps look the same on colored_contours.html (colormap system) |
14 | 20 |
|
15 | 21 | **User-Facing Issues (Medium Priority)** |
| 22 | +- [ ] #377: Enhancement - make finer grid on pcolormesh_demo.html (enhancement) |
16 | 23 |
|
17 | 24 | **Infrastructure & Documentation Issues (Lower Priority)** |
18 | 25 |
|
19 | 26 | ## DOING (Current Work) |
20 | | -- [ ] #355: Fix - First plot is empty |
21 | 27 |
|
22 | 28 | ## BLOCKED (Infrastructure Issues) |
| 29 | +- [ ] #342: Refactor - complete symlog tick generation implementation (BLOCKED by PR #369 CI failures) |
23 | 30 |
|
24 | 31 | ## FUTURE SPRINTS - Systematic Restoration |
25 | 32 |
|
|
0 commit comments