|
|
Choosing A Webhost: |
Re: task lists / todo lists / manual issue ordering: msg#00003bug-tracking.roundup.user
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday, June 4, 2003, at 02:07 AM, Felix Ulrich-Oltean wrote: I'd like to implement some "work lists" for our tracker, i.e. a list I'm not sure, but I believe this may already be achievable with the current issue class if you add the arbitrary "ordering" attribute on that class. The issue class has: - - linking to topic - - linking to person (assignedto) - - I would assume that "client" is a person too... I may be misunderstanding your proposal though... My idea at the moment is to make 2 new classes: WorklistEntry and Hurm. So a WorklistEntry is really an issue? And a Worklist is really a collection of WorklistEntry items with some additional info. So: worklist = Class(db, 'worklist', name=String(), description=String(), topic=Multilink('keyword'), ?client?=Link('user'), ?user?=Link('user')) workentry = Class(db, 'workentry', issue=Link('issue'), ordering=Number(), worklist=Link('worklist')) I'm not sure what relationship you're trying to capture with ?client? / ?user? so I can't really name them appropriately. I'd consider just adding the worklist and ordering properties of workentry to the issue class itself: issue = IssueClass(db, "issue", assignedto=Link("user"), topic=Multilink("keyword"), priority=Link("priority"), status=Link("status"), ordering=Number(), worklist=Link("worklist")) The worklist -> workentries relationship is handled by the child side - each workentry knows what its parent worklist is. The standard Roundup index displays may be used to display a sorted list of workentries for a particular worklist. The thing I'm unsure about is the interface and accompanying code for You'll be figuring this one on your own - though once you figure out what the UI should look like, feel free to ask about any implementation details. Richard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (Darwin) iD8DBQE+3UeZrGisBEHG6TARAmStAJ9tplfvLWVxI2CpEmxq3ouxHppjcgCfdovW C2QfytPqM6UPbGOwWdMYyUk= =92bc -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | task lists / todo lists / manual issue ordering, Felix Ulrich-Oltean |
|---|---|
| Next by Date: | Re: task lists / todo lists / manual issue ordering, Felix Ulrich-Oltean |
| Previous by Thread: | task lists / todo lists / manual issue ordering, Felix Ulrich-Oltean |
| Next by Thread: | Re: task lists / todo lists / manual issue ordering, Felix Ulrich-Oltean |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |