Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

後端實作 「收藏遊戲」 #211

Open
4 tasks
Tracked by #207
ricksu978 opened this issue Mar 17, 2024 · 0 comments
Open
4 tasks
Tracked by #207

後端實作 「收藏遊戲」 #211

ricksu978 opened this issue Mar 17, 2024 · 0 comments

Comments

@ricksu978
Copy link
Member

ricksu978 commented Mar 17, 2024

Pain

為了讓玩家快速找到自己喜歡的遊戲,我們需要新的功能「收藏遊戲」。
玩家也可以

  • 加入未收藏的遊戲
  • 移除已收藏的遊戲
  • 搜尋已收藏的遊戲

Tasks

  • 設計表格存「收藏」的關聯
  • 設計 3 個 API Endpoint,加入收藏, 移除收藏, 搜尋已收藏的遊戲
  • 讓大家審核
  • 實作

Tests

  1. 玩家加入未收藏的遊戲
  2. 玩家加入已收藏的遊戲
  3. 玩家移除未收藏的遊戲
  4. 玩家移除已收藏的遊戲
  5. 玩家搜尋已收藏的遊戲

Acceptance Criteria

  1. API Endpoints are live
  2. 有 Unit Tests
@ricksu978 ricksu978 mentioned this issue Mar 17, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog Ready
Development

No branches or pull requests

1 participant