docs: complete V1 full flow and API audit#229
Merged
Conversation
|
@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. |
|
@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! 🚀 |
Contributor
|
@wagmiiii this pr is to target v1 and not main please fix |
Author
|
@portableDD |
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.
Closes #192
Summary
This PR adds the requested
V1_AUDIT.mdfile, documenting the current state of thev1branch routing, authentication flows, and API integrations.Key Findings & Discrepancies Flagged
/signupand login API endpoints are currently returning404 Not Found, which completely blocks user entry into the dashboard UI./admindirectory and its associated routes are missing (returning404 Not Found)./loginroute, but the front-end is actively using/sign-in. The redirect guards correctly point to/sign-in.account-overview,convert-form,transaction-table) have successfully had their hard-coded mock data stripped and are properly wired up to API fetcher functions.Acceptance Criteria Met
lib/api/has been mapped to a live endpoint statusV1_AUDIT.mdis committed to the root of thev1branchSecurity Note: No real credentials, live wallets, or sensitive data were used or exposed during this manual browser audit.