By xurizaemon on
Are there any Drupal modules which offer some kind of trouble ticket / task management / project organisation system, similar to Trac or BaseCamp?
Are there any Drupal modules which offer some kind of trouble ticket / task management / project organisation system, similar to Trac or BaseCamp?
Comments
Yes. The CCK (and
Yes. The CCK (and associated modules) and Views can Do It AllTM.
[edit] elaborating...
BaseCamp, for example, requires all users to log in. Drupal does that. BaseCamp users can belong to various groups (I'm not sure that's the right term), just like Drupal Roles.
You have a messaging center, which is easily replicated using Triggers and Actions or other emailing modules.
As for the "To Do" items or "Milestones" or "Writeboards", those can all be replicated pretty easily with the Content Construction Kit.
The Files area may take some file management module such as WebFM, or even just a new content type without a body and with file attachments enabled.
HTH,
Dave
Get great Drupal hosting at MM Hosting. (I don't work for them; I'm just a very satisfied customer)
One small difference in
One small difference in point of view I would see Basecamp groups as Drupal Organic Groups.