# shopify-admin **Repository Path**: luckymq/shopify-admin ## Basic Information - **Project Name**: shopify-admin - **Description**: 学习项目,使用 Antd Pro 的 shopfiy 后台 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-21 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shopify-admin ## 示例 [Shopify-admin](https://findiqam.github.io/shopify-admin/) ## 关于 这是一个基于[Ant Design Pro](https://pro.ant.design)开发的项目。 ### 项目成员和职责 * 马淇 > 组长 > 项目统筹、orders模块开发 * 胡小光 >组员 >customer模块开发 * 刘衍 >组员 >项目原型制作[(原型地址)](https://46t539.axshare.com) * 李增德 >组员 >测试 * 郑永斌 >组员 >项目原型制作 ## 项目进度 ### 完成总览 #### 代码进度树状图 - [ ] orders - [x] All orders - [ ] Order details - [x] Drafts - [ ] Drafts_orders details - [x] Create Drafts_orders - [x] Abandoned checkouts - [x] Abandoned checkouts details - [ ] Products - [ ] All products - [ ] Transfers - [ ] Inventory - [ ] Customers - [x] All customers - [ ] new #### 个人任务完成进度总览 > 马淇: > > 完成了[Drafts](https://findiqam.github.io/shopify-admin/#/orders/draft_orders)、[All orders](https://findiqam.github.io/shopify-admin/#/orders/all-orders)、[Abandoned checkouts](https://findiqam.github.io/shopify-admin/#/orders/abandoned_checkouts)、[New draft order](https://findiqam.github.io/shopify-admin/#/orders/draft_orders/new)、页面。 > 刘衍: > > 原型制作([原型地址](https://46t539.axshare.com)) >胡小光: > >完成了[Customers](https://findiqam.github.io/shopify-admin/#/customers)页面。 >李增德: > >添加测试数据,测试已实现的功能 >郑永斌: > >基本完成原型的制作 ### 每周进度 #### 第三周 > 马淇: > > 2019-12-25>>完成了[New draft order](https://findiqam.github.io/shopify-admin/#/orders/draft_orders/new)页面。优化之前所做页面的视觉效果 2019-12-25>>完成了[Abandoned checkouts](https://findiqam.github.io/shopify-admin/#/orders/abandoned_checkouts)页面的实现数据过滤功能、分页功能,调整之前写过的代码,增强了代码复用性,加快类似页面的开发。添加了左菜单栏的简体中文和English两种语言的国际化。 2019-12-24>>完成了[Drafts](https://findiqam.github.io/shopify-admin/#/orders/draft_orders)页面的可实现数据过滤功能、分页功能,整理代码结构。为[All orders](https://findiqam.github.io/shopify-admin/#/orders/all-orders)页面添加了部分字段的表头排序、筛选功能。新添加的排序和筛选可与之前的过滤排序器同步。 > 刘衍: > > 基本完成原型的制作([原型地址](https://46t539.axshare.com)) >胡小光: > >完成了[Customers](https://findiqam.github.io/shopify-admin/#/customers)页面 >李增德: > >添加测试数据,测试已实现的功能,编写了测试文档和测试代码。[文档地址](https://github.com/85208520/shopify-admin/blob/zengde/test.md),[测试代码地址](https://github.com/85208520/shopify-admin/blob/zengde/python)。编写测试文档和补充测试代码[文档地址](https://github.com/85208520/shopify-admin/blob/zengde/test.md) >郑永斌: > >基本完成原型的制作 #### 第二周 > 马淇: > > 完成了[All orders](https://findiqam.github.io/shopify-admin/#/orders/all-orders)页面的所有可实现数据过滤功能;实现了排序和分页,整理代码结构。 > 刘衍: > > 基本完成原型的制作([原型地址](https://46t539.axshare.com)) >胡小光: > >完成了[Customers](https://findiqam.github.io/shopify-admin/#/customers)页面 >李增德: > >添加测试数据,测试已实现的功能。添加测试数据,编写Customers测试代码[代码地址](https://github.com/85208520/shopify-admin/blob/zengde/python/customer.py) >郑永斌: > >基本完成原型的制作 #### 第一周 > 马淇: > > 立项,分配任务,并把项目代码Shopify-admin托管至GitHub。完成了[All orders](https://findiqam.github.io/shopify-admin/#/orders/all-orders)页面的数据获取和展示以及部分的数据过滤功能。 > 刘衍: > > 完成了部分原型的制作([原型地址](https://46t539.axshare.com)) >胡小光: > >完成了[Customers](https://findiqam.github.io/shopify-admin/#/customers)页面的部分功能 >李增德: > >添加测试数据,测试已实现的功能。编写Drafts[地址](https://github.com/85208520/shopify-admin/blob/zengde/python/draft.py)、 All orders[地址](https://github.com/85208520/shopify-admin/blob/zengde/python/All%20orders.py)、 Abandoned checkouts[地址](https://github.com/85208520/shopify-admin/blob/zengde/python/Abandoning%20documents.py)打开界面的自动化测试python >郑永斌: > >完成了部分原型的制作 ***