Tighten static cargo and selection context proofs
This commit is contained in:
parent
40c0e94ad5
commit
b06abb24a7
12 changed files with 507 additions and 19 deletions
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"format_version": 1,
|
||||
"fixture_id": "packed-event-selection-only-context-overlay-fixture",
|
||||
"source": {
|
||||
"kind": "captured-runtime",
|
||||
"description": "Fixture proving selection-only raw save company/chairman context overrides base selected ids without replacing base rosters."
|
||||
},
|
||||
"state_import_path": "packed-event-selection-only-context-overlay.json",
|
||||
"commands": [
|
||||
{
|
||||
"kind": "service_trigger_kind",
|
||||
"trigger_kind": 7
|
||||
}
|
||||
],
|
||||
"expected_summary": {
|
||||
"calendar_projection_source": "base-snapshot-preserved",
|
||||
"calendar_projection_is_placeholder": false,
|
||||
"company_count": 2,
|
||||
"chairman_profile_count": 2,
|
||||
"selected_chairman_profile_id": 2,
|
||||
"packed_event_collection_present": false,
|
||||
"event_runtime_record_count": 0,
|
||||
"total_event_record_service_count": 0,
|
||||
"total_trigger_dispatch_count": 1
|
||||
},
|
||||
"expected_state_fragment": {
|
||||
"selected_company_id": 2,
|
||||
"selected_chairman_profile_id": 2,
|
||||
"companies": [
|
||||
{
|
||||
"company_id": 1
|
||||
},
|
||||
{
|
||||
"company_id": 2
|
||||
}
|
||||
],
|
||||
"chairman_profiles": [
|
||||
{
|
||||
"profile_id": 1
|
||||
},
|
||||
{
|
||||
"profile_id": 2
|
||||
}
|
||||
],
|
||||
"event_runtime_records": []
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue