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

Logic api push #48

Open
eraac opened this issue Mar 13, 2017 · 1 comment
Open

Logic api push #48

eraac opened this issue Mar 13, 2017 · 1 comment

Comments

@eraac
Copy link
Contributor

eraac commented Mar 13, 2017

I started to write a client to push data on tipboard, so after looking the different data to send to the tile, I see the same field with a different name on different tile, and I want to know if is just a lack of comprehension or a problem of logic ?

tile title description
pie_chart title N/A
line_chart subtitle description
cumulative_flow title N/A
simple_percentage title subtitle
bar_chart title subtitle
big_value title description
just_value title description
advanced_plot title description
norm_chart title description

I suppose they too late to change that now ? (for backwards compatibility)

@ghost
Copy link

ghost commented Mar 13, 2017

Perhaps this could be easily fixed mostly in jses of tiles, by:

tile title description fix
pie_chart title N/A Show description like the other tiles
line_chart subtitle description Handle title as it was subtitle
cumulative_flow title N/A Show description like the other tiles
simple_percentage title subtitle Handle description as it was subtitle
bar_chart title subtitle Handle description as it was subtitle
big_value title description x
just_value title description x
advanced_plot title description x
norm_chart title description x

and still have backward compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant