chore: add bounty spec — FV standalone intro screen flow#4376
Draft
L03TJ3 wants to merge 1 commit into
Draft
Conversation
Adds .bounties/20260417-fv-intro-screen-flow/ with: - meta.yaml - 01_clarified_intent.md - 02_repo_context.md - 03_bounty_spec.md - 04_review_dod.md Also resolves .gitignore merge conflict from pull.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
9 tasks
9 tasks
Copilot AI
added a commit
that referenced
this pull request
Apr 17, 2026
Brings in .bounties/20260417-fv-intro-screen-flow/ (meta.yaml, 01_clarified_intent.md, 02_repo_context.md, 03_bounty_spec.md, 04_review_dod.md) alongside the implementation from this PR. Co-authored-by: L03TJ3 <6606028+L03TJ3@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds bounty specification artifacts for the standalone Face Verification intro screen flow improvement.
Bounty ID:
20260417-fv-intro-screen-flowType: Feature
What's in this PR
.bounties/20260417-fv-intro-screen-flow/meta.yaml— bounty metadata01_clarified_intent.md— clarified scope and assumptions02_repo_context.md— repo context report with touch points03_bounty_spec.md— full bounty specification (acceptance criteria, scope, starting points, DoD)04_review_dod.md— pre-implementation DoD reviewBounty Scope
Extract the standalone FV intro components from the monolithic
screens/IntroScreen.jsxintostandalone/screens/IntroScreen.jsxand improve the UX so first-time users and reverifying users see distinct, purpose-built screens:IntroandIntroReVerificationcomponents deletedscreens/IntroScreen.jsxdeleted;FaceVerificationIntroremoved fromfaceVerification/index.jsRelated
See 03_bounty_spec.md for full details, acceptance criteria and testing instructions.