Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345413
D4283.id15141.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
799 B
Subscribers
None
D4283.id15141.diff
View Options
diff --git a/docs/images/status.uml b/docs/images/status.uml
--- a/docs/images/status.uml
+++ b/docs/images/status.uml
@@ -1,15 +1,25 @@
@startuml
- [*] --> partial
- partial --> deposited
+ hide empty description
+
+ state request <<choice>>
+
+ [*] --> request : POST Col-IRI
+
+ request --> deposited : [ without In-Progress: true ]
+ request --> partial : [ with In-Progress: true ]
+
+ partial --> request : PUT EM-IRI
+
+ partial --> expired : [ if no further requests are sent]
state validation <<choice>>
- deposited --> validation
+ deposited --> validation : checker runs
- validation --> rejected
validation --> verified
+ validation --> rejected : [ validation failed ]
- verified --> loading
+ verified --> loading : loader starts
loading --> done
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 3:20 PM (6 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3223946
Attached To
D4283: spec-technical: Add 'partial' self-loop + annotate transitions in the status diagram
Event Timeline
Log In to Comment