balachandar
Programmer
Hi All,
I am trying to design the database for a bug tracker application.
This is the information I am trying to model.
There are n number of products in the project. Each product has one or more modules. There are some modules that are common to more than one product. (i.e) Each module(child) can have more than one parent(Product).
Every bug reported can have more than one product impacted(Therefore modules as well).
These are some of the questions that I would need to answer.
1. bugs details product wise.(Only For product A, Only for Product B and bugs that Impacted both Product A and Product B)
2. Modules that are common to products.
Also I need to ensure that No module can be created with out a parent associated with it.
How I can complent this with a E-R diagram or What could be best tables to implement this relationship.(Product-Modules-Bugs)
Thanks and Regards
Balachandar
I am trying to design the database for a bug tracker application.
This is the information I am trying to model.
There are n number of products in the project. Each product has one or more modules. There are some modules that are common to more than one product. (i.e) Each module(child) can have more than one parent(Product).
Every bug reported can have more than one product impacted(Therefore modules as well).
These are some of the questions that I would need to answer.
1. bugs details product wise.(Only For product A, Only for Product B and bugs that Impacted both Product A and Product B)
2. Modules that are common to products.
Also I need to ensure that No module can be created with out a parent associated with it.
How I can complent this with a E-R diagram or What could be best tables to implement this relationship.(Product-Modules-Bugs)
Thanks and Regards
Balachandar