hamacs/templates/sprint.org
Howard Abrams dcdd481713 Fix Sprint numbering for 2023
My PM delayed the start of our "first" sprint of the year, and this
wreaked havoc with my algorithm. Granted, I often need to tweak it
each year.
2023-02-01 08:19:20 -08:00

1.6 KiB

`(sprint-current-name)`

Work Issues

$0

Onboarding Work

See Onboard-Work for all details.

Distractions and Support

Anything that doesn't fit the above goes here.

Meeting Notes

Scrum Status

Sprint Demonstration

New approach for giving presentations. First create `(file-name-sans-extension (buffer-name))`-demo.org, and then add the bits to the code below.

  (defun org-present-file (filename)
    (find-file (filename))
    (delete-other-windows)
    (org-present))

  (demo-it-create :advanced-mode :single-window
                  (org-present-file "`(file-name-sans-extension (buffer-name))`-demo.org")
                  (org-present-next)
                  (osx-browse-url-forwork "https://...")
                  (demo-it-load-fancy-file "~/work/wpc4/wpc/dashboards/wpc4/hypervisor.yml" :line 116 133)
                  ;; ...
  )

Have fun and start the show: demo-it-start and hit F5.

Notes for Next Sprint