Upcoming Events
NYC CiviCRM Meetup - September 7th
September 7th, 2010
This next NYC meetup will feature a case study or 2, a look at what's new in (more...)
Configuring, Customizing and Extending CiviCRM - New York
September 16th, 2010
This comprehensive two-day hands on training course is targeted at (more...)
CiviCRM User and Administrator Training - New York
September 16th, 2010
A comprehensive two day hands on training course covering the configuration, (more...)
CiviCRM Code and Test Sprint - New York
September 18th, 2010
This code and test sprint is targeted at experienced developers who want to (more...)
CiviCRM Toronto Meetup
September 21st, 2010
Come meet others from the Toronto Area who are interested in, using or (more...)
CiviCRM Philly Meetup – September 2010
September 23rd, 2010
Come meet others from the Philadelphia Area who are interested in, using or (more...)
CiviCRM Seminar - Dublin
September 28th, 2010
NfP Services are hosting a free seminar at The IBOA, Stephen St Upper, Dublin 8 (more...)
London developer and implementer training
September 30th, 2010
This comprehensive two-day hands on training course is targeted at implementers, (more...)
London user and administrator training
September 30th, 2010
A comprehensive two day hands on training course covering the configuration, (more...)
Berlin user and administrator training
October 6th, 2010
A comprehensive one day hands on training course covering the configuration, (more...)
Berlin developer and implementer training
October 7th, 2010
This comprehensive one-day hands on training course is targeted at implementers, (more...)
Benelux meetup in Brussels: Connect, communicate and activate your supporters and constituents
October 11th, 2010
Come meet others who are interested in, using or developing for CiviCRM. For (more...)
CiviCRM Toronto Meetup
October 19th, 2010
Come meet others from the Toronto Area who are interested in, using or (more...)
CiviCRM Toronto Meetup
November 16th, 2010
Come meet others from the Toronto Area who are interested in, using or (more...)
In the thick of CiviCase pre-alpha
- Not Just a Contact Database
-
These optional components give you more power to connect and engage your supporters.

civiCONTRIBUTE
Online fundraising and donor management.

civiEVENT
Online event registration and participant tracking.

civiMEMBER
Online signup and membership management.

civiMAIL
Personalized email blasts and newsletters.

civiREPORT
Report generation and template management.
As I've said elsewhere, it's been a real pleasure working closely with the CiviCRM team on the CiviCase project. The work we're doing is exciting, and has at least a hope of offering some efficiency to the large number of service providers whose work is organized into "cases", however that term is locally defined.
Designing for the variety of different potential uses for the case module is quite a challenge. Although the first release of CiviCase has to meet our immediate needs at the Physician Health Program of BC, we would be quite disappointed if it turned out to be extremely difficult for other case management groups to understand how they could implement it to meet their own needs. So I've been spending quite a bit of thought energy trying to prevent this from happening.
We think we've solved a number of important issues that have arisen in other case management systems I've used, but certainly we haven't covered them all just yet. Also, we need to take what we've got and try it out a bit before we can understand the issues we might have created as we try to solve others. This is the joy of "Agile" or iterative development. We know we can't get ALL the specs 100% right the first time. We're ok with that.
One thing we're just starting to think about is a way to integrate all the externally developed standardized vocabularies that people need to associate with cases. We have a few that crop up in the case types we deal with, and other people will have entirely different ones. Right now we're looking at a way to suggest something for 2.3+ that might make integrating these vocabularies less cumbersome than it seems to be now in many instances.
Meanwhile, I'm just personally looking forward to getting my hands on the alpha release of CiviCRM 2.2, which will include CiviCase. It's going to be good!







Comments
Ideally, an universal import ?
Hi,
Albeit not specifically for case, I've had to create some identical tags/groups/custom attributes list of values/type of relations... between different sites.
It'd be great to be able to import/export these lists, and provide them as file somewhere (eg. in the wiki).
X+
P.S. Right now, tend to hammer that at the php/sql level as soon as they are "enough". Not the most elegant solution, but less painful that having to create them by hand...
Export / Import custom fields
2.2 will include command-line feature to export custom field "definitions" from an install (to an XML format), and import the same. However not a complete "configuration" dump. You can check out the in-progress code for this in svn at bin/migrate/import.php and export.php.