Reorganizing into subprojects.
libpit - Personal Issue Tracker core libraries (Filter, Issue, Project, Category) pit-cli - Command Line Interface (CLI) to libpit pit-swing - Graphical, Swing interface to libpit (built using Griffon) libpit and pit-swing both build, though pit-swing is just an empty griffon poject.
This commit is contained in:
4
libpit/issue-tracker/0001c5.rst
Normal file
4
libpit/issue-tracker/0001c5.rst
Normal file
@ -0,0 +1,4 @@
|
||||
Show full issue text with -v, --verbose
|
||||
=======================================
|
||||
|
||||
Print the full issue when passed the verbose option.
|
6
libpit/issue-tracker/0002f6.rst
Normal file
6
libpit/issue-tracker/0002f6.rst
Normal file
@ -0,0 +1,6 @@
|
||||
Add the ability to change an issue's status
|
||||
===========================================
|
||||
|
||||
The -l/--list options lists issues, add a set of options to reclassify
|
||||
an issue from one category to another. The most common is CLOSED, but
|
||||
other categories should also be supported.
|
4
libpit/issue-tracker/0003f6.rst
Normal file
4
libpit/issue-tracker/0003f6.rst
Normal file
@ -0,0 +1,4 @@
|
||||
Add the ability to re-prioritize a set of issues
|
||||
================================================
|
||||
|
||||
Add a mode that changes the priority of a selection of issues.
|
2
libpit/issue-tracker/0004f7.rst
Normal file
2
libpit/issue-tracker/0004f7.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Add the ability to enter new issues
|
||||
===================================
|
4
libpit/issue-tracker/0005t1.rst
Normal file
4
libpit/issue-tracker/0005t1.rst
Normal file
@ -0,0 +1,4 @@
|
||||
Add unit tests for LIST operation
|
||||
=================================
|
||||
|
||||
Add unit tests for listing issues with no filter.
|
4
libpit/issue-tracker/0006t1.rst
Normal file
4
libpit/issue-tracker/0006t1.rst
Normal file
@ -0,0 +1,4 @@
|
||||
Add unit tests for the PRIORITY filter
|
||||
======================================
|
||||
|
||||
Add unit tests covering the priority selection criteria of the filter.
|
4
libpit/issue-tracker/0007t1.rst
Normal file
4
libpit/issue-tracker/0007t1.rst
Normal file
@ -0,0 +1,4 @@
|
||||
Add unit tests for the CATEGORIES filter
|
||||
========================================
|
||||
|
||||
Add unit tests covering the categories filter criteria.
|
4
libpit/issue-tracker/0008t1.rst
Normal file
4
libpit/issue-tracker/0008t1.rst
Normal file
@ -0,0 +1,4 @@
|
||||
Add unit tests for the PROJECTS filter
|
||||
======================================
|
||||
|
||||
Add unit tests covering the projects filter criteria.
|
4
libpit/issue-tracker/0009t1.rst
Normal file
4
libpit/issue-tracker/0009t1.rst
Normal file
@ -0,0 +1,4 @@
|
||||
Add unit tests for the RECURSE filter
|
||||
=====================================
|
||||
|
||||
Add unit tests covering the subprojects filter criteria.
|
4
libpit/issue-tracker/0010t1.rst
Normal file
4
libpit/issue-tracker/0010t1.rst
Normal file
@ -0,0 +1,4 @@
|
||||
Add unit tests for the VERBOSE option
|
||||
=====================================
|
||||
|
||||
Add unit tests covering the verbose option
|
Reference in New Issue
Block a user