In the middle of updating pit-swing.
This commit is contained in:
29
issues/pit-swing/0017fn4.rst
Normal file
29
issues/pit-swing/0017fn4.rst
Normal 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
|
27
issues/pit-swing/0018fn7.rst
Normal file
27
issues/pit-swing/0018fn7.rst
Normal 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
|
Reference in New Issue
Block a user