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

"Strategy" should choose the measure based on both the available space and the road cost. #169

Open
Carsopre opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@Carsopre
Copy link
Collaborator

We currently provide the Koswat analysis with a clustering strategy that determines which reinforcement can be applied based on its cost and the available space. Since the introduction of infrastructures we need to extend the strategy so that it also considers the direct costs of modifying any affected infrastructure.

What needs to be done?

  • Extend the current strategy logic so that the location - profile costs also include the ones of infrastructures.
    • Adapt if needed the way we collect the InfrastructureLocationProfileCostReport (currently in just a list), we might need to cluster them by introducing a hierarchy as we do already for the profile reports.
  • Extend the related report so that these costs are reflected.
  • Extend the existing documentation with the new "infrastructure" addition.

Acceptance criteria

  • Acceptance test results are validated with PO.
  • Documentation is updated accordingly.
  • Reference data is updated.
@Carsopre Carsopre added enhancement New feature or request question Further information is requested labels Sep 20, 2024
@Carsopre Carsopre added this to the Sprint 2024.3.4 milestone Sep 20, 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 question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant