-
Notifications
You must be signed in to change notification settings - Fork 32
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 to taxcalc 0.13.0+ #738
Conversation
@GoFroggyRun I've been going through the My question is what happens when I click one of these buttons: The table has keys:
How does the javascipt know the name of the table that it wants? How does it know to pull the |
I can confirm that this is the case. I swapped one of the new names back to the old name and that table loaded while the other tables still did not. |
@martinholmer PR PSLmodels/Tax-Calculator#1677 resolved the GDP elasticity table issue. Thanks for the good work. |
@hdoupe asked:
I believe this is handled here in the |
The most recent commit fixes the problem with the tables not showing up. This is a temporary solution that needs to be replaced with a real solution. However, I think this involves having some knowledge of java script and front-end engineering, which I do not have. |
@GoFroggyRun thanks for finding that. But, I'm unable to find the place where it selects the |
The only remaining problem (that I know of) is that the sections containing new parameter names are not collapsed when you go to the input page with all default parameters. @GoFroggyRun Do you know where the collapse/expand logic is and how to fix that? I would say that this is a more pressing issue than the table mapping issue, given the time constraint and that we have a working solution to the table mapping issue. |
Not really. Never worked on it before. I will checkout your PR and take a look. |
@GoFroggyRun that was updated with the new table names in this commit |
@GoFroggyRun said
Great, thanks. |
@hayleefay do you have any ideas on how to solve either of these front-end issues (the table mapping isssue and the collapse/expand issue)? |
@brittainhard do you have a minute to take a look at the collapse/expand bug that we are trying to solve here? cc @atxsder |
This PR resolves #733 and #735.
TODO: