Skip to content

Add contingency lists to SA parameters#1014

Open
carojeandat wants to merge 10 commits intomainfrom
move-contingency-lists-to-sa-parameters
Open

Add contingency lists to SA parameters#1014
carojeandat wants to merge 10 commits intomainfrom
move-contingency-lists-to-sa-parameters

Conversation

@carojeandat
Copy link
Contributor

@carojeandat carojeandat commented Feb 5, 2026

PR Summary

This change moves the configuration of contingency lists from the security analysis launch step to the parameters section.
A dedicated table has been added to the Security Analysis parameters, allowing users to define and manage contingency lists for the study.

isDeveloperMode,
}: Readonly<{
securityAnalysisMethods: UseSecurityAnalysisParametersFormReturn;
fetchContingencyCount: (contingencyListNames: string[] | null) => Promise<number>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
fetchContingencyCount: (contingencyListNames: string[] | null) => Promise<number>;
fetchContingencyCount?: (contingencyListNames: string[] | null) => Promise<number>;

Make it as optional


export const descriptionEn = {
description: 'Description',
Description: 'Description',
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Description: 'Description',

why duplicated? only at first character is diffrent between UpperCase and LowerCase


export const descriptionFr = {
description: 'Description',
Description: 'Description',
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Description: 'Description',

Idem above

@carojeandat carojeandat changed the title [DRAFT] Move contingency lists to SA parameters Add contingency lists to SA parameters Feb 11, 2026
@sonarqubecloud
Copy link

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