In the middle of updating pit-swing.

This commit is contained in:
Jonathan Bernard
2010-03-08 21:33:49 -06:00
parent a3f9f4b291
commit cd8cdf02a4
16 changed files with 660 additions and 427 deletions

View File

@ -0,0 +1,29 @@
Add the ability to load multiple project roots simultaneously.
==============================================================
Description
-----------
I often need to switch between different issue repositories (project-specific,
main work repo, etc.) and have to close the current repo and open a new one.
I would like to be able to keep multiple repositories open at the same time.
Implementation Notes
--------------------
The interface should use tabbed panes to represent the different project roots.
The main view will need to split into seperate MVC components. This may simplify
the initial configuration, as the view data structures for the lists will no
longer be initialized at application startup.
Solution
--------
TBD
Resolution
----------
Date Created: 2010-02-08
Date Resolved: YYYY-MM-DD
Delivery: 0017

View File

@ -0,0 +1,27 @@
Add a default, "all-projects" view.
===================================
Description
-----------
Add a tab that simply lists all issues for all project in one giant
list to the left and a the text area on the right.
Implementation Notes
--------------------
I will need to create a new Project implementation that contains
arbitratily many projects and flattens all the issues under the multiple
projects into one list.
Solution
--------
TBD
Resolution
----------
Date Created: 2010-03-08
Date Resolved: YYYY-MM-DD
Delivery: 0018