Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
26365107
Commit
26365107
authored
Jan 8, 2024
by
Toufic Batache
Browse files
Options
Downloads
Plain Diff
Merge branch '235-fix-requete-api' into 'master'
Resolve "Fix requete API" Closes
#235
See merge request
!196
parents
38346aa0
e3e4549e
No related branches found
No related tags found
1 merge request
!196
Resolve "Fix requete API"
Pipeline
#12493
passed
Jan 8, 2024
Status:
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/+layout.svelte
+3
-1
3 additions, 1 deletion
src/routes/+layout.svelte
with
3 additions
and
1 deletion
src/routes/+layout.svelte
+
3
−
1
View file @
26365107
...
@@ -328,7 +328,7 @@
...
@@ -328,7 +328,7 @@
metadata
,
metadata
,
output_variables
:
[
"
rfr_par_part
"
,
"
impot_revenu_restant_a_payer
"
],
output_variables
:
[
"
rfr_par_part
"
,
"
impot_revenu_restant_a_payer
"
],
quantile_base_variable
:
[
"
rfr_par_part
"
],
quantile_base_variable
:
[
"
rfr_par_part
"
],
quantile_compare_variables
:
[
"
impot_revenu_restant_a_payer
"
],
quantile_compare_variables
:
[
"
impot_revenu_restant_a_payer
"
,
"
rfr
"
],
quantile_nb
:
10
,
quantile_nb
:
10
,
plf
:
$billName
===
undefined
?
undefined
:
2024
,
plf
:
$billName
===
undefined
?
undefined
:
2024
,
}
}
...
@@ -351,6 +351,7 @@
...
@@ -351,6 +351,7 @@
quantile_compare_variables
:
[
quantile_compare_variables
:
[
"
csg_deductible_retraite
"
,
"
csg_deductible_retraite
"
,
"
csg_imposable_retraite
"
,
"
csg_imposable_retraite
"
,
"
rfr
"
,
],
],
quantile_nb
:
10
,
quantile_nb
:
10
,
plf
:
$billName
===
undefined
?
undefined
:
2024
,
plf
:
$billName
===
undefined
?
undefined
:
2024
,
...
@@ -374,6 +375,7 @@
...
@@ -374,6 +375,7 @@
quantile_compare_variables
:
[
quantile_compare_variables
:
[
"
csg_deductible_salaire
"
,
"
csg_deductible_salaire
"
,
"
csg_imposable_salaire
"
,
"
csg_imposable_salaire
"
,
"
rfr
"
,
],
],
quantile_nb
:
10
,
quantile_nb
:
10
,
plf
:
$billName
===
undefined
?
undefined
:
2024
,
plf
:
$billName
===
undefined
?
undefined
:
2024
,
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment