136号课程 Adobe Commerce Developer Professional Prep Guide
网址: https://app.rockinfo.com/courses/playScorm/363
Getting Started 入门
概述性的讲解了入门需要注意的事项
- Introduction to Essential Components 基本组件简介
- Reference and Resource Materials 参考资料
- Course Objectives 课程目标
- 深入了解 Adobe Commerce 基础知识,包括关键组件和功能。
- 快速跟踪您对开发和维护电子商务网站所需的基本后端开发功能的学习。
- 探索最佳实践和注意事项,为有效实施 Adobe Commerce 解决方案奠定坚实的基础。
- 访问补充参考资料、资源和用户资料,以增强您的学习之旅。
- 获取 Adobe Certified Professional Commerce Developer 考试所需的问题和主题的介绍。
- How to Use the Course 如何使用本课程
- 必须按照顺序的阅读课程
Installation: Considerations and Setup 安装:注意事项和设置
- Installation 安装,需要从以下三个方面来学习:
- Preinstallation 安装之前
- System Requirements 系统要求
- Data Backups 数据备份
- Configuration Plan 配置计划
- Dependencies and Integrations 依赖关系和集成
- Credentials and Permissions 凭证和权限
- Installation 安装
- Server Setup 服务器设置
- Authentication Keys 身份验证密钥
- Software Choice 软件选择
- Install Using CLI 使用 CLI 进行安装
- Test and Verify 测试和验证
- Post Installation 安装之后
- Verify Installation 验证安装
- Configure Application 配置应用程序安装
- Install Sample Data 示例数据
- Plan Deployment 计划部署
- Preinstallation 安装之前
学习以上知识,可阅读 magento 的安装指南。
如果要在 adobe cloud 上安装 magento,还需要学习文档: https://experienceleague.adobe.com/en/docs/commerce-cloud-service/user-guide/overview
Admin: Roles and Resources 角色和资源
需要学习:
- commerce admin,学习笔记:admin 管理员操作指南
- product list,学习笔记:catalog 管理
- scope,学习笔记:website、stores、store view and scope
- commerce merchant services: https://experienceleague.adobe.com/en/docs/commerce-merchant-services/payment-services/guide-overview
- delivery method,学习笔记:delivery method
- 订单流程,学习笔记:订单流程
架构
需要学习:
- 目录结构,学习笔记:目录结构
- 路由系统,学习笔记:路由系统
- 数据库结构
- 设计模式
- Model-View-Controller (MVC)
- Observer Pattern 观察者模式
- Factory Pattern 工厂模式
- Singleton Pattern 单例模式
- Dependency Injection (DI) 依赖注入
- Repository pattern 存储库模式
- Service Contract 服务契约模式
- Proxy Pattern 代理模式
- 领域
- frontend
- adminhtml
- GraphQL
- webapi
- SOAP API
- cron
- 拦截器
- AOP 切片编程
- 代理
- 由框架自动生成,其本质是调用原始类的同名方法,例如:
- 工厂 factory
目录
客户分组
文档: https://experienceleague.adobe.com/en/docs/commerce-admin/customers/customer-groups
会话管理
文档: https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/storage/session-storage/sessions
文档: https://experienceleague.adobe.com/en/docs/commerce-admin/systems/security/security-session-management
订单
付款
文档: https://experienceleague.adobe.com/en/docs/commerce-admin/stores-sales/payments/payments