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

Improve scanner user feedback #38

Open
lukevanin opened this issue Mar 25, 2017 · 0 comments
Open

Improve scanner user feedback #38

lukevanin opened this issue Mar 25, 2017 · 0 comments

Comments

@lukevanin
Copy link
Owner

Current: Scanner process works atomically. Document is scanned in full, then imported into the data store.

Problem: User must wait for the entire scanning process to complete before seeing results.

Goal: Scanner should update data store incrementally as soon as data becomes available.

Implementation: Create a builder interface for composing document. Scanners send detected data to the builder. The builder updates the data store. View controller observes the data store and updates the view when the data store changes.

@lukevanin lukevanin added this to the Submit for grading milestone Mar 25, 2017
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