BenjiC0325 commited on
Commit
ae93af8
·
verified ·
1 Parent(s): 9c5431c

@startuml

Browse files

skinparam shadowing false
skinparam ArrowColor black
skinparam ActivityBackgroundColor white
skinparam activity {
StartColor white
BarColor black
}

partition "Government / NGOs" {
:Draft/Update AR standards;
}

partition "Platform / Tech" {
start
:Submit digital asset;
:Phase 1 - Content appropriateness\n(moderation, legal checks);
if ("Pass?") then (Yes)
:Phase 2 - Carrier of delivery\n(GPS | Marker | Vision);
partition "Local gov / Owners" {
:Provide zoning rules;\nOwner consent registry;
}
:Phase 3 - Location-based constraint\n(check zoning + owner consent);
if ("Location allowed?") then (Yes)
partition "Payment networks" {
:Risk policy + authorization;
}
:Phase 4 - Viewer access control\n(age/region gates, KYC, parental controls);
if ("Payment/Access ok?") then (Yes)
:Publish to AR runtime;
partition "User" {
:Auth + preferences;
:Render asset in AR client;
}
stop
else (No)
:Route to audit/appeals;
back to :Submit digital asset;
endif
else (No)
:Route to audit/appeals;
back to :Submit digital asset;
endif
else (No)
:Route to audit/appeals;
back to :Submit digital asset;
endif
@enduml
- Follow Up Deployment

Files changed (0) hide show