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

Extended Laptev's algorithm use case for Demo Day #6

Open
martinthenext opened this issue Jul 22, 2015 · 1 comment
Open

Extended Laptev's algorithm use case for Demo Day #6

martinthenext opened this issue Jul 22, 2015 · 1 comment
Milestone

Comments

@martinthenext
Copy link
Owner

Laptev's algorithm already works and is ready for demonstration in some way. If we have time before the demo it would be nice to extend the demo use case with the ability to read and analyze columns of the newly opened spreadsheet, like it was in the .xlsm demo we had with PERI (description here) on the demo day:

  1. User has comnsense software installed on the PC.
  2. User opens a pre-made Excel file and shows how comnsense works on it.

Excel file setup

Excel file has three columns: "Account number", "Client name", "Phone number" and three example rows added into each of them.

  1. "Account number" column contains numbers of the same length.
  2. "Client name" column contains made up names and surnames.
  3. "Phone number" column contains phone number in some known format.

Get the file here.

Demonstrations

  1. User enters the account number in the fourth row with a "typo" - a character. As account numbers are numbers, the cell gets highlighted.
  2. User enters the name with no surname. The cell gets highlighted.
@martinthenext
Copy link
Owner Author

This should only be done if #8 is implemented as Laptev's algorithm works in some form already.

go1dshtein added a commit that referenced this issue Jul 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant