From 8fc17ee95c02f7a6d62acae5f17330c4cc3573ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 6 Oct 2023 07:56:44 +0200 Subject: [PATCH] transformer: propose many-to-many approach --- architecture design proposal.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/architecture design proposal.md b/architecture design proposal.md index 7ccfd69..7af8871 100755 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -85,12 +85,12 @@ The admin user interface in v1.0.0 lets one choose to which object type all post Every public WordPress post type may be transformed (have different transformers available) may convert it to an ActivityPub object. Transformations that are not available for a given post type are greyed out in the user interface: -| | Note | Article | Page | Event | -| ----------------- |:----:|:-------:|:----:|:-----:| -| **post** | X | O | O | - | -| **page** | O | X | O | - | -| **tribe_events** | O | - | - | X | -| **...** | O | - | - | - | +| | Note | Post-Format | Events | +| ----------------- |:----:|:-----------:|:------:| +| **post** | X | O | - | +| **page** | O | O | - | +| **tribe_events** | O | - | X | +| **...** | O | - | - | **x:** ActivityPub object types **y:** WordPress post types