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

Review the algorithm and the table parser js code #4

Open
4 tasks
duboisp opened this issue Feb 2, 2017 · 0 comments
Open
4 tasks

Review the algorithm and the table parser js code #4

duboisp opened this issue Feb 2, 2017 · 0 comments

Comments

@duboisp
Copy link
Owner

duboisp commented Feb 2, 2017

  • Rewrite in a way that it do not use processing time if is not needed/requested
  • Find a way to identify summary group faster, that could be useful to adapt table on mobile device
  • Separate the actual table parse in 2 part if possible, where the first is just assuming and move forwared with the complex table structure. then the second portion will do the hard validation with the double check
  • Considerate to save the parsed data information in the DOM instead of using jQuery data.
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