Skip to content

Conversation

@hou27
Copy link
Member

@hou27 hou27 commented Nov 1, 2023

  • 꿀팁, 쇼핑 카테고리가 유저마다 기본으로 추가되도록 설정
  • 카테고리 아이콘 이름 작업

카테고리 아이콘 이름 목록

None
Trip
Game
Book
Document
Shopping
Gift
Folder
Star
Cake
Cafe
Cook
Watch

변경된 category entity

{
    "id": 25,
    "createdAt": "2023-11-01T04:41:53.153Z",
    "updatedAt": "2023-11-01T04:46:44.270Z",
    "name": "test",
    "slug": "test",
    "iconName": "Trip",
    "parentId": null,
    "userId": 1
}

변경된 category 관련 api Request Body

Add Category

POST /api/categories

{
  "categoryName": "정보",
  "iconName": "string",
  "parentId": 1
}

Update Category

PATCH /api/categories

{
  "name": "string",
  "parentId": number,
  "iconName": "string",
  "categoryId": number
}

Closes #210

@hou27 hou27 added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 1, 2023
@hou27 hou27 added this to the v1.0.0 milestone Nov 1, 2023
@hou27 hou27 self-assigned this Nov 1, 2023
@hou27 hou27 merged commit 30ed40f into develop Nov 1, 2023
@hou27 hou27 deleted the feature/#210-category-icon-and-default branch November 1, 2023 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

카테고리 추가 정책 반영

2 participants