mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Update documentation with new url
This commit is contained in:
parent
dd512dd60a
commit
28a1e737f5
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This diagram connects the data models along with various workflow stages.
|
This diagram connects the data models along with various workflow stages.
|
||||||
|
|
||||||
1. The applicant starts the process at `/register` interacting with the
|
1. The applicant starts the process at `/request` interacting with the
|
||||||
`DomainApplication` object.
|
`DomainApplication` object.
|
||||||
|
|
||||||
2. The analyst approves the application using the `DomainApplication`'s
|
2. The analyst approves the application using the `DomainApplication`'s
|
||||||
|
@ -139,7 +139,7 @@ DomainInvitation -- Domain
|
||||||
DomainInvitation .[#green].> UserDomainRole : User.on_each_login()
|
DomainInvitation .[#green].> UserDomainRole : User.on_each_login()
|
||||||
|
|
||||||
actor applicant #Red
|
actor applicant #Red
|
||||||
applicant -d-> DomainApplication : **/register**
|
applicant -d-> DomainApplication : **/request**
|
||||||
|
|
||||||
actor analyst #Blue
|
actor analyst #Blue
|
||||||
analyst -[#blue]-> DomainApplication : **approve()**
|
analyst -[#blue]-> DomainApplication : **approve()**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue