Changes between Version 9 and Version 10 of COMMENT_FRAMES_R0


Ignore:
Timestamp:
07/06/09 15:26:00 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • COMMENT_FRAMES_R0

    v9 v10  
    3333  * The comment content must be able to auto-refresh itself. 
    3434  * The comment frame must be editable only in preview mode / reader mode. Comment frame interactions must be defined. 
    35   * The location of the input form must be defined - whether it will appear as a dialog or inside the frame.  
     35  * The location of the input form must be defined - whether it will appear as a dialog or inside the frame. It must be editable only in preview mode, must have Post button (and probably Cancel). 
    3636  * The comment frame must have scroll bar. 
     37   * For revision scroll bar could include only up and down arrow. 
    3738  * The text in comment frame must be properly formatted - indent, header style. Consider using the current hot text model. 
    38  
    39 Implement prototype of comment frames that include the following functionality: 
    40  * Ability to type and post a comment 
    41   * Include editable text field 
    42   * Post or send button that posts the comment.(also the post could be evoked by pressing enter, shift + enter creates new paragraph) 
    43  * Visibly the comment should include 
    44   * User ID or name 
    45   * Date and time in ISO format 
    46   * Text content 
    47  * Ability to review already posted comments. 
    48   * Include non editable text field that lists the comments. 
    49   * Vertical scroll bar should appear if needed inside this field. 
    50   * Every comment should be on new line 
    51   * For revision scroll bar could include only up and down arrow. 
     39   * Visibly the comment should include 
     40    * User ID or name 
     41    * Date and time in ISO format 
     42    * Text content 
    5243 
    5344== Task result ==