feat: Document Marketplace UI with SePay Checkout Flow - #3
Draft
ghost wants to merge 14 commits into
Draft
Conversation
- Add marketplace types (MarketDocument, Order, Purchase, UserProfile, BillingAddress) - Add API functions for documents, orders, purchases, profile - Add document listing page /documents with filtering and pagination - Add document detail page /documents/[slug] with purchase flow - Add checkout page /documents/[slug]/checkout with billing + QR payment - Add profile page /profile with billing address management - Add purchases page /profile/purchases (user document library) - Add orders page /profile/orders (order history) - Add admin documents page /admin/documents (CRUD management) - Add admin orders page /admin/orders (order management + stats)
Author
Found 3 issues to address before merging.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
ghost
commented
Mar 29, 2026
ghost
commented
Mar 29, 2026
ghost
commented
Mar 29, 2026
Co-authored-by: roomote-v0[bot] <219738659+roomote-v0[bot]@users.noreply.github.com>
…ror handling - Added review editing capabilities for user purchases, allowing users to rate and comment on documents. - Improved error messages for better user experience in Vietnamese. - Updated UI components for better layout and interaction. - Integrated dynamic imports for rich text editor and file uploads in admin document management. - Implemented admin dashboard with statistics and charts for revenue and order trends. - Created a new sidebar for admin navigation and structured the admin overview dashboard. - Added breadcrumb component for better navigation context.
…om/vanchuongmandam/web-client into feature/document-marketplace-sepay
… security features
…document access with PDF viewing and unlocking features
…orders, users, and documents with secure authentication layout
…ling, and add article reading suggestions component
…ile upload support
…eaming with protection measures
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 the frontend UI for the document marketplace with SePay bank transfer payment integration. Companion PR to vanchuongmandam/api-server#39.
Changes
Types & API Layer
MarketDocument,Order,Purchase,UserProfile,BillingAddressNew Pages
/documents/documents/[slug]/documents/[slug]/checkout/profile/profile/purchases/profile/orders/admin/documents/admin/ordersCheckout Flow
View task on Roo Code Cloud