|
|
54130547c0
|
feat(finance): 完成发票管理模块后端实现
|
2026-03-04 16:48:58 +08:00 |
|
|
|
21a689edec
|
Merge pull request #5 from msumshk/feature/finance-cost-1to1
feat(finance): add cost management backend module
|
2026-03-04 16:15:02 +08:00 |
|
|
|
fa6e376b86
|
feat(finance): add cost management backend module
|
2026-03-04 16:07:16 +08:00 |
|
|
|
b0bb87d97c
|
feat(finance): add tenant settlement query backend
|
2026-03-04 15:48:37 +08:00 |
|
|
|
39e28c1a62
|
Merge pull request #3 from msumshk/feature/member-points-mall-1to1
feat(member): implement points mall backend module
|
2026-03-04 12:32:58 +08:00 |
|
|
|
dd2ac79d48
|
Merge pull request #2 from msumshk/feature/member-message-reach-module
feat: 完成会员消息触达后端模块
|
2026-03-04 12:17:33 +08:00 |
|
|
|
bd418c5927
|
feat(member): implement points mall backend module
|
2026-03-04 12:15:18 +08:00 |
|
|
|
a8cfda88f7
|
feat: 完成会员消息触达后端模块
|
2026-03-04 11:53:52 +08:00 |
|
|
|
d437b146d1
|
feat: 新增财务交易流水后端模块
|
2026-03-04 11:33:29 +08:00 |
|
|
|
2970134200
|
feat: implement tenant member stored card module
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 2m24s
|
2026-03-04 09:14:57 +08:00 |
|
|
|
d96ca4971a
|
feat(member): implement member center management module
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Failing after 1m54s
|
2026-03-03 20:38:31 +08:00 |
|
|
|
26afffd874
|
feat(customer): add customer analysis query APIs
|
2026-03-03 16:45:39 +08:00 |
|
|
|
a993b81aeb
|
feat(customer): 完成客户画像会员摘要与权限链路
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 2m2s
|
2026-03-03 14:39:33 +08:00 |
|
|
|
1b28fa6db4
|
feat(marketing): implement marketing calendar backend
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m59s
|
2026-03-03 10:10:41 +08:00 |
|
|
|
3b3bdcee71
|
feat: implement marketing punch card backend module
|
2026-03-02 21:43:09 +08:00 |
|
|
|
6588c85f27
|
feat(marketing): add new customer gift backend module
|
2026-03-02 15:58:06 +08:00 |
|
|
|
c9e2226b48
|
feat(marketing): implement tenant seckill backend module
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m55s
|
2026-03-02 13:08:56 +08:00 |
|
|
|
0f3542f33f
|
feat(marketing): implement flash sale module api and app layer
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 2m4s
|
2026-03-02 11:08:14 +08:00 |
|
|
|
5a6da9be0c
|
feat(marketing): add full reduction campaign api module
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m50s
|
2026-02-28 15:46:21 +08:00 |
|
|
|
dda3f96d28
|
feat: 完成营销中心优惠券后端模块
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m54s
|
2026-02-28 11:14:55 +08:00 |
|
|
|
3c423f87d4
|
feat: 添加订单大厅看板 API(四列数据 + 统计 + 重连补偿 + 操作端点)
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Has been cancelled
- 新增 OrderBoardCardDto、OrderBoardResultDto、OrderBoardStatsDto
- 新增看板查询 Query + Handler(board/stats/pending-since)
- IOrderRepository 扩展 GetActiveOrdersAsync、GetOrdersChangedSinceAsync
- EfOrderRepository 实现看板查询方法
- 新增 OrderBoardController(GET board/stats/pending-since + POST accept/reject/complete/confirm)
- 新增 RejectOrderRequest 契约
|
2026-02-27 13:10:13 +08:00 |
|
|
|
1e5f0b2f93
|
feat: 添加支付回调链路(支付成功 → 订单状态流转 → SignalR 推送)
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Failing after 12s
- 新增 ProcessPaymentCallbackCommand + Handler(幂等处理)
- 丰富 PaymentSucceededEvent(StoreId、OrderNo、Channel 等字段)
- 新增 PaymentSucceededConsumer(支付成功 → NewOrder 推送)
- 新增 PaymentCallbackController(微信/支付宝预留 + 内部测试端点)
- Program.cs 注册 PaymentSucceededConsumer
|
2026-02-27 13:09:25 +08:00 |
|
|
|
bb2ff6167e
|
feat: 添加订单事件管道与状态流转命令
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Failing after 12s
- 新增 OrderStatusChangedEvent、OrderUrgeEvent 事件类型
- 扩展 EventRoutingKeys(orders.status-changed、orders.urged)
- 丰富 OrderCreatedEvent(StoreId、Channel、DeliveryType 等字段)
- CreateOrderCommandHandler 注入 IEventPublisher 并发布事件
- 新增接单/拒单/出餐完成/确认送达 Command + Handler(4对)
- 新增 MassTransit Consumer(OrderCreated/StatusChanged/Urge → SignalR)
- Program.cs 注册 3 个 Consumer
|
2026-02-27 13:08:41 +08:00 |
|
|
|
502f80473e
|
fix(order): move all-orders list to database pagination
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m50s
|
2026-02-27 10:32:21 +08:00 |
|
|
|
11a1521b6a
|
feat(order): add all-orders APIs and query workflow
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m51s
|
2026-02-27 10:09:19 +08:00 |
|
|
|
3f5ca9c3ee
|
feat: 商品列表查询改为数据库分页过滤
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m53s
|
2026-02-26 10:50:20 +08:00 |
|
|
|
77caac3af9
|
feat: SKU保存链路切换到RabbitMQ Outbox并新增独立Worker
Build and Deploy TenantApi / build-and-deploy (push) Successful in 51s
|
2026-02-25 11:20:38 +08:00 |
|
|
|
d66879f5cf
|
feat(product): complete combo and detail editing data model
Build and Deploy TenantApi / build-and-deploy (push) Successful in 47s
|
2026-02-22 09:35:57 +08:00 |
|
|
|
f7c2ae4bac
|
feat(product): add product list/detail/save/soldout/batch api support
Build and Deploy TenantApi / build-and-deploy (push) Successful in 47s
|
2026-02-21 17:23:48 +08:00 |
|
|
|
d41f69045f
|
feat(product): add product schedule management api
Build and Deploy TenantApi / build-and-deploy (push) Successful in 46s
|
2026-02-21 11:46:55 +08:00 |
|
|
|
ad65ef3bf6
|
feat(product): add product label management backend
Build and Deploy TenantApi / build-and-deploy (push) Successful in 43s
|
2026-02-21 10:18:48 +08:00 |
|
|
|
93bc072b8d
|
feat: 新增加料管理接口与模板能力
Build and Deploy TenantApi / build-and-deploy (push) Successful in 43s
|
2026-02-21 08:44:26 +08:00 |
|
|
|
848778b8b5
|
fix: 修复规格模板查询并发DbContext异常
Build and Deploy TenantApi / build-and-deploy (push) Successful in 44s
|
2026-02-21 07:42:02 +08:00 |
|
|
|
392d9f03a1
|
feat: 新增规格做法模板管理接口与数据模型
Build and Deploy TenantApi / build-and-deploy (push) Successful in 45s
|
2026-02-20 20:08:34 +08:00 |
|
|
|
1b3525862a
|
feat: implement tenant product category management APIs
Build and Deploy TenantApi / build-and-deploy (push) Successful in 44s
|
2026-02-20 18:45:48 +08:00 |
|
|
|
8a6fc867c2
|
refactor(store): remove fallback config behavior and expose isConfigured
Build and Deploy TenantApi / build-and-deploy (push) Successful in 43s
|
2026-02-20 09:55:11 +08:00 |
|
|
|
145be01bfc
|
fix(store-fees): 保留包装费配置避免阶梯刷新丢失
Build and Deploy TenantApi / build-and-deploy (push) Successful in 45s
|
2026-02-20 08:28:41 +08:00 |
|
|
|
53f7c54c82
|
feat(geo): add tenant/merchant/store geocode fallback and retry workflow
Build and Deploy TenantApi / build-and-deploy (push) Successful in 43s
|
2026-02-19 17:13:00 +08:00 |
|
|
|
ad245078a2
|
feat: 提交配送中心点与门店地址映射全量变更
Build and Deploy TenantApi / build-and-deploy (push) Successful in 42s
|
2026-02-19 16:12:36 +08:00 |
|
|
|
dfa2b3ee52
|
feat(store): add quick business toggle endpoint and auto-approve creation
Build and Deploy TenantApi / build-and-deploy (push) Successful in 42s
|
2026-02-18 10:03:27 +08:00 |
|
|
|
be701d8cf6
|
fix(store): default new store business status to resting
Build and Deploy TenantApi / build-and-deploy (push) Successful in 42s
|
2026-02-18 08:44:14 +08:00 |
|
|
|
b3429e2a0d
|
feat(store): auto-generate store code on create and make update code optional
Build and Deploy TenantApi / build-and-deploy (push) Successful in 44s
|
2026-02-18 08:27:37 +08:00 |
|
|
|
1b185af718
|
feat: 完成门店管理剩余接口并补齐文档注释
Build and Deploy TenantApi / build-and-deploy (push) Successful in 46s
|
2026-02-17 14:54:35 +08:00 |
|
|
|
c032608a57
|
Revert "refactor: 清理租户API旧模块代码"
This reverts commit 992930a821.
|
2026-02-17 12:12:01 +08:00 |
|
|
|
654b1ae3f7
|
feat: tenant门店管理首批接口落地
Build and Deploy TenantApi / build-and-deploy (push) Successful in 30s
|
2026-02-17 11:10:06 +08:00 |
|
|
|
992930a821
|
refactor: 清理租户API旧模块代码
|
2026-02-17 09:57:26 +08:00 |
|
|
|
2711893474
|
feat: 完成租户个人中心 API 首版实现
|
2026-02-09 20:01:11 +08:00 |
|
|
|
f61554fc08
|
fix: 移除商户中心租户信息兜底返回
Build and Deploy TenantApi / build-and-deploy (push) Successful in 38s
|
2026-02-06 14:01:05 +08:00 |
|
|
|
76ba5a4748
|
fix: 移除商户中心商户查询兜底逻辑
Build and Deploy TenantApi / build-and-deploy (push) Successful in 38s
|
2026-02-06 13:59:40 +08:00 |
|
|
|
b02950e465
|
fix: 修复商户中心查询 RowVersion 列不存在问题
Build and Deploy TenantApi / build-and-deploy (push) Successful in 38s
|
2026-02-06 13:56:08 +08:00 |
|