Changes between Version 1 and Version 2 of COMMENT_FRAMES_R0
- Timestamp:
- 07/04/09 17:41:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
COMMENT_FRAMES_R0
v1 v2 7 7 8 8 == Overview == 9 Users should be able to add comments while reviewing book, inside the rider and writer. This will happen via comment frames. Also there should be a way to add comments inside already created frames.9 Users should be able to add comments while reviewing book, inside the rider and writer. This could happen via comment frames. There should be ability for the owner do delete comment, the user that type some comment should be able to edit it. 10 10 11 11 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 12 Implement prototype of comment frames that include following functionality. 13 * Ability to type and post a comment 14 * Include editable text field 15 * Post or send button that posts the comment.(also the post could be evoked by pressing enter, shift + enter creates new paragraph) 16 * Visibly the comment should include 17 * User ID or name 18 * Date and time 19 * Text content 20 * Ability to review already posted comments. 21 * Include non editable text field that lists the comments. 22 * Vertical scroll bar should appear if needed inside this field. 23 * Every comment should be on new line 13 24 14 25 == Task result ==