i guess one way would be the TracForge way, with some sort of a master administration / project display instance and data subscription system for worker instances. then you write the weight administration plugin for the master instance and something for the workers to get the info from the master. i actually have some ideas myself that i _think_ could work this way, such as getting project permissions + ACLs from a master project. since Noah wrote TracForge, perhaps he can comment whether this is a feasible approach.
lately i've seen some work on GenericTrac and MultipleProjectSupport wiki pages, haven't gotten around to analyzing how they relate to this subscription model between separate project instances. On Jul 14, 6:39 am, Josh Godsiff <[email protected]> wrote: > On 14/7/2010 1:37 PM, Noah Kantrowitz wrote:> On Jul 13, 2010, at 8:22 PM, > Josh Godsiff wrote: > > >> Hi folks > > >> My company is looking to add a feature to our local installation of Trac - > >> possibly committing it back to the codebase if it goes well. > >> Essentially, we have around 20 seperate projects (i.e. instances of Trac), > >> and we want a way to assign and administer a weight to each project on a > >> per-user basis. This would ideally be centrally administrable - so not > >> going into each user's preferences for each project. > > > What would this weight do? Normal when I hear "weight" in a context of a > > list of objects it is about list sorting. Not 100% thats what you mean > > though. > > > --Noah > > Actually, that's exactly what it means - we're essentially rebuilding > the Dashboard to display upcoming work listed by its priority. That's > fairly easy to do on and individual project basis, because all the > information is already present within the Ticketing system. However, we > also need to be able to prioritise work on certain projects for each > employee at a given time. > > - Josh -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
