make migration interaction diagram use a legend similar to the fediversity interactions diagram

This commit is contained in:
Kiara Grouwstra 2025-06-24 16:27:39 +02:00
parent 2c12fc677c
commit 08bb73aabb
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
4 changed files with 8 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -1,6 +1,6 @@
flowchart flowchart
user(user) --> |use| deployment user((user)) --> |use| deployment
configuration1 -->|deploy| deployed1 configuration1 -->|deploy| deployed1
maintainers --> |maintain| fediversity maintainers --> |maintain| fediversity
@ -17,13 +17,13 @@ flowchart
provider-config --> |implement runtime interfaces| configurations1 provider-config --> |implement runtime interfaces| configurations1
subgraph host[runtime environment] subgraph host[runtime environment]
deployment[applications] deployment[applications]
state state{state}
end end
end end
deployment --> |store| state deployment --> |store| state
operator(operator) --> |change| configuration1 operator((operator)) --> |change| configuration1
subgraph provider2["fediversity setup B"] subgraph provider2["fediversity setup B"]
subgraph configurations2[configurations] subgraph configurations2[configurations]
@ -32,16 +32,16 @@ flowchart
end end
subgraph host2[runtime environment] subgraph host2[runtime environment]
deployment2[applications] deployment2[applications]
state2[state] state2{state}
end end
end end
operator --> |trigger| migration operator --> |trigger| migration(migration)
configurations1 & state --> migration configurations1 & state --> migration
migration --> configurations2 & state2 migration --> configurations2 & state2
provider(hosting provider) --> |maintain| provider1 provider((hosting provider)) --> |maintain| provider1
subgraph fediversity[fediversity source code] subgraph fediversity[fediversity source code]
applications[application modules] applications[application modules]
backends[runtime backends] backends[runtime backends]
config[runtime options] config{{runtime options}}
end end

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 33 KiB