Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor NEE and Sensi parameters #2293

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
02a04a4
Add icons to the guidance popup text.
AAJELLAL Aug 19, 2024
665e05f
Merge branch 'main' of https://github.com/gridsuite/gridstudy-app int…
AAJELLAL Aug 21, 2024
d9bb3f6
setup params notification.
AAJELLAL Sep 3, 2024
0937d0d
Handle short circuit update parameters using notification.
AAJELLAL Sep 4, 2024
3f1e6f7
Handle parameters update when notification study is received.
AAJELLAL Sep 10, 2024
98bf713
Merge branch 'main' of https://github.com/gridsuite/gridstudy-app int…
AAJELLAL Sep 10, 2024
9766d73
Fix the slider value change.
AAJELLAL Sep 11, 2024
a0e8c2b
Fix fetching params after updating the provider.
AAJELLAL Sep 12, 2024
5026b10
Merge branch 'main' of https://github.com/gridsuite/gridstudy-app int…
AAJELLAL Sep 12, 2024
32504fd
Fix some review remarks
AAJELLAL Sep 19, 2024
8e6fbd7
Merge branch 'main' of https://github.com/gridsuite/gridstudy-app int…
AAJELLAL Sep 19, 2024
a8baadc
Some cleanup.
AAJELLAL Sep 19, 2024
e9014a0
Merge branch 'main' of https://github.com/gridsuite/gridstudy-app int…
AAJELLAL Sep 19, 2024
9858f0f
Add some typing.
AAJELLAL Sep 23, 2024
7afc30a
Merge branch 'main' of https://github.com/gridsuite/gridstudy-app int…
AAJELLAL Sep 23, 2024
c3ef5a2
Some review remarks.
AAJELLAL Sep 24, 2024
4296746
Merge branch 'main' of https://github.com/gridsuite/gridstudy-app int…
AAJELLAL Sep 24, 2024
feeb627
Add copyRight
AAJELLAL Sep 24, 2024
41d9a31
Fix imports.
AAJELLAL Sep 24, 2024
f816ae7
Fix import.
AAJELLAL Sep 25, 2024
624b6ee
Merge branch 'main' of https://github.com/gridsuite/gridstudy-app int…
AAJELLAL Sep 25, 2024
8bcb9ca
Remove some code duplication.
AAJELLAL Sep 25, 2024
fa0c8b0
Merge branch 'main' into handle-params-notification
AAJELLAL Sep 27, 2024
d133bb0
revert computingType renaming. Will do in another PR
sBouzols Sep 30, 2024
18f17f0
revert isValidComputingType renaming as well
sBouzols Sep 30, 2024
aa62c91
prettier
sBouzols Oct 2, 2024
ef59c63
restore default export for ComputingType
sBouzols Oct 2, 2024
1f8ad1e
refactor(useParametersBackend): comment code, remove useless and bad …
sBouzols Oct 2, 2024
63b39f6
fix(useGetVoltageInitParameters): add ref to avoid double effect proc
sBouzols Oct 2, 2024
79a01be
fix(useGetNonEvacuatedEnergyParameters): on the same model than others
sBouzols Oct 2, 2024
59ad7ab
Merge branch 'main' into handle-params-notification
sBouzols Oct 2, 2024
4eae622
refactor(): remove useGetNonEvacuatedEnergyParameters and use the com…
sBouzols Oct 4, 2024
b716947
Merge remote-tracking branch 'origin/main' into refactor-NonEvacuated…
sBouzols Oct 8, 2024
4c058e1
Merge branch 'main' into refactor-NonEvacuatedEnergyParameters
sBouzols Oct 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix import.
Signed-off-by: AAJELLAL <ali.ajellalod@gmail.com>
  • Loading branch information
AAJELLAL committed Sep 25, 2024
commit f816ae7e4da15968e0157a621e6d0a9273fec5bb
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ import CreateParameterDialog from './common/parameters-creation-dialog';

import { formatShortCircuitParameters } from './shortcircuit/short-circuit-parameters-utils';
import ComputationType from '../../computing-status/computation-type';
import { isComputationParametersUpdated } from './common/computation-parameters-util.js';
import { isComputationParametersUpdated } from './common/computation-parameters-util';

export const useGetShortCircuitParameters = () => {
const studyUuid = useSelector((state) => state.studyUuid);