Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Workflow
    • Workflow for non-Alfresco users
      • Non-WCM users need to be included in workflow (email w/URL, click to approve/reject), see Authentication for access issues
      • Detail: The workflow must account for non-Alfresco users. A non-Alfresco user must be able to view content in question and possibly comment on the content as well.
    • Commenting
      • Need commenting on tasks during workflow
      • Detail: Commenting on content must be part of the workflow, rather than simply offering a reviewer the option of approving or rejecting.
    • Task List
      • Need list of files in a workflow task
      • The same users will probably be part of many workflow processes going on simultaneously (there are only 2 final reviewers before content is published). These users need to know what files a particular task refers to
    • Workflow Override
      • Need originator/admin to be able to expire, cancel, and move workflow along without waiting for completion
      • Detail: Sometimes a reviewer may not respond in time, or a piece of content has to be elevated in urgency. Being "in flight" means a content item cannot be edited until the workflow is complete, and it will be necessary to have the ability to override the process.
    • Pooled Workflow
      • Pooling workflow has especially poor UI
      • Detail: We've tried workarounds to make parallel workflow act like pooled workflow, to no avail.
  • Authentication (Authoring Environment)
    • Authoring time authentication done via Acegi plugin; Alfresco uses a very old version of Acegi
    • Detail: We are in the process of standardizing on Acegi within ISDA; we are developing our own authentication implementation of Acegi and custom decision mangers... can we use our Acegi implementations to provide the authentication and authorization for Alfresco.
  • Deployment
    • v2.0.1 only deploys to runtime Alfresco repository, we want flat files for web server when possible
    • Detail: MIT requires deployment to a file server
  • Link Management
    • Basic Link Validation
      • Links need to be validated
      • Detail: MIT is aware that Alfresco has developers working on this piece, although there has been little communication from Alfresco about what exactly they are building.
    • Automatic Link Maintenance
      • Need links to automatically update if a file is moved to a different location in the web project. All links that were associated to the old location should regenerate and reassociate with the new content location.
      • Detail:
    • Search for and create links while editing content
      • Need to easily search for existing content and create links while editing content pages
      • Detail:
  • Dependency Management
    • Our solution requires our own build of the Alfresco WCM client, and there are some issues with respect to the association between source and generated content.
    • Detail: Because there is no dependency mgmt, when an XSL for an Xform is changed, the files that were generated by that XSL are not updated. We have written our own Java class and added a button to the WCM client to regenerate all files so as to get up-to-date HTML from our XML. Because of this, we have to compile & build the WCM client ourselves in order to add our new widget. We cannot deploy an out-of-the-box Alfresco distribution. It does not always work perfectly, because the association between a generated HTML and the XML/XSL that it came from is not as tight as it should be – there are cases where the HTML has to be manually deleted.
  • Application and Configuration Management
    • Full server restarts for configurations
      • Too many configurations are internal to the web application and require a full restart
      • Detail: "Examples of internal configurations to the web application require a restart:
        • Workflow changes
        • TinyMCE reconfiguration"
    • Virtualization server performance issues
      • Virtualization server gets wedged for no clear reason & requires re-start; or it doesn't work, and then spontaneously starts working for no known reason.
      • Detail:
    • Instance restoration
      • Cannot easily restore an Alf instance
      • Detail: Exporting and importing a repository does not appear to be sufficient to get back to the original state.
    • Clustering WCM servers
      • Cannot cluster WCM - this is important for all of our projects that plan to work with the Alfresco repository
      • Detail: "MIT needs a way to host their authoring environment in a clustered environment that provides failover protection. Nightly backups of content could be a temporary fix, but we would prefer to have a more sophisticated set up. It would be best to not put our users at risk of losing a days work if the server crashes. In addition, we cannot afford to lose information for clients that exist outside of IS&T (such as the MIT Alumni Association, among others)"
    • Hosted service capabilities
      • Does not handle a "hosted service (with multiple separate and distinct websites/web projects)" environment well. The "Company Space" is shared by all, along w/categories, dictionary, etc. We want to domain-ize different user groups w/different apps/projects, ideally each has a Company Space. - this is important for all of our projects that plan to work with the Alfresco repository
      • Detail: "We are not going to move forward with a ""one Alfresco instance per website"" setup. We need a way to host separate and distinct web projects on one Alfresco instance, including separation between content, users, roles, etc. In addition, we would like more sophisticated user management within specific web projects. For instance, we would like certain users to hold the role of a ""reviewer"" for most of the site but also hold the role of ""content manager"" within a specific section of the website."