aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-04-21 15:31:54 +0200
committerMichael Muré <batolettre@gmail.com>2019-04-21 15:31:54 +0200
commit5be164c439c5781fd73c137e716d13c722552512 (patch)
treecd46b3308f7391aee50099782659420d13f891f7 /README.md
parentb76357a5b1bf145fc15812c293f7f08842ebc3f3 (diff)
downloadgit-bug-5be164c439c5781fd73c137e716d13c722552512.tar.gz
readme: add a feature matrix of the bridges implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e48f8c1..fb5cd2f2 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,27 @@ This web UI is entirely packed inside the same go binary and serve static conten
The web UI interact with the backend through a GraphQL API. The schema is available [here](graphql/).
+## Bridges
+
+### Importer implementations
+
+| | Github | Launchpad |
+| ----------------------------------------------- | :-----------: | :-----------: |
+| **incremental**<br/>(can import more than once) | :green_apple: | :tomato: |
+| **with resume**<br/>(download only new data) | :tomato: | :tomato: |
+| **identities** | :green_apple: | :green_apple: |
+| **identities update** | :tomato: | :tomato: |
+| **bug** | :green_apple: | :green_apple: |
+| **comments** | :green_apple: | :green_apple: |
+| **comment editions** | :green_apple: | :tomato: |
+| **labels** | :green_apple: | :tomato: |
+| **status** | :green_apple: | :tomato: |
+| **title edition** | :green_apple: | :tomato: |
+
+### Exporter implementations
+
+Todo !
+
## Internals
Interested by how it works ? Have a look at the [data model](doc/model.md) and the [internal bird-view](doc/architecture.md).