You can build a simple one in about ten minutes using Plum.  Just create a
database table named Bug with an identity column for a primary key (BugID)
and the requisite other fields (I'd also make the BugName column an
alternate key of type varchar(120))  Then in the Plum IDE create new module
named Bug and locate its contents on the consumer side of your site
(assuming you want clients to have access).  Populate the module with a
standard set of Plum forms (except maybe the View form).

If you want only certain people to be able to create bug entries, create a
new role BUGCREATOR (Bug Creator) and apply it to the entire Bug module,
otherwise just requuire authentication at the module level.  Create a role
named BUGMANAGER (Bug Manager) and apply it to the Edit and Delete forms (it
will automatically be applied to their corresponding action pages as well).

Generate code, and you're done.

This is exactly why we built Plum in the first place. :)

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia
http://www.ProductivityEnhancement.com

Download Plum and other cool development tools,
and get advanced intensive Master-level training:

* C# & ASP.NET for ColdFusion Developers
* ColdFusion MX Master Class
* Advanced Development with CFMX and SQL Server 2000

----- Original Message ----- 
From: "Aaron Longnion - hotmail" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, January 31, 2005 10:30 AM
Subject: [plum] Bug Tracking?


Hi Adam and David -

What would you guys suggest for a bug tracking app (web-based) for a small
development team (2 - 8 person team)?  Is Plum easily customizable for this,
or is there another tool/app you would suggest?

Thanks,
Aaron


**********************************************************************
You can subscribe to and unsubscribe from lists, and you can change
your subscriptions between normal and digest modes here:

http://www.productivityenhancement.com/support/DiscussionListsForm.cfm
**********************************************************************

Reply via email to