Summary
Delegate scitex's canvas/editor/flask_editor to figrecipe._editor as single source of truth.
Current State
scitex/canvas/editor/flask_editor/ has ~10,000+ lines of code
figrecipe/_editor/ has the same Flask-based figure editor
- This is duplicated functionality
Proposed Solution
Follow the same pattern as diagram and plt delegation:
- Remove scitex's flask_editor implementation
- Import and re-export from figrecipe._editor
- Keep scitex.canvas as thin wrapper
Benefits
- Single source of truth (figrecipe)
- Reduced maintenance burden
- Consistent with diagram/plt delegation pattern
Related Issues
🤖 Generated with Claude Code
Summary
Delegate scitex's canvas/editor/flask_editor to figrecipe._editor as single source of truth.
Current State
scitex/canvas/editor/flask_editor/has ~10,000+ lines of codefigrecipe/_editor/has the same Flask-based figure editorProposed Solution
Follow the same pattern as diagram and plt delegation:
Benefits
Related Issues
🤖 Generated with Claude Code