From 31624792d01be3861b48971f9c61b6eb7d7de192 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 10 Feb 2005 00:03:27 +0000 Subject: [PATCH] r53: Changed all of the roadmap/post-review notes/todo list stuff. --- docs/changes.txt | 30 ------------------- docs/post_review_changes.txt | 30 +++++++++++++++++++ docs/roadmap.txt | 56 +++++++++++++++++------------------ docs/todo.txt | 57 ++++++++++++++++++++++++++++++++++++ 4 files changed, 115 insertions(+), 58 deletions(-) delete mode 100644 docs/changes.txt create mode 100644 docs/post_review_changes.txt create mode 100755 docs/todo.txt diff --git a/docs/changes.txt b/docs/changes.txt deleted file mode 100644 index ba8839a..0000000 --- a/docs/changes.txt +++ /dev/null @@ -1,30 +0,0 @@ -newreport.php - - - show product/version/component information - - show help bubbles next to fields to popup descriptions of fields - - make summary field longer - - default templates in description field - - other releases that show if a bug exists in other versions - -all admin widgets - - - descriptions of the widget - -editreport.php - - - auto-responders for common items (dupe, etc) - - link first comment to bug report and show on screen - -showreport.php - - - list of duplicate bugs - - related bugs - -search.php - - - update en-masse - - save queries - -status.php - - - add "deferred" status \ No newline at end of file diff --git a/docs/post_review_changes.txt b/docs/post_review_changes.txt new file mode 100644 index 0000000..dd65db4 --- /dev/null +++ b/docs/post_review_changes.txt @@ -0,0 +1,30 @@ +newreport.php + + - show product/version/component information + - show help bubbles next to fields to popup descriptions of fields + + make summary field longer + + default templates in description field + - other releases that show if a bug exists in other versions + +all admin widgets + + + descriptions of the widget + +editreport.php + + + auto-responders for common items (dupe, etc) + + link first comment to bug report and show on screen + +showreport.php + + + list of duplicate bugs + + related bugs + +search.php + + + update en-masse + + save queries + +status.php + + + add "deferred" status \ No newline at end of file diff --git a/docs/roadmap.txt b/docs/roadmap.txt index 4d3e936..7d3ca92 100755 --- a/docs/roadmap.txt +++ b/docs/roadmap.txt @@ -1,6 +1,6 @@ THIS IS THE ROADMAP FOR BUGTRACK 1.0 AND 1.1. BASE FEATURES SHOULD BE PLACED IN 1.0 WHILE LARGE EXTENSIONS AND ENHANCEMENTS SHOULD BE PLACED IN 1.1. -ITEMS MARKED '+' ARE DOABLE AND SHOULD BE ADDED. ITEMS MARKED '-' ARE TENTATIVE AND SHOULD BE LOOKED INTO FOR FEASIBILITY. ITEMS MARKED WITH '*' ARE COMPLETED AND SHOULD BE LEFT ON FOR BUILDING A FEATURE LIST. +ITEMS MARKED '-' ARE DOABLE AND SHOULD BE ADDED. ITEMS MARKED '*' ARE TENTATIVE AND SHOULD BE LOOKED INTO FOR FEASIBILITY. ITEMS MARKED WITH '+' ARE COMPLETED AND SHOULD BE LEFT ON FOR BUILDING A FEATURE LIST. SVN: $Id$ @@ -10,46 +10,46 @@ BUGTRACK 1.0 ---------------------------------------- ALPHA 1 ---------------------------------------- -* Admin CP edit: - * Statuses - * Settings - * Priorities - * Severities - * Products -* Language system set up, but not in use with the exception of settings -* Permissions system -* Bug system - * Report - * Viewing - * Manage - * Edit ++ Admin CP edit: + + Statuses + + Settings + + Priorities + + Severities + + Products ++ Language system set up, but not in use with the exception of settings ++ Permissions system ++ Bug system + + Report + + Viewing + + Manage + + Edit ---------------------------------------- ALPHA 2 ---------------------------------------- -* Move all presentation code out of files and into template system -+ Searching -* Phrase admin control panel (start, do not worry about duplicates) -+ Attachment uploading ++ Move all presentation code out of files and into template system +- Searching ++ Phrase admin control panel (start, do not worry about duplicates) +- Attachment uploading ---------------------------------------- BETA 1 ---------------------------------------- -+ Email-based reply system -+ Custom bug fields -+ Bug statistics - + Bug history +- Email-based reply system +- Custom bug fields +- Bug statistics + - Bug history ---------------------------------------- BETA 2 ---------------------------------------- -+ Create new style -+ Cleanup phrases -+ Create installer system -+ Admin auto-actions (see supplementary documentation) +- Create new style +- Cleanup phrases +- Create installer system +- Admin auto-actions (see supplementary documentation) ---------------------------------------- RELEASE CANDIDATES ---------------------------------------- -+ Create upgrade system -+ Stomp out all remaining bugs \ No newline at end of file +- Create upgrade system +- Stomp out all remaining bugs \ No newline at end of file diff --git a/docs/todo.txt b/docs/todo.txt new file mode 100755 index 0000000..82716f0 --- /dev/null +++ b/docs/todo.txt @@ -0,0 +1,57 @@ +THIS IS THE TO-DO LIST FOR BUGTRACK 1.0 AND 1.1. BASE FEATURES SHOULD BE PLACED IN 1.0 WHILE LARGE EXTENSIONS AND ENHANCEMENTS SHOULD BE PLACED IN 1.1. + +ITEMS MARKED '-' ARE DOABLE AND SHOULD BE ADDED. ITEMS MARKED '*' ARE TENTATIVE AND SHOULD BE LOOKED INTO FOR FEASIBILITY. ITEMS MARKED WITH '+' ARE COMPLETED AND SHOULD BE LEFT ON FOR BUILDING A FEATURE LIST. + +SVN: $Id$ + +############################################################################### +BUGTRACK 1.0 + +---------------------------------------- + ADMINISTRATION +---------------------------------------- +- Frame-free navigation +- Bug status colour settings +- PCV descriptions ++ Make admin session e+pire on session end +- Admin auto-actions +- Custom bug fields +- Put either inline admin help or a "what this does" description on each of the widget pages +- Ability to set default templates in the description field +- Add "deferred" status -- need to rebuild status IDs + +---------------------------------------- + SEARCHING +---------------------------------------- +- Have a favourite queries list +* Cache query result information so the search doesn't have to be re-processed every time +- Mass updates and deletes + +---------------------------------------- + GENERAL USER END +---------------------------------------- +- New style +- Language independence +- Help page on how to report and what each field does +- Make summary field longer +- User-selectable column displays +- User-selectable row colours (as opposed to forced admin-based ones, use default if not set) +- When displaying a bug, show a list of bugs that have been marked duplicate +- WHen displaying a bug, show dependency and relation trees + +---------------------------------------- + BUG REPORTING/EDITING +---------------------------------------- +- Attachment uploading +- Email-based reporting +- Custom bug fields +- Show first comment on edit bug screen +- Default templates in the description field + +############################################################################### +BUGTRACK 1.1 + +---------------------------------------- + CORE SYSTEM CHANGES +---------------------------------------- +- Move to the ISSO framework \ No newline at end of file -- 2.22.5