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

Update Game Settings #213

Closed
nbintertech opened this issue Feb 22, 2024 · 3 comments
Closed

Update Game Settings #213

nbintertech opened this issue Feb 22, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request Nice to have

Comments

@nbintertech
Copy link
Contributor

nbintertech commented Feb 22, 2024

  1. We need to implement the allow budget carryover setting. The default should be no, BUT if a user has negative budget, the negative should carryover.
  2. Implement cost savings carryover - "Never", "1 Year" (current state), "Always"
    Always - cost savings for each year, should be applied to the budget for each subsequent year
@nbintertech
Copy link
Contributor Author

nbintertech commented Feb 28, 2024

'Never', '1 year' completed by 222 PR

Halting on this for now, got a heads up on possible changes coming down from Kristina/Paulomi. Rachel and I need to meet on what 'always' means

@koay9f
Copy link
Contributor

koay9f commented Mar 12, 2024

Always means it acts like the "renewables" and you get the cost savings each year.
then your budget add on could just be calculated as (energyUse beginging - energyUse now) * energyCost, but then that might double count whatever you end up doing for renewables, so maybe I should just shut up...

@nbintertech
Copy link
Contributor Author

This is done. Broke out the 'always' into #281

@koay9f koay9f closed this as completed Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Nice to have
Projects
None yet
Development

No branches or pull requests

3 participants