summaryrefslogtreecommitdiff
path: root/jt
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-03 14:53:02 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-03 14:53:02 +0200
commit9f6378d1fdf405c13383956111a0f1081121f814 (patch)
treec694d8f3a5aef6862a4ac2e8d1679234fe655d61 /jt
parent6ab738506a88fcff3a95c90b1bd8ddb32ef2425c (diff)
downloadliw-dot-files-9f6378d1fdf405c13383956111a0f1081121f814.tar.gz
Add: jt config
Diffstat (limited to 'jt')
-rw-r--r--jt/blog-templates/new-note.j24
-rw-r--r--jt/ick-planning/new-note.j250
-rw-r--r--jt/ick-retrospective/new-note.j240
-rw-r--r--jt/jt.conf60
-rw-r--r--jt/ql-meeting/new-note.j224
-rw-r--r--jt/ql-planning/new-note.j256
-rw-r--r--jt/ql-retrospective/new-note.j241
-rw-r--r--jt/ql-standup/new-note.j210
-rw-r--r--jt/ql-templates/new-note.j26
9 files changed, 291 insertions, 0 deletions
diff --git a/jt/blog-templates/new-note.j2 b/jt/blog-templates/new-note.j2
new file mode 100644
index 0000000..197cec5
--- /dev/null
+++ b/jt/blog-templates/new-note.j2
@@ -0,0 +1,4 @@
+[[!meta title="{{ title }}"]]
+[[!meta date="{{ date }}"]]
+[[!tag ]]
+
diff --git a/jt/ick-planning/new-note.j2 b/jt/ick-planning/new-note.j2
new file mode 100644
index 0000000..b8498d2
--- /dev/null
+++ b/jt/ick-planning/new-note.j2
@@ -0,0 +1,50 @@
+[[!meta title="Planning meeting (iteration X)"]]
+[[!tag draft meeting]]
+[[!meta date="{{ date }}"]]
+[[!meta author="liw"]]
+
+THIS IS A DRAFT
+
+People
+=============================================================================
+
+* [[people/liw]]
+
+Agenda
+=============================================================================
+
+* Discuss and decide goals for this iteration.
+
+Notes
+=============================================================================
+
+
+Roadmap for this iteration
+=============================================================================
+
+
+Current projects
+=============================================================================
+
+* [[projects/2017/foo]]
+
+
+Tasks for this week
+=============================================================================
+
+Tasks may be part of a project or be random small ones (max an hour)
+that just need doing.
+
+[[!table data="""
+what | project | Who | estimate(h)
+
+Total | | [[people/liw]] |
+"""]]
+
+Task descriptions
+------------------------------------------------------------------------------
+
+* **Foo:**
+
+ _Acceptance criteria:_
+
diff --git a/jt/ick-retrospective/new-note.j2 b/jt/ick-retrospective/new-note.j2
new file mode 100644
index 0000000..013b7ca
--- /dev/null
+++ b/jt/ick-retrospective/new-note.j2
@@ -0,0 +1,40 @@
+[[!meta title="Retrospective meeting (iteration X)"]]
+[[!tag draft meeting]]
+[[!meta date="{{ date }}"]]
+[[!meta author="liw"]]
+
+THIS IS A DRAFT
+
+People
+======
+
+* [[people/liw]]
+
+Agenda
+======
+
+* How did we do this iteration? What went well? What't didn't? What
+ can we improve for the future?
+
+Notes
+=====
+
+This is the retrospective for [planning meeting][]:
+
+[planning meeting]: /blog/2017/xx/xx/planning_meeting
+
+
+[[!table data="""
+what | project? | Who | Done
+
+
+"""]]
+
+What went well?
+---------------
+
+What didn't go well?
+--------------------
+
+What can we improve for the future?
+-----------------------------------
diff --git a/jt/jt.conf b/jt/jt.conf
new file mode 100644
index 0000000..0e8fe92
--- /dev/null
+++ b/jt/jt.conf
@@ -0,0 +1,60 @@
+[config]
+source = /home/liw/Journal/src
+push = no
+
+[profile blog]
+source = /home/liw/sites/blog.liw.fi
+notes-dir = posts
+templates = /home/liw/.config/jt/blog-templates
+push = yes
+
+[profile ql]
+notes-dir = blog
+source = /home/liw/qvarnlabs/code/intrawiki
+push = yes
+
+[profile qlm]
+notes-dir = blog
+source = /home/liw/qvarnlabs/code/intrawiki
+templates = /home/liw/.config/jt/ql-meeting
+push = yes
+
+[profile planning]
+notes-dir = blog
+source = /home/liw/qvarnlabs/code/intrawiki
+templates = /home/liw/.config/jt/ql-planning
+push = yes
+
+[profile retro]
+notes-dir = blog
+source = /home/liw/qvarnlabs/code/intrawiki
+templates = /home/liw/.config/jt/ql-retrospective
+push = yes
+
+[profile standup]
+notes-dir = blog
+source = /home/liw/qvarnlabs/code/intrawiki
+templates = /home/liw/.config/jt/ql-standup
+push = yes
+
+[profile ick]
+notes-dir = blog
+source = /home/liw/sites/ick.liw.fi/src
+push = yes
+
+[profile ick-planning]
+notes-dir = blog
+source = /home/liw/sites/ick.liw.fi/src
+templates = /home/liw/.config/jt/ick-planning
+push = yes
+
+[profile ick-retro]
+notes-dir = blog
+source = /home/liw/sites/ick.liw.fi/src
+templates = /home/liw/.config/jt/ick-retrospective
+push = yes
+
+[profile mallorca]
+notes-dir = blog
+source = /home/liw/sites/mallorca.liw.fi/src
+push = no
diff --git a/jt/ql-meeting/new-note.j2 b/jt/ql-meeting/new-note.j2
new file mode 100644
index 0000000..c205736
--- /dev/null
+++ b/jt/ql-meeting/new-note.j2
@@ -0,0 +1,24 @@
+[[!meta title="{{ title }}"]]
+[[!tag meeting]]
+[[!meta date="{{ date }}"]]
+[[!meta author=liw]]
+{{ topiclink }}
+
+People
+======
+
+* [[people/liw]]
+* [[people/ivan]]
+* [[people/kaius]]
+
+Agenda
+======
+
+
+Notes
+=====
+
+
+Actions
+=======
+
diff --git a/jt/ql-planning/new-note.j2 b/jt/ql-planning/new-note.j2
new file mode 100644
index 0000000..dcafb7f
--- /dev/null
+++ b/jt/ql-planning/new-note.j2
@@ -0,0 +1,56 @@
+[[!meta title="Planning meeting"]]
+[[!tag draft meeting]]
+[[!meta date="{{ date }}"]]
+[[!meta author=liw]]
+
+THIS IS A DRAFT
+
+People
+=============================================================================
+
+* [[people/liw]]
+* [[people/ivan]]
+
+Agenda
+=============================================================================
+
+* Discuss and decide goals for this week.
+
+Notes
+=============================================================================
+
+Estimates are in quantum work hours: allowed units are: 0 hours (just
+a few minutes), or integer multiples of one hour. Tasks are ideally at
+most one hour each, but often it is too much work to break down big
+tasks so bigger ones are also grudingly allowed.
+
+Totals of estimates **should** be limited to 50% work time for a week
+(max 20 hours, assuming 8 hour workdays), so we have flexibility to
+react to surprises and still have a reasonable chance of actually
+achieving everything. It's better to achieve all the goals than to be
+depressed every time that you didn't.
+
+What we're doing
+-----------------------------------------------------------------------------
+
+Current projects:
+
+* [[projects/2017/foo]]
+
+
+Tasks for this week
+-----------------------------------------------------------------------------
+
+Tasks may be part of a project or be random small ones (max an hour)
+that just need doing.
+
+[[!table data="""
+what | project | Who | estimate(h)
+
+Total | | [[people/ivan]] |
+Total | | [[people/liw]] |
+"""]]
+
+Task descriptions
+------------------------------------------------------------------------------
+
diff --git a/jt/ql-retrospective/new-note.j2 b/jt/ql-retrospective/new-note.j2
new file mode 100644
index 0000000..aa0d9c3
--- /dev/null
+++ b/jt/ql-retrospective/new-note.j2
@@ -0,0 +1,41 @@
+[[!meta title="Retrospective meeting"]]
+[[!tag draft meeting]]
+[[!meta date="{{ date }}"]]
+[[!meta author=liw]]
+
+THIS IS A DRAFT
+
+People
+======
+
+* [[people/ivan]]
+* [[people/liw]]
+
+Agenda
+======
+
+* How did we do this iteration? What went well? What't didn't? What
+ can we improve for the future?
+
+Notes
+=====
+
+This is the retrospective for [planning meeting][]:
+
+[planning meeting]: /blog/2017/07/24/planning_meeting
+
+
+[[!table data="""
+what | project? | Who | Done
+
+
+"""]]
+
+What went well?
+---------------
+
+What didn't go well?
+--------------------
+
+What can we improve for the future?
+-----------------------------------
diff --git a/jt/ql-standup/new-note.j2 b/jt/ql-standup/new-note.j2
new file mode 100644
index 0000000..8564437
--- /dev/null
+++ b/jt/ql-standup/new-note.j2
@@ -0,0 +1,10 @@
+[[!meta title="Standup report (liw)"]]
+[[!tag standup]]
+[[!meta date="{{ date }}"]]
+[[!meta author=liw]]
+
+
+Billable hours
+-----------------------------------------------------------------------------
+
+* [[projects/2017/foo]] 4h
diff --git a/jt/ql-templates/new-note.j2 b/jt/ql-templates/new-note.j2
new file mode 100644
index 0000000..da1a0da
--- /dev/null
+++ b/jt/ql-templates/new-note.j2
@@ -0,0 +1,6 @@
+[[!meta title="{{ title }}"]]
+[[!tag ]]
+[[!meta date="{{ date }}"]]
+[[!meta author=liw]]
+{{ topiclink }}
+