-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a section to do with delivery visibility.
Delivery visibility, using Jenkins pipelines. Perhaps VBA as the target language again?
- Loading branch information
1 parent
dfd450f
commit 53ed541
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: default | ||
title: Project Management | ||
topic: Project / Programme Mgt | ||
--- | ||
|
||
## Project Management | ||
Despite what software vendors would have you believe, there are short-comings in most tools. Persistent drags on productivity should be dealt with efficiently in case they affect deadlines: | ||
|
||
- team members take time-off for various legitimate reasons and (global) projects are affected by varying public holiday schedules, so efficiently dealing with change in project capacity is important for sound tactical and strategic choices. Most calendars are published as event streams, so understanding how to aggregate these efficiently is a useful skill in capacity management. | ||
|
||
Here I use Visual Basic, why? Because Excel has a user community of ~750 million users and it's great for adding up those 'non-working' days [ics-event-stream.vb]({% link /assets/samples/ics-event-stream.vb %}) | ||
|
||
- pipelining (is that a word?) is undoubtedly a useful technique in CI / CD. | ||
|
||
Here... | ||
|
||
- JIRA, :-) |