From b27eaf3fae56d9d4c05c5943f6163ddc9463a8fc Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Sat, 1 May 2021 13:36:05 -0700 Subject: [PATCH] Update architecture diagram around the Dispatcher --- docs/codebase/architecture-overview.nomnoml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/codebase/architecture-overview.nomnoml b/docs/codebase/architecture-overview.nomnoml index bd7001d62..1ee8b65f2 100644 --- a/docs/codebase/architecture-overview.nomnoml +++ b/docs/codebase/architecture-overview.nomnoml @@ -37,7 +37,6 @@ One of many possible frontend implementations, such as the native or web client. ] - [Frontend Implementation] Send Rendered Viewport to Client <-- [ (Backchannel) From: Final Render Assembler] [ CLI Implementation| A possible text-based CLI program that @@ -59,9 +58,9 @@ include the document ID in the call. ] [Dispatcher] --> Set New Bounds [ (Backchannel) To: Scheduler] - [Dispatcher] -> Operations [Design Document Maintainer] + [Dispatcher] Send Responses <-> Operations [Design Document Maintainer] - [CLI Implementation] -> CLI Arguments [Design Document Maintainer] + [CLI Implementation] -> Send CLI Arguments [Design Document Maintainer] [ State Stores| [ Open Documents State Store| @@ -87,6 +86,7 @@ [Tool State Machine] -> Send Responses & Operations [Dispatcher] [Frontend Implementation] Send Responses <-> Send Events [Dispatcher] [Dispatcher] <:-> Send Actions [State Stores] + [ (Backchannel) From: Final Render Assembler] --> Send Responses with Rendered Viewport [Dispatcher] // Document