[CMF-checkins] CVS: Products/CMFDefault/help - TODO.stx:1.1 ActorDefinitions.stx:1.2 Actor_ContentCreator.stx:1.2 Actor_MembershipManager.stx:1.2 Actor_SiteDesigner.stx:1.2 Actor_SiteManager.stx:1.2 Actor_SiteVisitor.stx:1.2

Tres Seaver tseaver@zope.com
Mon, 8 Oct 2001 18:28:43 -0400


Update of /cvs-repository/Products/CMFDefault/help
In directory cvs.zope.org:/tmp/cvs-serv5363

Modified Files:
	ActorDefinitions.stx Actor_ContentCreator.stx 
	Actor_MembershipManager.stx Actor_SiteDesigner.stx 
	Actor_SiteManager.stx Actor_SiteVisitor.stx 
Added Files:
	TODO.stx 
Log Message:


  - Fix navigability as CMF skin methods.

  - Add TODO, noting missing use cases.


=== Added File Products/CMFDefault/help/TODO.stx ===
Missing Use Cases

  "ContentCreator":Actor_ContentCreator

   - "Define content metadata":ChangeMetadata

   - "Make a content object discussable":EnableDiscussion

  "MembershipManager":Actor_MembershipManager

   - "Add a new member to the site using a standard user
      folder":AddMemberToUserFolder

   - "Change member information and abilities":ChangeMemberInformation

   - "Browse member roster":BrowseMemberRoster

   - "Remove a member from the site":RemoveMemberFromSite

  "SiteDesigner":Actor_SiteDesigner

   - "Create new skin for the site":CreateNewSkin

   - "Modify skin appearance":ChangeSkinLookAndFeel

   - "Change skin behavior":ChangeSkinBehavior

   - "Change the default skin for the site":ChangeDefaultSiteSkin

  "SiteManager":Actor_SiteManager

   - "Configure CMF Topic":ConfigureCMFTopic 

   - "Configure what types of content can be created
      by users":ConfigureAllowedContentTypes

   - "Configure security for a content object
      or folder":ConfigureObjectSecurity

   - "Associate a workflow with a content
      type":AssociateWorkflowWithContentType

   - "Configure required metadata for a content
      type":ConfigureRequiredMetadata

   - "Configure what content is released via
      syndication":ConfigureContentSyndiation

  "SiteVisitor":Actor_SiteVisitor

   - "Submit a news item":SubmitNewsItem

   - "Browse a portal topic":BrowsePortalTopic



=== Products/CMFDefault/help/ActorDefinitions.stx 1.1 => 1.2 ===
     Content Creators are responsible for producing and
     maintaining the actual content of a site.  See "Actor:
-    Content Creator:Actor_ContentCreator.
+    Content Creator":Actor_ContentCreator.
 
   **Reviewer** --
     This actor is responsible for ensuring the quality and


=== Products/CMFDefault/help/Actor_ContentCreator.stx 1.1 => 1.2 ===
       o "Edit" form.
 
-    - "Define content metadata":ChangeMetadata
+    - **XXX** "Define content metadata":ChangeMetadata
 
       This should mainly be pointers back to "Create a content object".  
 
@@ -40,7 +40,7 @@
   * Improve content quality over time using end user
           feedback.
 
-    - "Make a content object discussable":EnableDiscussion
+    - **XXX** "Make a content object discussable":EnableDiscussion
 
           *Note:  this is not a per-object option in stock CMF.*
 


=== Products/CMFDefault/help/Actor_MembershipManager.stx 1.1 => 1.2 ===
   * Empower many users to collaborate on content production
 
-    - "Add a new member to the site using a
+    - **XXX** "Add a new member to the site using a
        standard user folder":AddMemberToUserFolder
         
-        o Difference between user folder within CMF and outside the
-        CMF.
-
-        o Add a new user form
-
-        o Creating a user folder (for My Stuff)
-
-        o Membership roster
-
   * Delegate responsibilities to site members
 
-    - "Change member information and abilities":ChangeMemberInformation
-
-      o Discussion of delegating responsbility through changing a
-        user's roles.  Example, permissioning a subfolder of the
-        site for management by one role and content creation by
-        another role.  Assigning those roles to users delegates
-        responsibility.
+    - **XXX** "Change member information and abilities":ChangeMemberInformation
 
   * Ensure that only appropriate users have access to the site
 
-    - "Browse member roster":BrowseMemberRoster
+    - **XXX** "Browse member roster":BrowseMemberRoster
 
-    - "Remove a member from the site":RemoveMemberFromSite
+    - **XXX** "Remove a member from the site":RemoveMemberFromSite
 


