forked from ryanjones/pcards
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme/details, remove admin section
- Loading branch information
Ryan Jones
committed
Aug 4, 2018
1 parent
d4b42fa
commit 14f8748
Showing
10 changed files
with
1,203 additions
and
2,266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# pcards | ||
|
||
Print work items from nearly anywhere you can see them. Limit is ~330. | ||
Print work items in a format great for agile/scrum boards! | ||
|
||
## How To Contribute | ||
|
||
1. Install Node | ||
2. `npm install -g webpack tfx-cli typings` to install global tools | ||
3. Clone the repository | ||
4. `npm install` | ||
5. Build with `npm run build` and upload to your VSTS/TFS | ||
5. Build with `npm run build` and upload to your VSTS/TFS | ||
|
||
## Credits | ||
|
||
Based on ![WIPrint](https://github.com/MrTarantula/WIPrint) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,24 @@ | ||
# Work Item Print | ||
# Pretty Cards | ||
|
||
Visual Studio Team Services and Team Foundation Server don't make it easy to print work items. This extension will allow printing of single work items, selected multiple work items, or all items in a query. Limit is ~330 work items at once. | ||
|
||
|
||
## Configure Printing - **`NEW in V2.0`** | ||
|
||
A new configuration screen has been added. Select a work item type, choose the fields you want to print, put them in order, and then save. Then print your work items. Configuration is per user. | ||
|
||
![Configure printing](static/img/config.gif) | ||
Print work items in a way that works great for agile/scrum boards. | ||
|
||
## Print a Single Work Item | ||
|
||
Right-click on a work item and select `Print`: | ||
|
||
![Print work item from context menu](static/img/single-context.gif) | ||
|
||
|
||
***OR*** | ||
|
||
Select `Print` from the work item form menu: | ||
|
||
![Print work item from menu](static/img/menu.gif) | ||
|
||
|
||
## Print Multiple Work Items | ||
|
||
Select several work items **(works in backlog and queries)**, then right-click and select `Print Selection`: | ||
|
||
![Print several work items from context menu](static/img/multiple-context.gif) | ||
|
||
## Print All From Query | ||
|
||
Run a query, then select `Print All` from the toolbar: | ||
|
||
![Print work items in a query](static/img/query-button.gif) | ||
|
||
|
||
## Print Query Without Running | ||
|
||
Right-click on a query and select `Print All`. | ||
|
||
![Print work items in a query](static/img/query-context.gif) | ||
|
||
### [Code contributions are welcome](https://github.com/ryanjones/pcards) | ||
|
||
## Changelog | ||
|
||
### v2.2.21 | ||
|
||
* Fixed bug due to VSTS API change. Dropped support for TFS 2015 | ||
### v2.2.3 | ||
|
||
* Added a small delay to allow images to load before printing. | ||
### v2.2.2 | ||
|
||
* VSTS API broke conversation history. Fixed. | ||
|
||
### v2.2.1 | ||
|
||
* Added conversation history | ||
|
||
### v2.0.5 | ||
|
||
* Fixed bug when printing from work item form in IE | ||
|
||
### v2.0.4 | ||
|
||
* Fixed broken string sanitization | ||
|
||
### v2.0.3 | ||
|
||
* Added double-click functionality to field picker | ||
* Field picker scrolls to newly added field | ||
* Fixed bug that prevented printing from board | ||
* Fixed bug where saving wasn't enabled when only sorting fields | ||
* Fixed bug where Undo button wasn't clearing the selected field | ||
|
||
### v2.0.2 | ||
|
||
* Fixed a bug not allowing special characters in work item field names/ids | ||
|
||
### v2.0.1 | ||
|
||
* Workaround for strings incorrectly being parsed as bad dates, resulting in missing fields | ||
|
||
### v2.0.0 | ||
|
||
* Added per-work-item configuration | ||
* Fixed bug when printing in IE | ||
* Automatically hide fields that don't have a value set | ||
|
||
### v1.0.4 | ||
|
||
* Removed explicitly set fields | ||
|
||
### v1.0.3 | ||
## Credits | ||
|
||
* Added `Acceptance Criteria` field | ||
* Minor code improvements | ||
Based on ![WIPrint](https://github.com/MrTarantula/WIPrint) |
Oops, something went wrong.