Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
-
Request Controller:Please Select
-
External Supervisor:Please select
-
Executing Programmer:Please select
-
Schema modification:Yes
Description
a way to annotate nodes in the repository with a single "Note" that users in admin can view
eg "This is the place to put all the Javascript files - remember to keep extension .js!"
shown with a little paperclip by the node in the repository
"poor mans workflow"
class Todo/Note
belongsTo Node // or belongs to many
belongs User // or belongs to many
String Note
Date dueDate