-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Components] Adds document capture instruction screen #176
Conversation
Handle back navigation in back of id
Add text button to review Update image height in review
Fix DocumentInstruction story
Fix review image display
…lient into configurable-screens
Update video preview to capture more context Add styles and typography
Fix file selector Copy fileupload class to components
Move document capture to new branch
This branch has been deployed to s3 / cloudfront. ✅ Preview URL for Smart Camera Web: |
This pull request has been linked to Shortcut Story #11141: Refactor the Web Components and ensure partners can decide what they want to capture. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for breaking these apart. How do we consume this? Is it identical to the existing capture screen? Consider adding context in a readme, etc. I'll run this and LGTM after standup.
The design is updated to follow the new figma designs https://www.figma.com/proto/nGpsaJvMsCBgjIYaVAx0up/Hosted-Web-Add-Document-Upload_Jan_wip?type=design&node-id=604-629&t=sovnaKnE3WAEkjSs-0&scaling=min-zoom&page-id=604%3A276&starting-point-node-id=604%3A629 |
Depending on the partner needs, they can use which ever component build their own flow |
This adds instruction screen for document capture.
Install dependencies localling npm install
Run
npm run storybook
Open http://localhost:6006/ to few the stories
Under the document-instructions - verify that the instructions are rendered correctly
depends on [ehn] Refactor SmartCamera and SmartFileUpload