Du kannst nicht mehr als 25 Themen auswählenThemen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Sprint 8: completed product-owner review and scrum-master retrospective for
whole-Address-Control rotation (13/13 points, sprint goal met in full).
Same-day, outside-ceremony fixes/features:
- Fixed a canvas drag/rotate smoothness bug for dynamic/mixed elements (an
expensive properties-panel refresh was running on every mouse-move tick).
- Added a font-size resize handle for standalone text elements.
- Gathered requirements for adjustable element width/height, resolving the
long-open "Warn on text overflow before render" product question.
Sprint 9: shipped "Add an adjustable width and height with text wrapping to
static and dynamic text elements" (13/13 points). Static/dynamic text elements
can now wrap within a set width and clip content exceeding a set height, using
Debenu's native DrawTextBox/DrawRotatedTextBox (confirmed via a real licensed
vendor-DLL probe) for the CLI render, and GDI+'s native rectangle-bounded
drawing for a design-time canvas/preview approximation. The existing font-size
resize handle became context-sensitive (box mode vs. font-scale mode) rather
than needing a second handle. Completed sprint review and retrospective.
Test suite grew from 433/433 to 476/476 across both sessions of work.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>