feat: Init Page Builder#63
Conversation
- Introduced a new Page Builder module with models for posts, authors, tags, and templates. - Added CRUD workflows for creating, updating, deleting, and duplicating posts. - Integrated the module with the Medusa SDK for seamless API interactions. - Created a custom SDK for the Page Builder, enhancing admin and storefront functionalities. - Updated dependencies and added TypeScript definitions for improved type safety. These changes provide a robust foundation for managing content within the Medusa framework, enabling users to create and manage posts effectively.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
…ter into feat/page-builder
…tarter into post-section-apis
…ment - Add medusa-backend.mdc with API, module, and workflow patterns - Add medusa-admin.mdc with React component and UI patterns - Update typescript-patterns.mdc with comprehensive type safety rules - Add comprehensive README.md for cursor rules organization - Separate backend and admin development concerns as requested - Follow Lambda Curry cursor rules best practices guide - Based on architecture patterns from PR #65
- Add centralized query key management patterns - Implement comprehensive verification checklists for backend and admin - Add file organization best practices and structure guidelines - Include targeted anti-pattern examples with code snippets - Enhance testing patterns for workflows and components - Focus on practical, actionable guidance without excessive length Based on Lambda Curry best practices guide recommendations
…rovements-1748537177
- Integrated @dnd-kit for drag-and-drop reordering of post sections in the admin UI - Updated post section API to handle sorting order changes - Added new dependencies for drag-and-drop capabilities - Refactored SectionsSidebar and PostSectionListItem components to support sortable context - Ensured sections are sorted by order when fetched from the API
…tarter into post-section-apis
- Introduced ControlledSelect component for layout options in the PostSectionEditor - Added layout choices: Full Width, Two Column, and Grid - Enhanced form functionality for better post section management
No description provided.