Issue (View Online)

Key: NXP-591
Issue Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: George Lefter
Reporter: Eric Barroca
Original Estimate: 4 days
Remaining Estimate: 4 days

Operations

View all
View comments
View history
Comment Service 
Updated: 12/02/07 14:49   Created: 12/02/07 14:00  

The following issue has been updated.

Updater: George Lefter
Date: 12/02/07 14:49

Field Original Value New Value
Change By George Lefter on 12/02/07 14:49
Remaining Estimate 4 days
Original Estimate 4 days

Project: Nuxeo Enterprise Platform 5
Components: Comments
Fix Versions: 5.1 M1

 Description   
Create a comment service to add comments to documents.

Here is the technical solution to implement this component.

Storage: Comment are stored into Nuxeo Core, in a children (type: Folder) of current document's domain, called "Comments". The "Comments" folder has to be created if it does not exist when a comment is created.
Inside the Comment folder, folder are stored into subfolders named after the month of the comment creation.

So we would have something like:
  - Domain
     `-- Comments
           `-- 2007-01
                `-- COMMENT-user-timeWithMillisecond

Comments are attached to documents using relations. When a comment is created, it should be stored inside the comment folder and a create hasComment need to be created between the document and the comment.

The component add a new tab on document with the facet "Commentable". The new tab display comments and a form to add a new comment (like in JIRA).

In the near future, we will need to offer security setting on Comment to restrict visibility on group/folder.
Comment are deletable by their author.
Comment are not editable.

Name of the component: org.nuxeo.ecm.platform.comments

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to