View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000066 | mantisbt | bugtracker | public | 2001-02-03 14:16 | 2001-04-01 17:21 |
| Reporter | Assigned To | prescience | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | not fixable | ||
| Summary | 0000066: change to filter select lists on viewview bug pages | ||||
| Description | It's be nice to filter out any non-used categories / severities / statuses from the <select>s. | ||||
| Tags | No tags attached. | ||||
|
It makes sense but it can become an expensive operation (as it currently stands) if the database gets large. Right now it would require me to query every single record for each category/status/whatever to see if a bug matching that criteria existed or not. I'd rather keep a separate table that has the bug counts (would be useful on the summary page) that gets updated as each bug changes. That won't happen soon since it would require some database changes and a lot of code addition. If anyone understands DBs and SQL better than I then please speak up. |
|
|
I'd start by moving the severity, status, resolution etc. to separate tables. |
|
|
I'll probably check back into this after the 1.0 release. In the menatime I need to read more about db normalization and caching/performance characteristics. Thanks for the start. |
|
|
Decided against this. |
|