summaryrefslogtreecommitdiff
path: root/design-documents/006-anastasis-ux.rst
diff options
context:
space:
mode:
Diffstat (limited to 'design-documents/006-anastasis-ux.rst')
-rw-r--r--design-documents/006-anastasis-ux.rst25
1 files changed, 19 insertions, 6 deletions
diff --git a/design-documents/006-anastasis-ux.rst b/design-documents/006-anastasis-ux.rst
index c0fb409f..37444aaf 100644
--- a/design-documents/006-anastasis-ux.rst
+++ b/design-documents/006-anastasis-ux.rst
@@ -38,28 +38,41 @@ Setup Steps
shape = rectangle;
];
select_auth [
- label = "Select\nAuthentication Methods\n\nProvide\nAuthentication Data";
+ label = "Select\nAuthentication Methods";
+ shape = rectangle;
+ ];
+ provide_auth [
+ label = "Provide\nAuthentication Data";
shape = rectangle;
];
select_providers [
label = "Select\nService Providers";
shape = rectangle;
];
- threshold [
- label = "Define\nRecovery Threshold";
+ review_policy [
+ label = "Review Recovery Policy";
+ shape = rectangle;
+ ];
+ edit_policy [
+ label = "Edit Recovery Policy";
shape = rectangle;
];
pay [
- label = "Payment";
+ label = "Confirm Payment";
shape = oval;
];
settings -> backup_is_setup;
backup_is_setup -> provide_id [label="Yes: Setup Recovery"];
backup_is_setup -> settings [label="No"];
provide_id -> select_auth;
+ select_auth -> provide_auth;
+ provide_auth -> select_auth;
select_auth -> select_providers;
- select_providers -> threshold;
- threshold -> pay;
+ select_providers -> select_auth;
+ select_providers -> review_policy;
+ review_policy -> edit_policy;
+ edit_policy -> review_policy;
+ review_policy -> pay;
}
Entry point: Settings