From c9bcc20152846630513ab6e6dfa3669c5dded1f1 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Mon, 18 Sep 2023 22:14:45 -0700 Subject: [PATCH] Add task registry --- plan/ROADMAP.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plan/ROADMAP.md b/plan/ROADMAP.md index a5754e0c..20c3225b 100644 --- a/plan/ROADMAP.md +++ b/plan/ROADMAP.md @@ -96,8 +96,9 @@ flowchart end end - subgraph reliability[Reliability] + subgraph reliability[UX] user_account[User Account] + task_registry[Task Registry] swarm_federation[Swarm/Federation] hosted_bootstrap[Hosted Bootstraps] managed_homestar[Managed Homestar] @@ -178,6 +179,7 @@ flowchart ui ----> user_account stripe --> user_account + task_registry --> user_account routing --> networking