-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
"write_params_to_json" #284
Comments
very much 👍 on this. I don't know how useful the downloading of inputs as CSV is write now on the webapp. It is sufficient for reproducibility, but not particularly user friendly. This would be more user friendly. |
And much easier to maintain! |
I think this would excuse us from needing to display and maintain "inputs used" at the bottom of the results page. Rather, we can offer for download both As an aside, we may also want a `write_user_mods' function.
|
On Fri, 12 Jun 2015, Matt Jensen wrote:
My thought was PlanX would be existing law, and we would show in the
If we find it necessary to rename a variable, we could incorporate code to dan
|
Definitely in agreement:
The option to download a plan X json file, plan Y json file, and a computer-readable set of differences between plan X and plan Y would provide an interested user more information about their plan and existing law and help a user with data access to replicate their webapp run on their own machine. |
@PeterDSteinberg this discussion will likely be helpful as well: #343 (diff) |
Tax-Calculator issue #284 (from September 2015) is still open even though pull request #356, which was apparently an attempt to resolve #284, was closed in September 2015 without merging. Is there any reason to keep issue #284 open given that there has been no discussion of it over the past 17 months? |
It would seem to me that use case #1 from Matt's original post is still an unresolved use case but there is already at least one issue on the webapp repo to discuss that. Use case #2 seems to have not been as important as originally thought. In any case, I also think it makes sense to close this issue. |
Agreed. Thanks @talumbau and @martinholmer. Closing. |
I can see two major uses for a "write_params_to_json" method that would create a json params file from the param attributes on the calculator.
write_params_to_json
, we could have a little script that loads a calculator with params.json and a user_mod (params repeal state and local tax) and then callswrite_params_to_json
in order to create planY.json.A note on implementation: we would probably want "write_params_to_json" to build off of the default params.json rather than writing the notebook from scratch.
@talumbau, what do you think about this?
The text was updated successfully, but these errors were encountered: