Hi, On Sep 27, 5:37 am, Water Lin <[email protected]> wrote: > I think it will be useful if I can create subcomponent. By doing this, I can > divide big component into sub components to get better control over my > project. > > Is it possbile? And Is it possbile to set user view authority to different > subcomponent?
If you want better control over your projects in the sense that you want to control what components users can see, I cannot help you. However, if you want subcomponents in the user interface then you can use a plugin that was developed for our installation. See http://dev.haiku-os.org The component is at: http://hg.haiku-os.org/trac-subcomponents/ What does it do? Basically it transforms component with names like 'Component/Subcomponent' into two separate selection boxes (and it also allows deeper levels). That way you can improve the component flow _and_ search in your tickets. The limitations? It is a pure UI solution, at the backend there is no notion of the relations between components and subcomponents. Trac does not know the relation between 'Com/Sub1' and 'Com/Sub2', internally they are two different components. Nonetheless, for a larger project it can significantly improve the UI. Regards, Niels -- You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en.
