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

Save retrofit strategy query parameters #45

Closed
longshuicy opened this issue Mar 12, 2024 · 0 comments · Fixed by #50
Closed

Save retrofit strategy query parameters #45

longshuicy opened this issue Mar 12, 2024 · 0 comments · Fixed by #50
Assignees
Labels
3storypoints Between 7-15 hours of work, requiring back and forth communications to clarify a complex problem maestro

Comments

@longshuicy
Copy link
Member

Create maestro services endpoints POST & GET to store relation between retrofit strategy dataset_id and conditions generated that dataset.

{
    "total": {
        "num_bldg": 3283,
        "num_bldg_no_cost": 42,
        "cost": 117260721.43
    },
    "by_rule": {
        "0": {
            "num_bldg": 3191,
            "num_bldg_no_cost": 40,
            "cost": 94393478.73
        },
        "1": {
            "num_bldg": 90,
            "num_bldg_no_cost": 0,
            "cost": 22867242.7
        },
        "2": {
            "num_bldg": 2,
            "num_bldg_no_cost": 2,
            "cost": 0
        }
    }
}
@longshuicy longshuicy added maestro 3storypoints Between 7-15 hours of work, requiring back and forth communications to clarify a complex problem labels Mar 12, 2024
@longshuicy longshuicy self-assigned this Mar 12, 2024
@longshuicy longshuicy linked a pull request Mar 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3storypoints Between 7-15 hours of work, requiring back and forth communications to clarify a complex problem maestro
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant