Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 67 commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
f0b337d
feat: Add validaiton objects for society-wide impacts and parse Seque…
anth-volk Apr 9, 2025
202dad9
chore: Refactor SocietyWideImpact into new file
anth-volk Apr 9, 2025
9f0271b
feat: Validate impacts
anth-volk Apr 9, 2025
c341c34
feat: Add aggregation for budgetary impacts
anth-volk Apr 9, 2025
eee2f9e
feat: Aggregate budgetary impacts
anth-volk Apr 9, 2025
75af92b
fix: Remove testing objects
anth-volk Apr 9, 2025
3e5f753
feat: Add decile data aggregation
anth-volk Apr 9, 2025
9d4fa12
feat: Add inequality aggregation
anth-volk Apr 9, 2025
18e1a8f
feat: Add standard poverty data aggregation
anth-volk Apr 9, 2025
052ef0c
feat: Aggregate poverty by gender
anth-volk Apr 9, 2025
78dcc41
feat: Aggregate poverty by race
anth-volk Apr 9, 2025
2df0018
feat: Aggregate LSRs
anth-volk Apr 9, 2025
1b56a1e
feat: Implement intra-decile impacts
anth-volk Apr 9, 2025
9f64a45
feat: Add constituency impacts
anth-volk Apr 10, 2025
6daa5f1
fix: Correct how winners and losers works
anth-volk Apr 10, 2025
199f5b8
feat: Add detailed budget view
anth-volk Apr 10, 2025
258cfb0
feat: Add intra-wealth deciles
anth-volk Apr 10, 2025
906db6c
feat: Add wealth deciles
anth-volk Apr 10, 2025
7116cc9
fix: Modify constituency setup
anth-volk Apr 10, 2025
230b80f
feat: Create separate schemas for US and UK
anth-volk Apr 10, 2025
af156f1
fix: Remove aggregated impacts to split up PR
anth-volk Apr 10, 2025
71e7d39
feat: Add refactored society-wide aggregation functions
anth-volk Apr 10, 2025
6129369
feat: Add refactored aggregation for UK
anth-volk Apr 10, 2025
ef2d9df
test: Tests for aggregateSocietyWideImpactsUS
anth-volk Apr 11, 2025
0f6f72e
test: Add tests for aggregateSocietyWideImpactsUK
anth-volk Apr 11, 2025
4fd8847
chore: Test validateImpacts
anth-volk Apr 11, 2025
7196054
chore: Test for aggregateInequalityModule
anth-volk Apr 11, 2025
7f0dea7
test: Add tests for LSR module
anth-volk Apr 11, 2025
e07d08d
feat: Create schema for aggregated society-wide impacts
anth-volk Apr 15, 2025
07eb1b1
fix: Remove unneeded modules
anth-volk Apr 15, 2025
987c2c8
test: Correct aggregate test
anth-volk Apr 15, 2025
074f675
test: Remove unneeded LSR test
anth-volk Apr 15, 2025
243e30e
test: Fix tests for aggregate.js
anth-volk Apr 15, 2025
bfbb6f4
feat: Add simYears URL query param
anth-volk Apr 16, 2025
0444719
fix: Make fixes to underlying functions, partially implement logic
anth-volk Apr 17, 2025
e8e609c
feat: Create aggregated output and display
anth-volk Apr 17, 2025
5a2774b
fix: Remove unnecessary log statements
anth-volk Apr 17, 2025
fa3dc7b
feat: Disable options in multi-year runs
anth-volk Apr 17, 2025
1adfdba
chore: Remove needless logs
anth-volk Apr 17, 2025
40e6e53
feat: Correct display of data values on multi-year outputs
anth-volk Apr 18, 2025
9f6ada2
feat: Partially implemented multi-year selector
anth-volk Apr 18, 2025
8abc0c5
feat: Add component to enable multi-year outputs
anth-volk Apr 19, 2025
704b5d4
fix: Fixes to logic
anth-volk Apr 19, 2025
5200392
fix: Alter how disabling of policy output tree items is done
anth-volk Apr 21, 2025
e34e754
fix: Use tree.js to determine what pages to display, then create temp…
anth-volk Apr 21, 2025
78494a8
feat: Beginnings of multi-year budgetary impact component
anth-volk Apr 22, 2025
dce518c
test: Add test for MultiYearSelector
anth-volk Apr 22, 2025
753dfa2
test: Add test for MultiYearBudgetaryImpact.jsx
anth-volk Apr 22, 2025
be7a799
feat: Add correct title to 10-year impact component
anth-volk Apr 22, 2025
3ffc49b
fix: Correctly show budgetary impact page when multi-year after click…
anth-volk Apr 22, 2025
b38ecc7
fix: Toggle between correct views between multi-year and standard out…
anth-volk Apr 22, 2025
0b9bcba
fix: Correct transition when toggling menu
anth-volk Apr 22, 2025
34ba69a
test: Fix makeSequentialSimulationRequests tests
anth-volk Apr 23, 2025
90180a1
fix: Fix tests for MultiYearBudgetaryImpact
anth-volk Apr 23, 2025
81698f5
fix: Remove deprecated test
anth-volk Apr 23, 2025
d7464d5
fix: Fix all remaining tests
anth-volk Apr 23, 2025
2d1da39
fix: Show currency marker correctly
anth-volk Apr 23, 2025
81021b5
fix: Fix UK formatting
anth-volk Apr 25, 2025
d026210
fix: Visual styling changes
anth-volk Apr 25, 2025
85863ba
fix: Merge conflict fixes
anth-volk May 20, 2025
5a8342e
fix: Merge conflict fixes
anth-volk May 20, 2025
4617dbf
fix: Consume new format
anth-volk May 20, 2025
57e8225
fix: Fix tests
anth-volk May 20, 2025
a9bc073
fix: Fix switching issue
anth-volk May 20, 2025
1b554fd
fix: Remove enhanced_us maintenance code
anth-volk May 20, 2025
9535e18
fix: Add variable rounding by country package
anth-volk May 21, 2025
042c124
fix: Properly assign output categories
anth-volk May 23, 2025
deb97d1
fix: Add capability to calculate formulas
anth-volk May 24, 2025
a6ca8c5
chore: Remove console logs
anth-volk May 24, 2025
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
251 changes: 0 additions & 251 deletions src/__tests__/api/makeSequentialRequests.test.js

This file was deleted.

Loading
Loading