1
0

feat: add active SF and LA HQ environments

This commit is contained in:
2026-08-19 02:51:17 -07:00
parent afa285bd5c
commit 0557a26e6b
14 changed files with 1096 additions and 2312 deletions
+14
View File
@@ -583,6 +583,20 @@ export function samplePresenceAt(when: Date): Presence[] {
return out;
}
/**
* Office-aware fallback for shipped environments.
*
* The legacy roster above is valuable as a renderer fixture, but its seat ids
* describe the original reference tower and therefore cannot truthfully appear
* in either active HQ. A missing presence service now means what it says: no
* fabricated people. Keeping this resolver keyed by the stable office id gives
* self-hosters and future sample packs an explicit seam without ever treating a
* shiny room as evidence of employees.
*/
export function samplePresenceForOfficeAt(_officeId: string, _when: Date): Presence[] {
return [];
}
/**
* Minutes since local midnight, as a literal. Every window in this section is
* written with it so that the source reads as a timetable.