[����] �������� #4

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

��������

ʵ�������Ĵ������ܣ������û���д������Ϣ�����浽���ݿ⡣

ʵ��Ҫ��

���ˣ�NestJS��

  • ���� TasksModule �� TasksController
  • ʵ�ִ��������ӿڣ�POST /api/tasks��
  • ��֤�û�Ȩ�ޣ�AuthGuard��
  • ������֤��title ���description ��ѡ��
  • �Զ�������ǰ�û�
  • ���ش�������������

ǰ�ˣ�Next.js��

  • ���������б�ҳ�棨/tasks��
  • �������񴴽�����������TaskForm��
  • ʵ�ֱ�����֤
  • ���ú��� API ��������
  • �����ɹ������������б�
  • ������������ʾ

API ����

POST /api/tasks
Headers: { Authorization: Bearer <token> }
Request: {
  title: string,
  description?: string,
  status: "pending" | "in_progress" | "completed",
  priority: "low" | "medium" | "high",
  dueDate?: Date,
  tags?: string[]
}
Response: { task }

���ձ�׼

  • ? �û����Գɹ���������
  • ? ���б����ֶζ�����֤
  • ? �����Զ���������ǰ��¼�û�
  • ? �����ɹ���������ʾ���б���
  • ? �����������Ѻ���ʾ
  • ? ���������õ��û�����

������ϵ

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

Ԥ�ƹ�����

3-4 Сʱ

## �������� ʵ�������Ĵ������ܣ������û���д������Ϣ�����浽���ݿ⡣ ## ʵ��Ҫ�� ### ���ˣ�NestJS�� - [ ] ���� TasksModule �� TasksController - [ ] ʵ�ִ��������ӿڣ�POST /api/tasks�� - [ ] ��֤�û�Ȩ�ޣ�AuthGuard�� - [ ] ������֤��title ���description ��ѡ�� - [ ] �Զ�������ǰ�û� - [ ] ���ش������������� ### ǰ�ˣ�Next.js�� - [ ] ���������б�ҳ�棨/tasks�� - [ ] �������񴴽�����������TaskForm�� - [ ] ʵ�ֱ�����֤ - [ ] ���ú��� API �������� - [ ] �����ɹ������������б� - [ ] ������������ʾ ## API ���� ```typescript POST /api/tasks Headers: { Authorization: Bearer <token> } Request: { title: string, description?: string, status: "pending" | "in_progress" | "completed", priority: "low" | "medium" | "high", dueDate?: Date, tags?: string[] } Response: { task } ``` ## ���ձ�׼ - ? �û����Գɹ��������� - ? ���б����ֶζ�����֤ - ? �����Զ���������ǰ��¼�û� - ? �����ɹ���������ʾ���б��� - ? �����������Ѻ���ʾ - ? ���������õ��û����� ## ������ϵ - **ǰ�� Issue**: #1, #2, #3 - **���� 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#4
No description provided.