SJRK-138: Split handlebars helpers into separate file

Metadata

Source
SJRK-138
Type
Task
Priority
Blocker
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Gregor Moss
Created
2018-06-04T17:13:31.461-0400
Updated
2018-07-26T15:29:20.704-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool UI

Description

templateManager.js is getting a bit crowded (at 245 lines).

Split the helper grades and functions out into their own file, along the same lines as the tests. Perhaps templateManagerHelpers.js

Comments

  • Gregor Moss commented 2018-06-11T17:01:45.830-0400

    This requires adding references to this potential new file in 26 html files (mostly tests) in order to get everything working again. Is this worth it at this point? What should this new file be called? Should the helper grade "paths" be renamed as well, if they don't live in the same file any more?