mlogclub
79614b2d07
Refactor import paths to use internal/pkg/httpx/params
...
- Updated multiple repository and service files to replace imports from "github.com/mlogclub/simple/web/params" with "cs-agent/internal/pkg/httpx/params".
- Adjusted context handling in auth_service and ws_service to use gin.Context instead of iris.Context.
- Ensured consistent usage of HTTP status responses across websocket handlers.
2026-05-23 22:10:20 +08:00
mlogclub
84a0dba286
fix(customer): sync conversation name callback
2026-05-02 11:36:32 +08:00
mlogclub
28d1cfc160
fix(customer_service): update EnsureExternalCustomer to use TxContext
2026-04-28 23:03:06 +08:00
mlogclub
55d55101df
feat(widget-demo): add direct chat URL generation and copy functionality
2026-04-28 23:00:22 +08:00
mlogclub
cf63b75590
refactor: rename ExternalInfo to ExternalUser and update related functions for consistency
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 11:10:47 +08:00
mlogclub
d713bd5158
refactor: update Conversation model to include CustomerName, adjust related logic and queries
2026-04-27 19:27:24 +08:00
mlogclub
3a9bc4914a
refactor: remove Subject field from Conversation model and related logic, replace with CustomerName
2026-04-27 19:22:40 +08:00
mlogclub
2d2d2d2051
feat: implement EnsureExternalCustomer method in CustomerService and refactor customer creation logic
2026-04-27 19:09:29 +08:00
mlogclub
efe801b8bf
Init
2026-04-09 10:01:23 +08:00