-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix how unitsSummarized uses AMI charts #872
Comments
Related code
|
For now at least that works as we don't really have multiple charts per listing. If we did there is a matter how would we even show it (just wider income ranges? or something more?). Another question is (I don't remember the answer) if we really need multiple ami charts per one listing. If we will have new property model, maybe one chart per each listing for the property will be enouch? |
OK that I don't know and it probably needs to be discussed more broadly.
@slowbot If I recognize correctly we want to be able to configure ami chart at unit level, right? |
There are and will be use cases of multiple ami charts per building so we should allow for ami chart to be assigned at the unit level. |
For QA, ensure that existing HMI tables look as we expect them to. Two new seeds with multiple AMI charts have been added but may not be on dev. |
@seanmalbert @emilyjablonski Can you help me get the new multiple AMI charts seeds onto dev so I can QA? |
@emilyjablonski Why is there a range expressed for max income per ami level? I think we can simplify this table and only display a single max max income for each hh size and ami level. I assume @pbn4 comment had to do with a table where there was only a single column for multiple AMI charts. Since we have dedicated columns for each chart in this example we don't need a range. |
Separate two buttons and change color and text on homepage.
When changing AMI chart entity to be a relation of Unit instead of Property I noticed that we are actually not using amiChartId per unit when computing this, but we are retrieving an AMI chart for first Unit in a collection and apply that for the rest.
Notes
The text was updated successfully, but these errors were encountered: