From 4b6949fcce9ea5caf8c62274c4441f41827dc854 Mon Sep 17 00:00:00 2001 From: Amine Hilaly Date: Thu, 27 Jun 2019 00:42:44 +0200 Subject: [PATCH] Add exporter documentation --- README.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8449aaed0d39a32bc8466a85feeaa020d2947d13..8e14cebb920dbd3140ed79326bda349bc9ce6939 100644 --- a/README.md +++ b/README.md @@ -116,23 +116,31 @@ The web UI interact with the backend through a GraphQL API. The schema is availa ### Importer implementations -| | Github | Launchpad | -| ----------------------------------------------- | :----------------: | :----------------: | -| **incremental**
(can import more than once) | :heavy_check_mark: | :x: | -| **with resume**
(download only new data) | :x: | :x: | -| **identities** | :heavy_check_mark: | :heavy_check_mark: | -| identities update | :x: | :x: | -| **bug** | :heavy_check_mark: | :heavy_check_mark: | -| comments | :heavy_check_mark: | :heavy_check_mark: | -| comment editions | :heavy_check_mark: | :x: | -| labels | :heavy_check_mark: | :x: | -| status | :heavy_check_mark: | :x: | -| title edition | :heavy_check_mark: | :x: | -| **automated test suite** | :x: | :x: | +| | Github | Launchpad | +| --- | --- | --- | +| **incremental**
(can import more than once) | :heavy_check_mark: | :x: | +| **with resume**
(download only new data) | :x: | :x: | +| **identities** | :heavy_check_mark: | :heavy_check_mark: | +| identities update | :x: | :x: | +| **bug** | :heavy_check_mark: | :heavy_check_mark: | +| comments | :heavy_check_mark: | :heavy_check_mark: | +| comment editions | :heavy_check_mark: | :x: | +| labels | :heavy_check_mark: | :x: | +| status | :heavy_check_mark: | :x: | +| title edition | :heavy_check_mark: | :x: | +| **automated test suite** | :heavy_check_mark: | :x: | ### Exporter implementations -Todo ! +| | Github | Launchpad | +| --- | --- | --- | +| **bug** | :heavy_check_mark: | :x: | +| comments | :heavy_check_mark: | :x: | +| comment editions | :heavy_check_mark: | :x: | +| labels | :heavy_check_mark: | :x: | +| status | :heavy_check_mark: | :x: | +| title edition | :heavy_check_mark: | :x: | +| **automated test suite** | :heavy_check_mark: | :x: | ## Internals