Skip to content

Sc 368#849

Open
elwills wants to merge 6 commits intomasterfrom
SC-368
Open

Sc 368#849
elwills wants to merge 6 commits intomasterfrom
SC-368

Conversation

@elwills
Copy link
Copy Markdown
Member

@elwills elwills commented Apr 13, 2026

Jira Issue(s)

SC-368


Description

Add a page to manage PQ Digest settings.
Update PR template.
Update navbar nitpicks.


How/Where to test OR Detail how it was tested

  1. Navigate to SYSTEM SETTINGS > PQ Digest.
  2. Add/edit/delete settings and make sure changes are made in the PQDigest.Setting table.

Related PRs

n/a

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds PQ Digest to the existing “SYSTEM SETTINGS” settings-management flow in SystemCenter by wiring up a new backend settings endpoint/table and exposing it in the UI navigation and settings router. Also updates the PR template and applies minor navbar ordering/label tweaks.

Changes:

  • Add PQDigestSetting model/controller mapping to PQDigest.Setting and expose api/PQDigest/Setting.
  • Add Redux slice + settings-page routing support for System=PQDigest.
  • Update navigation to include “PQ Digest” under SYSTEM SETTINGS; update PR template wording/format.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/SystemCenter.tsx Adds PQ Digest entry under SYSTEM SETTINGS; minor nav ordering/label tweaks.
Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/Store/Store.ts Introduces PQDigestSettingSlice and registers reducer.
Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/Settings/BySetting.tsx Adds PQDigest option to settings switch/union and routes to new slice.
Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/Matcher.tsx Allows System=PQDigest for the Settings route.
Source/Applications/SystemCenter/SystemCenter.csproj Includes new Model\\PQDigestSetting.cs in compilation.
Source/Applications/SystemCenter/Model/PQDigestSetting.cs New model/controller mapping to PQDigest.Setting + api/PQDigest/Setting.
.github/pull_request_template.md Simplifies PR template content/structure.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Source/Applications/SystemCenter/Model/PQDigestSetting.cs Outdated
Comment thread Source/Applications/SystemCenter/Model/PQDigestSetting.cs Outdated
Comment thread .github/pull_request_template.md Outdated
elwills and others added 3 commits April 13, 2026 16:03
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Erika Wills <elwills@gridprotectionalliance.org>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Erika Wills <elwills@gridprotectionalliance.org>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Erika Wills <elwills@gridprotectionalliance.org>
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