Skip to content

Commit 5f6952c

Browse files
committed
update: move issue #360 to DONE, issue #355 to DOING
1 parent 7f8db4a commit 5f6952c

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
@@ -15,10 +15,9 @@
1515
**User-Facing Issues (Medium Priority)**
1616

1717
**Infrastructure & Documentation Issues (Lower Priority)**
18-
- [ ] #355: Fix - First plot is empty
1918

2019
## DOING (Current Work)
21-
- [ ] #360: Refactor - split fortplot_raster.f90 to comply with file size limits
20+
- [ ] #355: Fix - First plot is empty
2221

2322
## BLOCKED (Infrastructure Issues)
2423

@@ -45,6 +44,7 @@
4544
- Performance impact validation
4645

4746
## DONE (Completed)
47+
- [x] #360: Refactor - split fortplot_raster.f90 to comply with file size limits - FIXED: Split oversized raster module (1137 lines) into three focused modules - fortplot_bitmap.f90 (150 lines), fortplot_png_encoder.f90 (30 lines), and reduced fortplot_raster.f90 (980 lines) - maintaining Single Responsibility Principle with zero behavioral changes and full QADS compliance (PR #385 merged)
4848
- [x] #358: Refactor - consolidate ASCII output formatting in example docs - FIXED: Created centralized ASCII Output Format Reference documentation and truncated long ASCII blocks (50+ lines each) to key representative sections with direct references to full .txt files for complete output viewing (PR #384 merged)
4949
- [x] #357: Docs - standardize colormap documentation across examples - FIXED: Updated colored_contours documentation to correctly reflect 'crest' as default colorblind-safe colormap instead of misleading 'jet' reference, ensuring consistency between documentation and actual implementation (PR #381 merged)
5050
- [x] #350: Refactor - improve documentation comments in raster drawing module - FIXED: Comprehensive documentation improvements with detailed function descriptions, parameter explanations, and usage examples for all raster drawing utilities including antialiasing, geometric functions, and marker rendering (PR #376 merged)

0 commit comments

Comments
 (0)