Skip to content

045.01 Image Controller

Description

Create ImageCodingController in application layer to handle image region coding operations. Uses existing ImageSegment and ImageRegion domain entities.

Acceptance Criteria

  • [ ] #1 Controller creates ImageSegments for drawn regions
  • [ ] #2 Controller applies codes to image regions
  • [ ] #3 Controller removes image segment coding
  • [ ] #4 Controller updates image segment memo
  • [ ] #5 Signal bridge emits image segment events
  • [ ] #6 Unit tests cover all operations