Differences between revisions 1 and 2
Revision 1 as of 2014-04-24 17:34:55
Size: 1062
Editor: EzioMelotti
Comment: Add initial outline of the page and a few entries.
Revision 2 as of 2014-04-24 18:07:18
Size: 1138
Editor: EzioMelotti
Comment: Switch to rst.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#FORMAT rst
Line 3: Line 5:
See also the TrackerDevelopment page and the DesiredTrackerFeatures pages. See also the TrackerDevelopment_ page and the DesiredTrackerFeatures_ pages.
Line 5: Line 7:
<<TableOfContents>> ----
Line 7: Line 9:
= Workflow = .. contents::
Line 9: Line 11:
= Other features = ----
Line 11: Line 13:
== Patch-related improvements == Workflow
========

Other features
==============

Patch-related improvements
--------------------------
Line 15: Line 24:
 * Determine if the file is a patch or not;
 * Determine what files are affected by the patch (and possibly add the module/package names as tags);
 * Determine if the patch contains tests, docs, Misc/NEWS entry, Misc/ACKS, etc.;
 * Determine if the patch contains trailing whitespace or PEP 8 violations;
 * Determine on which branches the patches apply on without conflicts (with a way to re-check it on demand or periodically);
* Determine if the file is a patch or not;
* Determine what files are affected by the patch (and possibly add the module/package names as tags);
* Determine if the patch contains tests, docs, Misc/NEWS entry, Misc/ACKS, etc.;
* Determine if the patch contains trailing whitespace or PEP 8 violations;
* Determine on which branches the patches apply on without conflicts (with a way to re-check it on demand or periodically);
Line 21: Line 30:
= User Interface = User Interface
==============
Line 23: Line 33:
 * Add a dashboard page similar to https://dashboard.djangoproject.com/ (global + per user?);
 * Show the role of users (normal user, developer/triager, committer) with an icon or tooltip;
 * Show a "clip" icon in the issue list page for issues with a patch;
* Add a dashboard page similar to https://dashboard.djangoproject.com/ (global + per user?);
* Show the role of users (normal user, developer/triager, committer) with an icon or tooltip;
* Show a "clip" icon in the issue list page for issues with a patch;
Line 27: Line 38:
CategoryTracker
CategoryTracker_

This page outlines a plan to improve the Bug Tracker at http://bugs.python.org.

See also the TrackerDevelopment page and the DesiredTrackerFeatures pages.



Other features

User Interface

  • Add a dashboard page similar to https://dashboard.djangoproject.com/ (global + per user?);
  • Show the role of users (normal user, developer/triager, committer) with an icon or tooltip;
  • Show a "clip" icon in the issue list page for issues with a patch;

CategoryTracker

TrackerDevelopmentPlanning (last edited 2016-01-05 05:47:11 by EzioMelotti)

Unable to edit the page? See the FrontPage for instructions.