feat(hololake): add office registration and multi-persona collaboration gates
This commit is contained in:
parent
5779a3f159
commit
bb5a7a2f61
10 changed files with 167 additions and 1 deletions
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"schema":"guanghu.heartbeat-office-hr-registration-desk/v1",
|
||||
"desk_id":"HB-OFFICE-HR-REGISTRATION-DESK-001",
|
||||
"building_id":"HB-BUILDING-0001",
|
||||
"state":"CURRENT_LOCAL_CANONICAL_CANDIDATE",
|
||||
"checks":["CURRENT_HUMAN_IDENTITY","HUMAN_OFFICE_APPLICATION_AUTHORITY","PERSONA_IDENTITY_AND_HUMAN_ANCHOR","OFFICE_COUNT","OFFICE_ID_COLLISION","STANDARD_INFRASTRUCTURE_BOOTSTRAP"],
|
||||
"human_authority_source":"identity/fifth-domain-subject-registry.json",
|
||||
"persona_source":"identity/fifth-domain-subject-registry.json",
|
||||
"office_source":"routing/light-lake-persona-office-board.json",
|
||||
"number_source":"routing/fifth-domain-number-registry.json",
|
||||
"automatic_numbering_without_registered_rule":false,
|
||||
"authority_granted":false
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"schema":"guanghu.persona-office-registration-registry/v1",
|
||||
"registry_id":"HB-OFFICE-HR-REGISTRY-001",
|
||||
"building_id":"HB-BUILDING-0001",
|
||||
"state":"CURRENT_LOCAL_REGISTRATION_LEDGER",
|
||||
"registrations":[],
|
||||
"authority_granted":false
|
||||
}
|
||||
Loading…
Reference in a new issue