Changes between Version 1 and Version 2 of COMMENT_FRAMES_R0


Ignore:
Timestamp:
07/04/09 17:41:41 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • COMMENT_FRAMES_R0

    v1 v2  
    77 
    88== 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. 
     9Users 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. 
    1010 
    1111== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     12Implement 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 
    1324 
    1425== Task result ==