diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index b333aa03a..9cd5cad75 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,10 +5,19 @@
3. 새로운 모듈 설치시 PR message에 기재할 것.
4. PR 올리기전에 branch 반드시 확인할 것.
-->
- ## 📌 개요
- -
- ## 💻 작업사항
- -
- ## ✅ 변경로직
- -
-
+
+## 📌 개요
+
+-
+
+## 💻 작업사항
+
+-
+
+## ✅ 변경로직
+
+-
+
+## 💡관련 Issue
+
+-
diff --git a/.github/workflows/main-deploy.yml b/.github/workflows/main-deploy.yml
index 7b6452000..4e5685cb6 100644
--- a/.github/workflows/main-deploy.yml
+++ b/.github/workflows/main-deploy.yml
@@ -20,6 +20,7 @@ jobs:
- name: Build
env:
NEXT_PUBLIC_SERVER_ENDPOINT: ${{ secrets.NEXT_PUBLIC_SERVER_ENDPOINT }}
+ NEXT_PUBLIC_AGENDA_SERVER_ENDPOINT: ${{ secrets.NEXT_PUBLIC_AGENDA_SERVER_ENDPOINT }}
NEXT_PUBLIC_CLIENT_ENDPOINT: ${{ secrets.NEXT_PUBLIC_CLIENT_ENDPOINT }}
NEXT_PUBLIC_MANAGE_SERVER_ENDPOINT: ${{ secrets.NEXT_PUBLIC_MANAGE_SERVER_ENDPOINT }}
NEXT_PUBLIC_PARTY_MANAGE_SERVER_ENDPOINT: ${{ secrets.NEXT_PUBLIC_PARTY_MANAGE_SERVER_ENDPOINT }}
diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml
index 872c885ca..f7b363a68 100644
--- a/.github/workflows/test-deploy.yml
+++ b/.github/workflows/test-deploy.yml
@@ -23,6 +23,7 @@ jobs:
env:
NEXT_PUBLIC_SERVER_ENDPOINT: ${{ secrets.NEXT_DEV_PUBLIC_SERVER_ENDPOINT }}
NEXT_PUBLIC_CLIENT_ENDPOINT: ${{ secrets.DEV_NEXT_PUBLIC_CLIENT_ENDPOINT }}
+ NEXT_PUBLIC_AGENDA_SERVER_ENDPOINT: ${{ secrets.DEV_NEXT_PUBLIC_AGENDA_SERVER_ENDPOINT }}
NEXT_PUBLIC_PARTY_MANAGE_SERVER_ENDPOINT: ${{ secrets.DEV_NEXT_PUBLIC_PARTY_MANAGE_SERVER_ENDPOINT }}
NEXT_PUBLIC_MANAGE_SERVER_ENDPOINT: ${{ secrets.NEXT_DEV_PUBLIC_MANAGE_SERVER_ENDPOINT }}
GENERATE_SOURCEMAP: ${{ secrets.GENERATE_SOURCEMAP }}
diff --git a/.gitignore b/.gitignore
index e3a4e3ac6..8537bf7a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,4 +42,7 @@ yarn-error.log*
.eslintcache
#cypressConfig
-cypress.config.*
\ No newline at end of file
+cypress.config.*
+
+#siwolee: ignore local file I can't remove
+*anima*
\ No newline at end of file
diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx
index 263ca1299..858b3d5ed 100644
--- a/.storybook/preview.tsx
+++ b/.storybook/preview.tsx
@@ -2,6 +2,11 @@ import React from 'react';
import type { Preview } from '@storybook/react';
import { StoryFn } from '@storybook/react';
import { RecoilRoot } from 'recoil';
+import { QueryClient } from 'react-query';
+import { QueryClientProvider } from 'react-query';
+import 'styles/globals.css';
+
+const queryClient = new QueryClient();
const preview: Preview = {
parameters: {
@@ -13,14 +18,39 @@ const preview: Preview = {
},
},
backgrounds: {
- default: 'purple',
- values: [{ name: 'purple', value: '#301451' }],
+ default: 'light-bg',
+ values: [
+ { name: 'purple', value: '#301451' },
+ {
+ name: 'light-bg',
+ value: 'linear-gradient(180deg, #c9c9c9 0%, #6d5b93 100%)',
+ },
+ {
+ name: 'dark-bg',
+ value: 'linear-gradient(180deg, #6d5b93 0%, #301451 100%)',
+ },
+ ],
},
},
decorators: [
(Story: StoryFn) => (
역할 | +LEAD🌿 | +🧸 | +🦊 | +
이름 | +이시원 @siwolee | +임지현 @jihylim | +이정론 @jeongrol | +
{rest.error}
+ ) : null} +발급 시작 누르기
+ +
+ 평가 포인트 기부하기
+
+ {`(최대 2개까지 반영)`}
+
현재 페이지로 돌아와 발급완료 누르기
+{formatDate(agendaStartTime)}
+{`~ ${formatDate(agendaEndTime)}`}
+{item.label}
+ {' : '} + {item.value} +{teamLeaderIntraId}
+{description}
+ {image && ( + <> +{description}
+ {contentsToCheck && ( +{key}
+{contentsToCheck[key]}
+{teamDetail.teamContent}
++ {mate.intraId}{' '} + {mate.intraId === teamDetail.teamLeaderIntraId ? '👑' : ''} +
+당부사항
+Loading...
+ )} +