Version 6 (modified by kyli, 16 years ago) (diff) |
---|
Analysis
Overview
Comment frames allow a book to have an interactive space for dialoging between readers that have the same book open.
Comment frames live on the server and thus require a Sophie Server to function, although a Sophie book that uses comment frames does not need to be on a Sophie Server. When a book has comment frames, users can add comments. These comments are uploaded to the Sophie Server and are made available for reading to everyone with an open copy of the book.
A comment frame is added to a book the same way as every other frame type. Comment frames have a the same HUDs as do all frame types. Comment frames do not have link Halos or Anchor Halos. A comment frame includes an Add Comment function to allow adding a comment. Clicking this function opens a window allowing a commentator's name and comment text to be entered. Comments can be added to a comment frame in Test mode or in Sophie Reader, but not in Author mode. Once a comment has been added, a Reply function is displayed to allow the user to reply. Replies are indented. Replies to replies are further indented. If there are enough comments to fill the comment frame, the comment frame must generate scroll bars. Comments can be added to any open copy of a Sophie book. There should be ability for the owner do manage comments.
Task requirements
Implement prototype of comment frames that include following functionality.
- Ability to type and post a comment
- Include editable text field
- Post or send button that posts the comment.(also the post could be evoked by pressing enter, shift + enter creates new paragraph)
- Visibly the comment should include
- User ID or name
- Date and time in ISO format
- Text content
- Ability to review already posted comments.
- Include non editable text field that lists the comments.
- Vertical scroll bar should appear if needed inside this field.
- Every comment should be on new line
- For revision scroll bar could include only up and down arrow.
Task result
- The result should be source code
Implementation idea
- Scroll bars should appear only if they are needed.
- There should be some text formatting for the comments in order to increase the readability of this frame. Adding empty line between different comments could do the job.
- Also different color for the user ID(name) could increase the readability too.
- If the user is not authenticated should appear as anonymous
Related
(Add links to related tasks that could be useful or helpful.)
How to demo
- Create new book
- Place comment frame inside of it.
- Go to preview mode add some comments
- Upload this book on the server.
- Open the book again via reader and type some comments again
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)
Attachments
- comment_frames_draft.png (102.6 KB) - added by dido 16 years ago.
- Comment Frames.png (53.2 KB) - added by kyli 16 years ago.