Skip to content

Signal migration: CircularHeatmap, Settings, Mappings and Teams Components - #581

Merged
vbakke merged 3 commits into
devsecopsmaturitymodel:gsoc2026from
sawankshrma:Signal-Migration_4
Jul 28, 2026
Merged

Signal migration: CircularHeatmap, Settings, Mappings and Teams Components#581
vbakke merged 3 commits into
devsecopsmaturitymodel:gsoc2026from
sawankshrma:Signal-Migration_4

Conversation

@sawankshrma

Copy link
Copy Markdown
Collaborator

description in doc

- Convert 10 mutable properties to signal(), hasTeamsFilter to computed()
- Replace ngOnInit/requestAnimationFrame with afterNextRender
- Replace theme$ RxJS subscription with effect()
- Dissolve destroy$/takeUntil in favor of DestroyRef
- Fix order-sensitive group highlight (set-based comparison)
- Fix group selection wipe (new object refs via .set())
- Prevent group chip deselection via per-chip selectionChange guard
- Convert allTeams, dataStore, searchTerms in MappingComponent to signal()
- Convert meta, dataStoreMaxLevel, selectedMaxLevel, selectedMaxLevelCaption, editingProgressDefinitions, remoteReleaseCheck, selectedDateFormat in SettingsComponent to signal()
- Refactor checkForLatestRelease to build state via local vars + single .set()/.update() instead of mutating remoteReleaseCheck fields directly
- Remove unused GithubReleaseInfo import and dead checkingLatest/latestReleaseInfo/etc. fields
- Convert dataStore, canEdit, teams, teamGroups, progressTitleImplemented, infoTitle, infoTeams, info, allColumnNames, progressColumnNames in TeamsComponent to signal()
- Rework onSelectionChanged/onTeamsChanged to derive new info/currentInfo objects and .set() instead of mutating in place
- Update mapping/settings/teams templates and specs to call signals as functions
@sawankshrma
sawankshrma requested a review from vbakke July 27, 2026 22:06

@vbakke vbakke left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You said this PR was trivial, @sawankshrma , so I just visually browsed through it here. Looks okay, and I approve. :)

@vbakke
vbakke merged commit c98ae84 into devsecopsmaturitymodel:gsoc2026 Jul 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants