Verify and close E4 student/parent intake flow (issues #25–#29) - #95
Merged
Conversation
…-24) Co-authored-by: Taleef7 <89072337+Taleef7@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Verify implementation of student/parent intake flow features
Verify and close E4 student/parent intake flow (issues #25–#29)
Feb 24, 2026
Taleef7
approved these changes
Feb 24, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project roadmap documentation to reflect completion of Epic E4 verification work and to mark Sprint 1 as complete.
Changes:
- Updated the roadmap “Last updated” date to 2026-02-24.
- Marked Sprint 1 as complete with a completion date note.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Verification pass for Epic E4 — all five child issues were fully implemented in PR #94. This PR confirms correctness against acceptance criteria and marks Sprint 1 complete in the roadmap.
What was verified
S4.1 / S4.2 —
app/dashboard/requests/new/page.tsx: role picker, conditional child-name field, level + subject selects (DB-sourced), summary badge, duplicate-request guard, availability textarea, timezone pre-filled from profile, goals, preferred start date. Inserts withstatus = 'new'.T4.1 —
supabase/migrations/20260223000007_create_requests_table.sql: full schema,updated_attrigger, 4 RLS policies (creator insert, creator/admin select, creator update limited tonew/payment_pending, admin update).lib/validators/request.tscovers all fields.T4.2 —
app/dashboard/requests/[id]/page.tsx: server-rendered, RLS-enforced 404, confirmation banner, status-aware "what's next" panel for all 7 states, colour-coded badge.T4.3 —
lib/utils/request.tsexportsSTATUS_LABELS+STATUS_COLOURSfor all 7 statuses. Dashboard (app/dashboard/page.tsx) lists requests with live status badges linking to detail pages.Changes
docs/ROADMAP.md— updated last-modified date; marked Sprint 1 as completeTesting
Notes
react-hooks/incompatible-librarywarning from RHFwatch()— not an error, same as pre-existing usage)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.