feat: add institutional membership tier types and corrected member directory #1
Reference in New Issue
Block a user
Delete Branch "devin/1778358784-institutional-tier-types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds shared TypeScript type definitions for the DBIS institutional membership tiers to
packages/shared, so all portals (DBIS, ICCC, OMNL, XOM) render from a single canonical source of truth.Corrections per 2026-04 institutional review
New exports from
@dbis/sharedInstitutionalTier— union type of 7 tier slugsInstitutionalMember— interface for member directory entriesinstitutionalTierLabels— human-readable labels per tierinstitutionalMembers— canonical member directory array (8 entries; BRICS CBs seeded in the explorer migration)Companion PR