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

Results Table Download Endpoint #603

Merged
merged 47 commits into from
Sep 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
39d7611
sample code to add custom table functionaility
bpulluta Aug 2, 2024
ed0f545
added custom table functions
bpulluta Aug 8, 2024
191629f
added test
bpulluta Aug 8, 2024
7ec1a58
added helpers
bpulluta Aug 8, 2024
3e5e02f
added functions tasks in url
bpulluta Aug 8, 2024
585b75b
updated config to include run_uuids
bpulluta Aug 8, 2024
95b5bf7
updated docker files
bpulluta Aug 16, 2024
430d81d
added custom table structure
bpulluta Aug 19, 2024
6cc929e
updated code to retrieve results from url using django
bpulluta Aug 19, 2024
772d359
updated error catching for inconsistent scenario comparisons
bpulluta Aug 19, 2024
00c97d5
updated code to retrieve BAU values
bpulluta Aug 19, 2024
8811db8
revert docker file to original
bpulluta Aug 19, 2024
e3818f8
updated query pattern to match simulate load
bpulluta Aug 21, 2024
ee73e6a
default table set to ita_custom_table
bpulluta Aug 21, 2024
50647dc
updated error logs
bpulluta Aug 21, 2024
357b356
updated function to check for bau consistency and to allow for specif…
bpulluta Aug 28, 2024
bd98fa2
default set to single site config and bau values have a 10% tolerance
bpulluta Aug 28, 2024
4a91f86
default set to single site config and bau values have a 10% tolerance
bpulluta Aug 28, 2024
45e24dc
simplified message for bau inconsistencies
bpulluta Aug 28, 2024
814f20b
check bau consistencies checks financial bau outputs
bpulluta Aug 28, 2024
d54e152
updated response for error catching
bpulluta Aug 28, 2024
b6362db
updated response for catching errors
bpulluta Aug 28, 2024
757afcb
updated error catching
bpulluta Aug 29, 2024
4d01d40
fixed bau check error
bpulluta Aug 29, 2024
97bb301
updated table formatting for better visuals
bpulluta Aug 29, 2024
162dd4f
Added functionality for portfolio config
bpulluta Aug 29, 2024
ea88205
added portfolio configuration, updated single site config
bpulluta Aug 30, 2024
d342a1d
Added link to results to config
bpulluta Sep 3, 2024
a1730c8
fixed example table config and url link
bpulluta Sep 3, 2024
e9ed549
updated code for single implementation of portfolio and single site
bpulluta Sep 9, 2024
0d4df01
fixed automatic hidden columns
bpulluta Sep 9, 2024
3ba11f6
updated color scheme for table
bpulluta Sep 9, 2024
bf14724
updated configuration for webtool
bpulluta Sep 11, 2024
e1b6c40
updated configuration
bpulluta Sep 24, 2024
7f734ff
Merge remote-tracking branch 'origin/add-ashp' into custom-tables
bpulluta Sep 24, 2024
48c8f62
updated webtool table configuration
bpulluta Sep 24, 2024
1d84f74
final edits to configutation
bpulluta Sep 25, 2024
fc33b20
added more column spacing
bpulluta Sep 25, 2024
03d312e
corrected GHP outputs in the webtool config
bpulluta Sep 26, 2024
a75e513
updated total length of GHP HE size in the config
bpulluta Sep 26, 2024
c63e92a
Merge branch 'develop' into custom-tables
Bill-Becker Sep 27, 2024
4e4e153
Add back newline for Docker files
Bill-Becker Sep 27, 2024
e5e53d2
Avoid spaces in newline
Bill-Becker Sep 27, 2024
3d623a4
Change endpoint name to generate_results_table
Bill-Becker Sep 27, 2024
c4f5cc2
reduced decimal places to 0
bpulluta Sep 27, 2024
0941719
fix offgrid bug
bpulluta Sep 27, 2024
75eca34
Merge pull request #596 from NREL/custom-tables
Bill-Becker Sep 27, 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
Avoid spaces in newline
Bill-Becker committed Sep 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e5e53d2a79456a280f20befa1dfb31d1ebef6ef6
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -72,4 +72,3 @@ services:
- "8081:8081"
volumes:
- ./julia_src:/opt/julia_src