( projectPath: string, sectionId: string, tierIndex: number )
| 896 | * This is separate from project-level tiers to allow per-section age collapse. |
| 897 | */ |
| 898 | export function getSectionTierKey( |
| 899 | projectPath: string, |
| 900 | sectionId: string, |
| 901 | tierIndex: number |
| 902 | ): string { |
| 903 | return `section:${projectPath}:${sectionId}:tier:${tierIndex}`; |
| 904 | } |