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

New Emissions Updates #1438

Merged
merged 144 commits into from
Jan 31, 2024
Merged

New Emissions Updates #1438

merged 144 commits into from
Jan 31, 2024

Conversation

rmroot
Copy link
Collaborator

@rmroot rmroot commented Jan 30, 2024

connects #1360

PR for epic 1360
Issues Included:
Water overview enhancements #1203
Update meters for mobile emissions #1387
Exporting for template v2 #1414
Set heat capacity in bill #1389
Import template v2 #1405
Fill out missing web worker fallbacks #1378
Import/Export Emissions and Fuels #1377
RECs Fixes #1352
Database support for custom process/fugitive #1395
Update better climate report with new emissions #1398
Overview carbon Math/presentation #1048
Update meters for fugitive emissions #1388
Update emissions factors to be CO2, ME, N2O #1364

Exporting data to Template V2
Export better climate VERIFI report to excel report
Bug fixes for import from template
fixes to vehicle import and export to match template
 Fixes to mobile emissions calculations
quick fix dates on stacked bar chart
fix create new groups on upload
Template emissions upload fixes
Update account overview with water types
this.loadingService.setLoadingMessage('Adding Custom Emissions...');
for (let i = 0; i < backupFile.customEmissionsItems?.length; i++) {
let customEmissionsItem: IdbCustomEmissionsItem = backupFile.customEmissionsItems[i];
customEmissionsItem.accountId = accountGUIDs.newId;

Check failure

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.
this.loadingService.setLoadingMessage('Adding Custom Fuels...');
for (let i = 0; i < backupFile.customFuels?.length; i++) {
let customFuel: IdbCustomFuel = backupFile.customFuels[i];
customFuel.accountId = accountGUIDs.newId;

Check failure

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.
this.loadingService.setLoadingMessage('Adding Custom GWPs...');
for (let i = 0; i < backupFile.customGWPs?.length; i++) {
let customGWP: IdbCustomGWP = backupFile.customGWPs[i];
customGWP.accountId = accountGUIDs.newId;

Check failure

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.
@rmroot rmroot merged commit 01624ac into develop Jan 31, 2024
1 of 2 checks passed
@rmroot rmroot deleted the epic-1360 branch January 31, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RECs fixes
1 participant