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

Add proforma to API v3 #553

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added proforma.xlsx
Binary file not shown.
387 changes: 387 additions & 0 deletions reoptjl/mapping.csv

Large diffs are not rendered by default.

1,391 changes: 1,391 additions & 0 deletions reoptjl/proforma_helper.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions reoptjl/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
re_path(r'^invalid_urdb/?$', reoviews.invalid_urdb),
re_path(r'^schedule_stats/?$', reoviews.schedule_stats),
re_path(r'^get_existing_chiller_default_cop/?$', views.get_existing_chiller_default_cop),
re_path(r'^job/(?P<run_uuid>[0-9a-f-]+)/proforma/?$', views.proforma_for_runuuid)
]
1,590 changes: 1,590 additions & 0 deletions reoptjl/views.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ urllib3==1.26.8
vine==5.0.0
wcwidth==0.2.5
wrapt==1.13.3
xlsxwriter==3.1.9
xlrd==2.0.1
yarg==0.1.9
zipp==3.7.0