We have a requirement that we provide a approval system for DNN. One of the feature missing is the ability to define a list of users that will need to be able to approve an item. They basically want to be able to identify a set of users that needs to approve the item in a linear fashion. we could use Roles to identify the users that can approve at each level. So when we have an item that needs to be approve the user will need to identify the sequence of roles that needs to be involved during the item submission. Example of an items requiring three levels of approvals before getting to Publish mode Level 1 Role: DeptApproverLevel1 Level 2 Role: DeptApproverLevel2 Level 3 Role: DeptApproverLevel3 Both web sites must be designed to include an approval process that requires all web site documents to be placed in an approval queue to be reviewed, edited, and approved for publishing a. All content must remain in a staging area until it is approved. c. The routing process should alert approvers by email that content is awaiting approval. d. Upon completion of the approval process, the contents should automatically be published. e. Work flow process must be designed to allow an unlimited number of approval levels to be determined Can your module be modified to support this type of change. The source code comes with your module so I guess we can modify ourself. If you had to do it can you give me an estimate of the extra cost to do it. Please contact me via email at esilver@aztecsystems.com if you have more questions. |