Skip to content

Commit cbd1156

Browse files
committed
update: move issue #399 to DONE and #403 to DOING
1 parent e5e2147 commit cbd1156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BACKLOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
*All user-facing issues moved to DOING*
1212

1313
**Infrastructure & Documentation Issues (Lower Priority)**
14-
- [ ] #403: Refactor - reduce contour function complexity - functions exceed 50-line target
1514

1615
## DOING (Current Work)
17-
- [ ] #399: Fix - Strange summary on github pages - unwanted FORD configuration appearing in documentation
16+
- [ ] #403: Refactor - reduce contour function complexity - functions exceed 50-line target
1817

1918
## FUTURE SPRINTS - Systematic Restoration
2019

@@ -39,6 +38,7 @@
3938
- Performance impact validation
4039

4140
## DONE (Completed)
41+
- [x] #399: Fix - Strange summary on github pages - unwanted FORD configuration appearing in documentation - FIXED: Removed YAML metadata from doc.md to fix GitHub Pages display issue, eliminating redundant project header and resolving documentation presentation problems (PR #405 merged)
4242
- [x] #388: Fix - investigate test_mpeg_consolidated failure unrelated to ylabel rotation (test infrastructure) - FIXED: Resolved test_mpeg_consolidated failure by properly registering animation save implementation through facade module pattern - added missing fortplot_animation import and changed from type-bound method to procedure call to ensure proper registration, now generates valid 1619-byte MPEG files with correct MP4 structure validation (PR #404 merged)
4343
- [x] #377: Enhancement - make finer grid on pcolormesh_demo.html - FIXED: Successfully upgraded pcolormesh demo grids from coarse to 50x50 high-resolution with comprehensive test coverage and verified visual output across PNG, PDF, and ASCII backends, enhancing mathematical function fidelity and visual quality (PR #400 merged)
4444
- [x] #392: Fix - Strange truncations in example documentation output - FIXED: Replaced all "[truncated]" placeholders in documentation with complete ASCII art examples using direct embedding approach following KISS principle, fixing 7 documentation files with 14+ ASCII preview sections, now showing complete plot visualization with proper axes and labels (PR #398 merged)

0 commit comments

Comments
 (0)