Skip to content

docs: complete V1 full flow and API audit#229

Merged
portableDD merged 2 commits into
Nexacore-Org:v1from
wagmiiii:docs/v1-full-flow-audit
Jun 25, 2026
Merged

docs: complete V1 full flow and API audit#229
portableDD merged 2 commits into
Nexacore-Org:v1from
wagmiiii:docs/v1-full-flow-audit

Conversation

@wagmiiii

@wagmiiii wagmiiii commented Jun 24, 2026

Copy link
Copy Markdown

Closes #192

Summary

This PR adds the requested V1_AUDIT.md file, documenting the current state of the v1 branch routing, authentication flows, and API integrations.

Key Findings & Discrepancies Flagged

  • CRITICAL: The /signup and login API endpoints are currently returning 404 Not Found, which completely blocks user entry into the dashboard UI.
  • Missing Admin: The entire /admin directory and its associated routes are missing (returning 404 Not Found).
  • Route Mismatch: The specification called for a /login route, but the front-end is actively using /sign-in. The redirect guards correctly point to /sign-in.
  • Positive (Mocks Cleared): Code-level inspection confirms that the main dashboard components (account-overview, convert-form, transaction-table) have successfully had their hard-coded mock data stripped and are properly wired up to API fetcher functions.
  • Broken Navigation: The "Sign up" link on the /sign-in page contains a typo, pointing to /sign-up instead of /signup, resulting in a 404 error.

Acceptance Criteria Met

  • Every route listed in scope has been tested and its result recorded
  • The full auth flow has been walked and failures clearly documented
  • Every file in lib/api/ has been mapped to a live endpoint status
  • Every section previously using mock/stub data has been identified and verified fixed
  • All console errors observed during the walk-through are logged
  • V1_AUDIT.md is committed to the root of the v1 branch

Security Note: No real credentials, live wallets, or sensitive data were used or exposed during this manual browser audit.

@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

@wagmiiii is attempting to deploy a commit to the Emmanuel Dorcas' projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jun 24, 2026

Copy link
Copy Markdown

@wagmiiii Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@portableDD

Copy link
Copy Markdown
Contributor

@wagmiiii this pr is to target v1 and not main please fix

@wagmiiii wagmiiii changed the base branch from main to v1 June 25, 2026 08:20
@wagmiiii

Copy link
Copy Markdown
Author

@portableDD
Done! I've updated the base branch to v1. Thank you.

@portableDD portableDD left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@portableDD portableDD merged commit f1c2197 into Nexacore-Org:v1 Jun 25, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[V1 300pts] Full Flow, Routing & API Audit — test every screen and document all findings in V1_AUDIT.md

2 participants