summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-02-29 17:45:49 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-29 17:45:49 +0200
commit32f6758bd3cfb31b916bb9011289f3f419bc7b0b (patch)
treebfdd287d6d11ebff241cb250f3fff0b1e946d836
parentbe389f30f397ef19f12814a59a526fadbfb679dd (diff)
downloadsubplot.liw.fi-32f6758bd3cfb31b916bb9011289f3f419bc7b0b.tar.gz
Publish log entry
-rw-r--r--blog/2020/02/29/iteration_planning_notes_february_29.mdwn44
1 files changed, 44 insertions, 0 deletions
diff --git a/blog/2020/02/29/iteration_planning_notes_february_29.mdwn b/blog/2020/02/29/iteration_planning_notes_february_29.mdwn
new file mode 100644
index 0000000..33f5715
--- /dev/null
+++ b/blog/2020/02/29/iteration_planning_notes_february_29.mdwn
@@ -0,0 +1,44 @@
+[[!meta title="Iteration planning notes: February 29"]]
+[[!tag meeting]]
+[[!meta date="2020-02-29 17:37"]]
+
+# What has happened
+
+* Lars added `--date` option; it is merged.
+
+* Lars started working adding a "base directory" so that the policy
+ decision for resolvine filenames for bindings and filenames is
+ brough up to the main function in the various programs, rather than
+ being an implicit current working directory and handled deep in the
+ call stack.
+
+ However, to do this it turned out that some changes to the
+ rust-pandoc crate were needed. Daniel has taken those on.
+
+* Lars added Debian package runtime dependencies and suggestions for
+ Pandoc and other tools that are necessary, and LaTeX for PDF
+ generation.
+
+# Discussion
+
+* There have been no volunteers for alpha testers. We will continue
+ developing Subplot and use ourselves as alpha testers. Lars is
+ having some success introducing Subplot at his work.
+
+* We discussed GitLab labels for issues. They have been added now.
+
+* We chose issues for the next iteration. A milestone in GitLab has
+ been created, and issues assigned to it.
+
+* We discussed the approach for scalability testing, and agreed on an
+ approach.
+
+* We agreed that we will be doing merges for each other in the future,
+ rather than self-merging.
+
+# Actions
+
+* Lars to add issue labes.
+
+* Lars to work on the issues chosen for this iteration, and Daniel to
+ review and merge.