This project currently uses an in-memory data model (no database schema yet), defined mainly in src/background-data.ts.
month,location,durationInMonths,isCurrent, andprojectsare optional inCAREER_MILESTONE.EXTERNAL_LINKis modeled fromUserInfo.urls: string[].PROJECTis modeled fromCareerMilestone.projects?: Project[].- Relationships are conceptual (application-level), since there is no persisted relational database yet.