[����] ��ǩ���� #9

Open
opened 2026-03-19 07:56:35 +00:00 by chen · 0 comments
Owner

��������

ʵ�������ı�ǩ���ܣ������û�Ϊ�������ӱ�ǩ�Ա�������ɸѡ��

ʵ��Ҫ��

���ˣ�NestJS��

  • ʵ�ִ�����ǩ�ӿڣ�POST /api/tags��
  • ʵ�ֻ�ȡ���б�ǩ�ӿڣ�GET /api/tags��
  • ʵ��Ϊ�������ӱ�ǩ�ӿڣ�POST /api/tasks/:id/tags��
  • ʵ���Ƴ�������ǩ�ӿڣ�DELETE /api/tasks/:id/tags/:tagId��
  • ʵ�ְ���ǩɸѡ�����ӿڣ�GET /api/tasks?tag=xxx��

ǰ�ˣ�Next.js��

  • ������ǩ����������TagManager��
  • ������ǩѡ����������TagSelector��
  • ֧�ִ����±�ǩ������ + ��ɫ��
  • ��������Ƭ����ʾ��ǩ
  • ������ǩɸѡ����
  • ֧���Ƴ������ı�ǩ

API ����

// ������ǩ
POST /api/tags
Request: { name: string, color: string }
Response: { tag }

// Ϊ�������ӱ�ǩ
POST /api/tasks/:id/tags
Request: { tagIds: number[] }
Response: { task }

// �Ƴ�������ǩ
DELETE /api/tasks/:id/tags/:tagId
Response: { task }

// ����ǩɸѡ
GET /api/tasks?tag=xxx
Response: { tasks: Task[] }

���ձ�׼

  • ? �û����Դ�����ǩ
  • ? �û�����Ϊ�������Ӷ�����ǩ
  • ? ��ǩ��������Ƭ����ȷ��ʾ
  • ? ���԰���ǩɸѡ����
  • ? �����Ƴ������ı�ǩ
  • ? ��ǩ��ɫ�����Զ���

������ϵ

  • ǰ�� Issue: #1, #2, #3, #4
  • ���� Issue: ��

Ԥ�ƹ�����

3-4 Сʱ

## �������� ʵ�������ı�ǩ���ܣ������û�Ϊ�������ӱ�ǩ�Ա�������ɸѡ�� ## ʵ��Ҫ�� ### ���ˣ�NestJS�� - [ ] ʵ�ִ�����ǩ�ӿڣ�POST /api/tags�� - [ ] ʵ�ֻ�ȡ���б�ǩ�ӿڣ�GET /api/tags�� - [ ] ʵ��Ϊ�������ӱ�ǩ�ӿڣ�POST /api/tasks/:id/tags�� - [ ] ʵ���Ƴ�������ǩ�ӿڣ�DELETE /api/tasks/:id/tags/:tagId�� - [ ] ʵ�ְ���ǩɸѡ�����ӿڣ�GET /api/tasks?tag=xxx�� ### ǰ�ˣ�Next.js�� - [ ] ������ǩ����������TagManager�� - [ ] ������ǩѡ����������TagSelector�� - [ ] ֧�ִ����±�ǩ������ + ��ɫ�� - [ ] ��������Ƭ����ʾ��ǩ - [ ] ������ǩɸѡ���� - [ ] ֧���Ƴ������ı�ǩ ## API ���� ```typescript // ������ǩ POST /api/tags Request: { name: string, color: string } Response: { tag } // Ϊ�������ӱ�ǩ POST /api/tasks/:id/tags Request: { tagIds: number[] } Response: { task } // �Ƴ�������ǩ DELETE /api/tasks/:id/tags/:tagId Response: { task } // ����ǩɸѡ GET /api/tasks?tag=xxx Response: { tasks: Task[] } ``` ## ���ձ�׼ - ? �û����Դ�����ǩ - ? �û�����Ϊ�������Ӷ�����ǩ - ? ��ǩ��������Ƭ����ȷ��ʾ - ? ���԰���ǩɸѡ���� - ? �����Ƴ������ı�ǩ - ? ��ǩ��ɫ�����Զ��� ## ������ϵ - **ǰ�� Issue**: #1, #2, #3, #4 - **���� Issue**: �� ## Ԥ�ƹ����� 3-4 Сʱ
Sign in to join this conversation.
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chen/taskmanager#9
No description provided.