Changes between Version 13 and Version 14 of COMMENT_FRAMES_R0
- Timestamp:
- 07/06/09 16:47:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
COMMENT_FRAMES_R0
v13 v14 20 20 * 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. 21 21 * Persistence 22 * The server stream must be persist able in order to be sent to the book23 * The frame content resource must be persist able 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. 24 24 * Manipulation 25 * It must be decided who will have rights to do what25 * Since the securtiy model on the server is not quite stable, user rights will be ignored for this revision. 26 26 * Decide how will a stream be created / destroyed - from client, from web UI ot both. 27 27 * Decide about the relation between frame content resource and server stream - one to one or many to one. … … 33 33 * The comment content must be able to auto-refresh itself. 34 34 * 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. 36 36 * 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 43 42 44 43 == Task result ==