Changes between Version 13 and Version 14 of COMMENT_FRAMES_R0


Ignore:
Timestamp:
07/06/09 16:47:05 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • COMMENT_FRAMES_R0

    v13 v14  
    2020  * Create model for the frame content which refers the server resource. It must Hold enough information for referring a concrete stream, for changing it and for updating. 
    2121 * Persistence 
    22   * The server stream must be persistable in order to be sent to the book 
    23   * The frame content resource must be persistable in order to save the stream reference along with the book. 
     22  * The server stream must be persist-able in order to be sent to the client 
     23  * The frame content resource must be persist-able in order to save the stream reference along with the book. 
    2424 * Manipulation  
    25   * It must be decided who will have rights to do what  
     25  * Since the securtiy model on the server is not quite stable, user rights will be ignored for this revision. 
    2626  * Decide how will a stream be created / destroyed - from client, from web UI ot both. 
    2727  * Decide about the relation between frame content resource and server stream - one to one or many to one. 
     
    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. It must be editable only in preview mode, must have Post button (and probably Cancel). 
     35  * The location of the input form must be inside the frame. It must be editable only in preview mode, must have Post button. 
    3636  * The comment frame must have scroll bar. 
    37    * For revision scroll bar could include only up and down arrow. 
    38   * The text in comment frame must be properly formatted - indent, header style. Consider using the current hot text model. 
    39    * Visibly the comment should include 
    40     * User ID or name 
    41     * Date and time in ISO format 
    42     * Text content 
     37   * For this revision scroll bar could include only up and down arrow. 
     38  * The text in comment frame must be properly formatted - indent, header style. Consider using the current hot text model. Visibly the comment should include: 
     39   * User ID or name 
     40   * Date and time in ISO format 
     41   * Text content 
    4342 
    4443== Task result ==