-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
➡️ Title
Document frontend integration for project tokenization flow
📘 Description
Write frontend documentation describing integration with the project tokenization process.
🚀 Requirements
- Document project listing UI integration.
- Describe purchase component logic and API calls.
- Explain token ownership display in the user panel.
- Include error handling flows and wallet connection checks.
📝 Implementation notes
- Write in English with clear structure.
- Store in the designated frontend
docsfolder or knowledge base. - Ensure documentation is understandable for onboarding and future maintenance.
✅ Acceptance Criteria
- Documentation created covering entire frontend integration flow clearly.
- Uses kebab-case for all file and folder names if stored in repo.
- Does not use default alias imports or relative paths.
- Uses alias paths with
@. - Structured clearly for developers and stakeholders.
⚠ Use kebab-case for all file and folder names.
⚠ Do not use default alias imports or relative paths like ../../components/foo.
⚠ Use alias paths with @, e.g. @/components/foo.
⚠ Structure the code with reusable components and reuse existing ones.