Conversation
jekuipers
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the handling of SSG (Sector-Specific Guidance) models in both the backend and frontend, replacing the previous use of sector IDs with model IDs throughout the codebase. It also improves the retrieval and propagation of demographic data, ensures consistency in the data model, and includes minor UI and documentation tweaks.
Backend: SSG Model Handling and Demographics
SsgSectorIdswithSsgModelIdsin theDemographicsmodel, related business logic, and tests, ensuring that SSG models are referenced by model ID instead of sector ID. [1] [2] [3] [4] [5]DetermineSsgModelsinCpgBusinessto use a mapping from sector to model ID and return a unique list of model IDs, improving clarity and correctness.CpgStructureso thatTechDomainis retrieved for the correct assessment.Frontend: Demographics and SSG Model Propagation
ssgModelIdsinstead ofssgSectorIds, ensuring the assessment state reflects the correct SSG models. This includesAssessmentDemographicsComponent,AssessmentConfigIodComponent,AssessmentDetailComponent,CsiServiceDemographicsComponent, andCpgPracticesComponent. [1] [2] [3] [4] [5]Other Improvements
IsAnswerableproperty and improved answer handling in maturity structure helpers for more accurate question rendering. [1] [2] [3]These changes collectively modernize the SSG model handling and provide a more robust, maintainable demographic data flow throughout the application.
🗣 Description
💭 Motivation and context
🧪 Testing
✅ Pre-approval checklist
bump_versionscript if this repository is versioned and the changes in this PR warrant a version bump.✅ Pre-merge checklist
✅ Post-merge checklist