fix: include all speakers in generated list #2683
Open
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.
Fixes an issue where speakers without sessions were omitted from the generated site. This change: \n- Always includes every speaker in
foldBySpeakers(even if they have no sessions)\n- Resets the thumbnail variable per speaker to avoid thumbnail carry-over\n\nFiles changed:src/backend/fold_v1.js,src/backend/fold_v2.js.\n\nSmoke test confirmed speakers without sessions are included.\n\nIf you'd like, I can also add a small test or sample generation steps.Summary by Sourcery
Include all speakers in foldBySpeakers output and reset thumbnail per speaker to avoid carry-over.
Bug Fixes: