Alec Thomas kirjoitti: > 2008/6/22 Alec Thomas <[EMAIL PROTECTED]>: >> I've created two Wiki pages: >> >> http://trac.edgewall.org/wiki/SeaChange >> For high level observations about problems with Trac's development >> >> and http://trac.edgewall.org/wiki/SeaChange/WhatUsersWant >> For collecting random thoughts users have about what they want. >> Hopefully we can distil something useful from these pages. >> >> Please contribute! If we can identify what the most pressing problems >> are, we can work toward fixing them. > > Christian has made a very useful report on the popular tickets: > > http://trac.edgewall.org/report/32
And since topic is about redmine, how about we steal a bit from it's ticketing system. I really liked their custom field system: basically you could have 3 types of fields: simple text (singleline), long text (multiline) and list of enumerations. What was best was that you could enter regular expression for field validation. Of course it eats a bit more space from database but you could enter for example dates and keep them valid. Of course regex is a bit complex but for most things there already exists nice recipes. So what if Trac core could provide set of primitive fields, basically numbers, dates, texts and enumerated lists (including internal lists like milestones). That could resolve how to expand ticketing system for many needs without doing massive changes to core, or have external plugins to do so. -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
