-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The old thefinalclub website had a concept of "works" that were divided into "chapters" that were subdivided into "sections". This allowed large works (books, plays, etc) to be used on the website, because only a certain section would need to be shown to the user at any given time. Showing an entire work on a single page would require a lot of data transfer and would be a strain on the user's browser.
Annotation studio only has a concept of "documents". When creating a document, annotation studio allows the user to specify the code for chapter navigation, but does not store chapters in a structured way and requires the user to write HTML code for the navigation. An entire document will be displayed on a single page.
We need a structured way to break works down into chapters and sections. This will probably require messing with the existing models and creating some new ones.