summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-06-01 17:59:58 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-06-01 17:59:58 +0100
commitd39c7cd789b597ef2fbfb0b693c452b43f9cbd07 (patch)
tree643257ec4e4d5af08f591a61a2011e0312cbb514
parent958181b39bf59d1b53fdd69d0d6e9ae04e466566 (diff)
downloadfable.liw.fi-d39c7cd789b597ef2fbfb0b693c452b43f9cbd07.tar.gz
Add iterations and iteration for today
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--.gitignore1
-rw-r--r--index.mdwn3
-rw-r--r--iterations.mdwn10
-rw-r--r--iterations/20190601-to-20190615.mdwn46
4 files changed, 60 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b25c15b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*~
diff --git a/index.mdwn b/index.mdwn
index 413dd77..51f1e5a 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -3,4 +3,7 @@
Fable is a **tool for automated acceptance testing**. Or someday it
will be.
+You can find information about our [[development iterations|iterations]] should
+such a thing excite you in some strange way.
+
This website is a placeholder.
diff --git a/iterations.mdwn b/iterations.mdwn
new file mode 100644
index 0000000..dd31921
--- /dev/null
+++ b/iterations.mdwn
@@ -0,0 +1,10 @@
+[[!meta title="Fable - Iterations"]]
+[[!meta author="Daniel Silverstone"]]
+
+Fable's development is structured into two-week iterations. In each iteration
+work is assigned, and during the iteration discussions we go over what was
+achieved, plan the next iteration, and otherwise discuss cake and salmiakki.
+
+---
+
+[[!inline pages="page(./iterations/*) and !*/Discussion" archive=yes feedshow=10 quick=yes trail=yes rootpage="iterations"]]
diff --git a/iterations/20190601-to-20190615.mdwn b/iterations/20190601-to-20190615.mdwn
new file mode 100644
index 0000000..407bdb9
--- /dev/null
+++ b/iterations/20190601-to-20190615.mdwn
@@ -0,0 +1,46 @@
+[[!meta title="1st to 15th June 2019"]]
+[[!meta author="Daniel Silverstone"]]
+[[!meta date="2019-06-01 18:00:00 +0100"]]
+
+Present
+=======
+
+* Lars Wirzenius
+* Daniel Silverstone
+
+Notes
+=====
+
+During this iteration discussion we covered where we were up to, went over the
+formatting of the `fable-poc` doc generator, planned out roughly the timeline
+of what we need for being able to present at the BBQ, and reconfirmed our
+intent to be able to present `fable` in some more concrete form at the Debian
+mini-conf in Cambridge in November.
+
+Retrospective
+=============
+
+We didn't have concrete actions leading into this discussion.
+
+Iteration plan
+==============
+
+Lars
+----
+
+1. Migrate the PoC codegen into `fable-poc` and ensure it is capable of
+ generating basic tests.
+2. Write a fable document with scenarios, bindings, functions, etc. to actually
+ test something.
+3. Initial outline of the tutorial
+
+Daniel
+------
+
+Produce a Rust PoC capable of:
+
+1. Reading markdown files
+2. Identifying and extracting Fable scenarions from those files
+3. Writing out markdown files containing the above.
+
+Said PoC will be in the `fable-poc` repository in a directory called `rust-poc`