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

Making data input a little smarter #59

Closed
tomcardoso opened this issue May 4, 2016 · 0 comments
Closed

Making data input a little smarter #59

tomcardoso opened this issue May 4, 2016 · 0 comments

Comments

@tomcardoso
Copy link
Contributor

Currently, when a user drops data with percentage or dollar signs into Chart Tool, the data ingestor removes those characters entirely as they're not useful for data parsing.

It'd be cool if Chart Tool could recognize symbols like $ and % and automatically add them as prefixes or suffixes on the x- or y-axis.

Are there any other small efficiencies we could find in the data entry process? Could we be doing some analysis of the data and providing a guess as to what the date formatting should be? Or what tags to add? Chart type, even? What does that code look like? A set of analysis functions that runs on newly inputted data and returns a bunch of recommendations to the interface/user?

@tomcardoso tomcardoso added this to the Full backend rewrite to React milestone Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant