From d39c7cd789b597ef2fbfb0b693c452b43f9cbd07 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 1 Jun 2019 17:59:58 +0100 Subject: Add iterations and iteration for today Signed-off-by: Daniel Silverstone --- .gitignore | 1 + index.mdwn | 3 +++ iterations.mdwn | 10 ++++++++ iterations/20190601-to-20190615.mdwn | 46 ++++++++++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 .gitignore create mode 100644 iterations.mdwn create mode 100644 iterations/20190601-to-20190615.mdwn 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` -- cgit v1.2.1