Project Description
This code is the engine for a litigation management solution configured for managing the preservation notice component within an E-Discovery project. Currently, the data store that the engine is using is a SharePoint 2007 instance (it could be either WSS or MOSS). The code has been written using Domain-Driven Design techniques; therefore, there is nothing to stop anyone from changing the data store to be a relational database, or whatever you want it to be, or even mixing some parts in SharePoint and some in a database. To change the data store, you would simply change the correct Repository configuration setings, and then implement your own Repository(ies) as you see fit.

The preservation notice modules allow counsel and legal teams to create, manage, send and track preservation notices at the case level. Notices and reminders are sent automatically via email and status information is updated in the Portal in real time. The utilities allow for single or batch notice sending to all custodians or just a select group.

The sent time and date is automatically recorded in the Portal. Recipients click on a link in the Preservation Notice email to acknowledge receipt and preservation understanding, and the Portal case site is updated in real time with the date and time acknowledged. The utility also allows teams to set the frequency of automatic reminders and to create customized groups of custodians.

Patent Pending

(c) 2008 Navigant Consulting, Inc.

Click here for more information on what Domain-Driven Design is. To learn more about the architecture employed in this application, please check out this book on Amazon.

To learn more about Navigant Consulting's E-Discovery practice, please contact Rich Finkelman (949-660-8244).
Last edited Aug 1 2008 at 8:32 AM by tmccart1, version 9
Comments
tmccart1 wrote  Apr 18 2008 at 5:08 AM 
Sorry about the lack of documentation so far,please look at the unit tests for now to see how everything works.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | CodePlex Blog | Version 2008.12.9.14291