Hi everyone, I’m building a bug tracker and was hoping somebody here could give me some advice on some of the structure. This is loosely based on Lisa’s bug tracker tutorial but I’ve had to add several new features to customize it for our needs.
It’s going to be a central defect tracking tool for all of our brands, which will be further divided into projects. Each brand can have multiple projects at any given time.
I currently have it set up so that each brand gets its own weblog. I keep all the template files in one template group and duplicate the group each time I need to set up a new brand.
But I need to be able to divide each brand into different projects and therein lies the problem.
I was thinking of assigning each entry to a specific custom field, which will be the name of a project. And then filtering by custom field to show all entries for that specific project. The problem with this approach is that I don’t know if I can set up a drop down menu that gives users a choice of filtering by custom field.
The other approach I was thinking of was of dividing each project into separate weblogs, regardless of brand. But then I thought that would be a lot of work every time I needed a new project—to have to go and recreate a template group and edit all the values would be time-consuming. The other way seems infinitely more manageable.
What do you guys think? Any advice? I’m pretty new to EE but I think I have a good grasp of the basics. I hope anyway.
Thanks!