SJRK-83: Add story viewing context

Metadata

Source
SJRK-83
Type
Task
Priority
Major
Status
Closed
Resolution
Done
Assignee
N/A
Reporter
Gregor Moss
Created
2018-04-18T14:12:25.442-0400
Updated
2018-05-08T09:58:07.224-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool UI

Description

Create and hook up a ui/page/view for viewing a single story. This is intended to be shown either after the editing process has been completed and the user has hit "share", or if the user has navigated to a pre-existing story by some other means.

Much of the functionality of this will be shared with the existing grade "sjrk.storyTelling.ui.storyViewer", which may need to be renamed or refactored as a result of the similarity.

Comments

  • Gregor Moss commented 2018-04-23T19:52:48.909-0400

    "sjrk.storyTelling.ui.storyViewer" will not, for the time being, be renamed to anything else. Enough common functionality exists between the preview context of the editor and the single story view context to justify a shared base. For those aspects which are unique to either the previewer or the viewer, they could perhaps be present in both cases but simply turned on or off depending on requirements of the particular context

  • Gregor Moss commented 2018-05-01T10:18:45.191-0400

    This page has been created. The gradeName is currently `sjrk.storyTelling.page.storyView`, and there are a number of other files associated with it.