SJRK-441: Consider moving image rotation to its own middleware

Metadata

Source
SJRK-441
Type
Improvement
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Gregor Moss
Created
2020-12-13T21:18:16.699-0500
Updated
2020-12-14T14:38:14.671-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool Server

Description

Consider moving the code that handles rotating images to their correct orientation to its own middleware

The code in question can be found here:
https://github.com/fluid-project/sjrk-story-telling/blob/c52e54e2aed53540cae12718dba3c48e520a0eb4/src/server/requestHandlers.js#L240-L248

Comments

  • Gregor Moss commented 2020-12-14T14:38:14.671-0500

    Consider doing this work and SJRK-416 at the same time