From 3b1bd9811f5bde4688d82de83eba5102c86162fc Mon Sep 17 00:00:00 2001 From: chadwhitacre <> Date: Tue, 6 Oct 2020 11:08:10 +0000 Subject: [PATCH] Checklist! [Imported from Trac: page Python3, version 28] --- Python3.md | 48 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/Python3.md b/Python3.md index 0608054..6666d9e 100644 --- a/Python3.md +++ b/Python3.md @@ -18,12 +18,48 @@ We use [tox](https://tox.readthedocs.io/en/latest/) to standardize environments ## Who is doing what -| | | -|---|---| -| `allmydata.storage` | Itamar | -| `allmydata.node` | Ross | -| `allmydata.immutable`† | Chad | -| `allmydata.mutable`† | ? | +- **todo**: not started yet +- **doing**: started but not finished, might have an assignee +- **done**: finished! + +| | | | +|---|---|---| +|= `allmydata.` | Status | Assignee | +| `*init*` | **todo** | | +| `*main*` | **todo** | | +| `_auto_deps` | **todo** | | +| `_version` | **todo** | | +| `blacklist` | **todo** | | +| `check_results` | **todo** | | +| `client` | **todo** | | +| `codec` | done | | +| `control` | **todo** | | +| `crypto` | done | | +| `deep_stats` | **todo** | | +| `dirnode` | **todo** | | +| `frontends` | **todo** | | +| `hashtree` | done | | +| `history` | **todo** | | +| `immutable` | doing | Chad | +| `interfaces` | done | | +| `introducer` | **doing** | | +| `monitor` | done | | +| `mutable`† | **todo** | | +| `node` | doing | Ross | +| `nodemaker` | **todo** | | +| `scripts` | **todo** | | +| `stats` | **todo** | | +| `storage` | doing | Itamar | +| `storage_client` | **todo** | | +| `test` | **doing** | | +| `testing` | **todo** | | +| `unknown` | **todo** | | +| `uri` | done | | +| `util` | **doing** | | +| `version_checks` | **todo** | | +| `web` | **todo** | | +| `webish` | **todo** | | +| `windows` | **todo** | | † Expect spaghetti (see below).