multica/server/pkg/db/generated
Naiyuan Qing cc2281416e feat(server): add comment CRUD endpoints and issue filter/update enhancements
- Add UpdateComment and DeleteComment handlers with /api/comments/{commentId} routes
- Add broadcast for comment create/update/delete WebSocket events
- Support status, priority, and assignee_id filters on ListIssues
- Extend UpdateIssue to handle due_date, acceptance_criteria, context_refs, repository
- Properly distinguish "field not sent" vs "field sent as null" in UpdateIssue
- Add corresponding SDK methods and TypeScript types

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 20:15:09 +08:00
..
activity.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
agent.sql.go feat(server): add task service layer and daemon REST protocol 2026-03-23 18:34:51 +08:00
comment.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
db.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
inbox.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
issue.sql.go feat(server): add comment CRUD endpoints and issue filter/update enhancements 2026-03-23 20:15:09 +08:00
member.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
models.go feat(server): add task service layer and daemon REST protocol 2026-03-23 18:34:51 +08:00
user.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00
workspace.sql.go feat(server): implement full REST API with JWT auth and real-time WebSocket 2026-03-22 11:50:03 +08:00