Skip to content

Commit

Permalink
Chore: Mockdata 내용 살짝 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene-A-01 committed Oct 6, 2024
1 parent 29a4c77 commit 3d3b09a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/app/topics/_components/topicMock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TopicType } from '@/lib/types/topicType';
export const topicsData: TopicType[] = [
{
categoryEngName: '음악',
categoryKorName: '기술',
categoryKorName: '음악',
title: 'AI와 머신러닝의 미래',
description: 'AI와 머신러닝이 앞으로 어떻게 발전할지에 대한 토론',
ownerId: 101,
Expand All @@ -12,7 +12,7 @@ export const topicsData: TopicType[] = [
},
{
categoryEngName: '장소',
categoryKorName: '건강',
categoryKorName: '장소',
title: '헬스케어의 혁신',
description: '첨단 기술을 활용한 헬스케어 서비스의 혁신과 미래',
ownerId: 102,
Expand All @@ -21,7 +21,7 @@ export const topicsData: TopicType[] = [
},
{
categoryEngName: '일상생활',
categoryKorName: '비즈니스',
categoryKorName: '일상생활',
title: '비즈니스 전략 세우기',
description: '효과적인 비즈니스 전략을 세우는 방법에 대해 논의합니다.',
ownerId: 103,
Expand All @@ -30,7 +30,7 @@ export const topicsData: TopicType[] = [
},
{
categoryEngName: '전체',
categoryKorName: '교육',
categoryKorName: '전체',
title: '온라인 교육의 장점',
description: '온라인 교육 플랫폼의 장점과 한계에 대해 토론',
ownerId: 104,
Expand All @@ -39,7 +39,7 @@ export const topicsData: TopicType[] = [
},
{
categoryEngName: '도서',
categoryKorName: '엔터테인먼트',
categoryKorName: '도서',
title: '미래의 게임 기술',
description: '가상 현실과 증강 현실을 활용한 차세대 게임 기술',
ownerId: 105,
Expand All @@ -48,79 +48,79 @@ export const topicsData: TopicType[] = [
},
{
categoryEngName: '장소',
categoryKorName: '과학',
categoryKorName: '장소',
title: '우주 탐사 기술의 발전',
description: '최근 우주 탐사 기술의 혁신과 가능성에 대해 논의',
ownerId: 106,
ownerNickname: 'SpaceExplorer',
isAnonymous: true,
},
{
categoryEngName: 'Sports',
categoryKorName: '스포츠',
categoryEngName: '도서',
categoryKorName: '도서',
title: '스포츠와 데이터 분석',
description: '데이터 분석을 통해 스포츠 경기의 결과를 예측하는 방법',
ownerId: 107,
ownerNickname: 'DataSports',
isAnonymous: false,
},
{
categoryEngName: 'Politics',
categoryKorName: '정치',
categoryEngName: '장소',
categoryKorName: '장소',
title: '정치와 소셜 미디어',
description: '소셜 미디어가 현대 정치에 미치는 영향에 대해 토론',
ownerId: 108,
ownerNickname: 'PoliticalVoice',
isAnonymous: true,
},
{
categoryEngName: 'Politics',
categoryKorName: '정치',
categoryEngName: '음식',
categoryKorName: '음식',
title: '정치와 소셜 미디어',
description: '소셜 미디어가 현대 정치에 미치는 영향에 대해 토론',
ownerId: 108,
ownerNickname: 'PoliticalVoice',
isAnonymous: true,
},
{
categoryEngName: 'Politics',
categoryKorName: '정치',
categoryEngName: '기타',
categoryKorName: '기타',
title: '정치와 소셜 미디어',
description: '소셜 미디어가 현대 정치에 미치는 영향에 대해 토론',
ownerId: 108,
ownerNickname: 'PoliticalVoice',
isAnonymous: true,
},
{
categoryEngName: 'Politics',
categoryKorName: '정치',
categoryEngName: '일상생활',
categoryKorName: '일상생활',
title: '정치와 소셜 미디어',
description: '소셜 미디어가 현대 정치에 미치는 영향에 대해 토론',
ownerId: 108,
ownerNickname: 'PoliticalVoice',
isAnonymous: true,
},
{
categoryEngName: 'Politics',
categoryKorName: '정치',
categoryEngName: '일상생활',
categoryKorName: '일상생활',
title: '정치와 소셜 미디어',
description: '소셜 미디어가 현대 정치에 미치는 영향에 대해 토론',
ownerId: 108,
ownerNickname: 'PoliticalVoice',
isAnonymous: true,
},
{
categoryEngName: 'Politics',
categoryKorName: '정치',
categoryEngName: '일상생활',
categoryKorName: '일상생활',
title: '정치와 소셜 미디어',
description: '소셜 미디어가 현대 정치에 미치는 영향에 대해 토론',
ownerId: 108,
ownerNickname: 'PoliticalVoice',
isAnonymous: true,
},
{
categoryEngName: 'Politics',
categoryKorName: '정치',
categoryEngName: '일상생활',
categoryKorName: '일상생활',
title: '정치와 소셜 미디어',
description: '소셜 미디어가 현대 정치에 미치는 영향에 대해 토론',
ownerId: 108,
Expand Down

0 comments on commit 3d3b09a

Please sign in to comment.