You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of (or in addition to) outputting a decile chart image, the action could output the deciles table (the first step of decile chart generation). This could allow for the following:
Do you have any thoughts about configuration, @ccunningham101? #24 added the mechanism for reading JSON-encoded configuration. I feel we should use this (i.e. config), rather than arguments (e.g. --input-files), to specify whether we'd like deciles-charts to write tables, charts, or tables and charts. This is because I feel JSON-encoded configuration is for optional things, whereas arguments are for required things. How does the following look, to you:
I envisage that we'll add configuration and, eventually, decide to refactor how the config key looks. However, it would be good to keep existing configuration in mind when adding new configuration. Existing configuration is described in README.md.
Instead of (or in addition to) outputting a decile chart image, the action could output the deciles table (the first step of decile chart generation). This could allow for the following:
denominator
andgroup_by
parameters #17The action could use a flag to determine whether to return data, graphics, or both
The text was updated successfully, but these errors were encountered: