From 05d86ad11caf9bc5776e8af8e28112f3c0d79cc6 Mon Sep 17 00:00:00 2001 From: Matthew Spence Date: Mon, 22 Jul 2024 15:37:25 -0500 Subject: [PATCH 1/2] Link to new FSM diagram in developer README --- docs/developer/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/developer/README.md b/docs/developer/README.md index f63f01938..e978ab666 100644 --- a/docs/developer/README.md +++ b/docs/developer/README.md @@ -357,4 +357,7 @@ Then, copy the variables under the section labled `s3`. 1. On the app, navigate to `\admin`. 2. Under models, click `Waffle flags`. 3. Click the `disable_email_sending` record. This should exist by default, if not - create one with that name. -4. (Important) Set the field `everyone` to `Yes`. This field overrides all other settings \ No newline at end of file +4. (Important) Set the field `everyone` to `Yes`. This field overrides all other settings + +## Request Flow FSM Diagram +There is a diagram detailing the flow of domain requests and resulting domain objects [here](https://miro.com/app/board/uXjVMuqbLOk=/?moveToWidget=3458764594819017396&cot=14) \ No newline at end of file From 0c8b90850dadc5f7bbdd762f2c5cff496adf1fea Mon Sep 17 00:00:00 2001 From: Matt-Spence Date: Thu, 1 Aug 2024 12:11:39 -0500 Subject: [PATCH 2/2] Update docs/developer/README.md Co-authored-by: Erin Song <121973038+erinysong@users.noreply.github.com> --- docs/developer/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developer/README.md b/docs/developer/README.md index e978ab666..358df649c 100644 --- a/docs/developer/README.md +++ b/docs/developer/README.md @@ -360,4 +360,5 @@ Then, copy the variables under the section labled `s3`. 4. (Important) Set the field `everyone` to `Yes`. This field overrides all other settings ## Request Flow FSM Diagram -There is a diagram detailing the flow of domain requests and resulting domain objects [here](https://miro.com/app/board/uXjVMuqbLOk=/?moveToWidget=3458764594819017396&cot=14) \ No newline at end of file + +The [.gov Domain Request & Domain Status Digram](https://miro.com/app/board/uXjVMuqbLOk=/?moveToWidget=3458764594819017396&cot=14) visualizes the domain request flow and resulting domain objects.