8 Commits

Author SHA1 Message Date
t 3d47227fbd refactor: split backend into standalone server project
Remove embedded frontend and workflow editor assets, add standalone API deployment configuration, and retain the current backend service updates.
2026-08-20 21:46:55 +08:00
mlogclub e2a76ef54a refactor: update build commands from make to task in documentation and add Taskfile for task management 2026-07-24 14:43:03 +08:00
mlogclub 6f86bdcd75 Translate AGENTS.md from Chinese to English for improved accessibility and clarity. 2026-06-01 11:53:15 +08:00
mlogclub dd1b0d1b81 refactor: update backend stack and rename controllers to handlers in AGENTS.md 2026-05-28 08:27:16 +08:00
mlogclub 96168dc6fb Refactor API routes and controllers for improved structure and clarity
- Updated API route structure to remove versioning and consolidate endpoints.
- Refactored routing in `server.go` to use a unified `/api` prefix for all controllers.
- Added new `ChannelController`, `ConversationController`, and `MessageController` to handle specific API functionalities.
- Removed deprecated `OpenImContextMiddleware` and related logic.
- Enhanced channel validation logic in `ChannelService` and `ChannelRepository`.
- Updated frontend API calls to align with new endpoint structure.
2026-04-25 10:27:43 +08:00
mlogclub 5854517e36 docs: sync ticket design docs references
- fix AGENTS.md links to moved design spec documents\n- update docs submodule to include ticket system and workbench redesign docs
2026-04-16 23:01:48 +08:00
mlogclub 62416baabc Refactor API endpoints to use /api/dashboard instead of /api/console
- Updated all relevant API functions in agent.ts, company.ts, customer-contact.ts, customer.ts, dashboard.ts, ticket-config.ts, and ticket.ts to point to the new /api/dashboard paths.
- Ensured that all request methods and payload structures remain unchanged to maintain existing functionality.
2026-04-15 17:12:30 +08:00
mlogclub efe801b8bf Init 2026-04-09 10:01:23 +08:00