=== Products/CMFDefault/help/Actor_SiteDesigner.stx 1.1 => 1.2 ===
   * Provide an integrated look and feel for site content.
 
-    - "Create new skin for the site":CreateNewSkin
+    - **XXX** "Create new skin for the site":CreateNewSkin
 
       o portal_skins Properties tab.  Discussion of Layers and their
         order of precedence.  
@@ -15,7 +15,7 @@
       o The theory behind customizing methods, but don't refer to
         specific layers or specific methods/images.
  
-    - "Modify skin appearance":ChangeSkinLookAndFeel
+    - **XXX** "Modify skin appearance":ChangeSkinLookAndFeel
 
       o Brief description of customizing methods.  Refer back to
         "Create new skin for the site".
@@ -25,7 +25,7 @@
  
   * Give end users an effective way to navigate the site.
 
-    - "Change skin behavior":ChangeSkinBehavior
+    - **XXX** "Change skin behavior":ChangeSkinBehavior
 
       o Brief description of customizing methods.  Refer back to
         "Create new skin for the site description".
@@ -35,7 +35,7 @@
  
   * Keep the site fresh and interesting for end users.
 
-    - "Change the default skin for the site":ChangeDefaultSiteSkin
+    - **XXX** "Change the default skin for the site":ChangeDefaultSiteSkin
 
       o Brief description of skins.  Refer back to other skin use
         cases. 


=== Products/CMFDefault/help/Actor_SiteManager.stx 1.1 => 1.2 ===
     or community.
 
-    - "Create a CMF site",:reateCMFSite
+    - "Create a CMF site":CreateCMFSite 
 
-      Create a new CMF instance through the ZMI.  A single form. 
-
-    - "Configure CMF site":ConfigureCMFSite
-
-      Assume this means the properties associated with the CMF
-      Site instance.  Could also mean content_type_registry and
-      cookie_authentication. 
+    - "Configure CMF site":ConfigureCMFSite 
 
   * Maintain an overall site structure and organization.
 
-    - "Create CMF Folder":CreateCMFFolder
-
-      A single form
-
-    - "Create CMF Topic":CreateCMFTopic
-
-      Almost complete
+    - "Create CMF Folder":CreateCMFFolder 
 
-    - "Configure CMF Topic":ConfigureCMFTopic
+    - "Create CMF Topic":CreateCMFTopic 
 
-      This should be brief description plus a pointer back to
-      "Create CMF Topic"
+    - **XXX** "Configure CMF Topic":ConfigureCMFTopic 
 
-    - "Configure what types of content can be created by
-       members":ConfigureAllowedContentTypes
-
-      Not sure where this is accomplished.  The only permissions
-      I see are Add portal content, events, folders, members,
-      topics.  But I don't see "Add portal document" or "Add
-      portal image".
+    - **XXX** "Configure what types of content can be created by
+       members":ConfigureAllowedContentTypes 
 
   * Implement security policies for the site.
 
-    - "Configure security for a content object
-       or folder":ConfigureObjectSecurity
-
-      This should be stolen from the Zope book.  The 3 pages is
-      based on the assumption that specific permissions should be
-      discussed for default content types.
+    - **XXX** "Configure security for a content object
+       or folder":ConfigureObjectSecurity 
 
   * Implement workflow policies for the site.
 
-    - "Associate a workflow with a content
-       type":AssociateWorkflowWithContentType
-
-      portal_workflow, a single form
+    - **XXX** "Associate a workflow with a content
+       type":AssociateWorkflowWithContentType 
 
   * Implement metadata policies for the site.
 
-    - "Configure required metadata for a content
-       type":ConfigureRequiredMetadata
-
-      portal_metadata, relatively complex form
+    - **XXX** "Configure required metadata for a content
+       type":ConfigureRequiredMetadata 
 
   * Implement syndication policies for the site.
 
-    - "Configure what content is released via
-       syndication":ConfigureContentSyndication
+    - **XXX** "Configure what content is released via
+       syndication":ConfigureContentSyndication 
 


=== Products/CMFDefault/help/Actor_SiteVisitor.stx 1.1 => 1.2 ===
     - "Browse community news":BrowseNewsItems
 
-    - "Submit a news item":SubmitNewsItem
+    - **XXX** "Submit a news item":SubmitNewsItem
+
+      o Not a stock use case for anonymous visitors;  see
+        "Create Content":CreateNewContent and "Submit
+        Content":SubmitContentForPublication for Content
+        Creator's take.
 
   * Quickly find content that is important to him
 
     - "Browse the site homepage":BrowseCMFSiteHomepage
 
-    - "Browse a portal topic":BrowsePortalTopic
+    - **XXX** "Browse a portal topic":BrowsePortalTopic
 
     - "Search site for information":SearchCMFSite