Skip to content

Commit

Permalink
Merge branch 'dev/front/finalDemo' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
saa00123 committed Jul 22, 2023
2 parents e4050c3 + fe307b8 commit 0e6fe7a
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 52 deletions.
3 changes: 0 additions & 3 deletions front/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import Agora from './pages/agora/Agora';
import Question from './pages/agora/Question';
import Question1 from './pages/agora/Question1';
import Question2 from './pages/agora/Question2';
import Analysis from './pages/anaylsis/Analysis';

axios.defaults.baseURL = process.env.REACT_APP_BASE_URL;
axios.defaults.withCredentials = true;
Expand Down Expand Up @@ -42,8 +41,6 @@ function App() {
<Route path='/Question' element={<Question />} />
<Route path='/Question1' element={<Question1 />} />
<Route path='/Question2' element={<Question2 />} />
{/** 분석 페이지 */}
<Route path='/Analysis' element={<Analysis />} />
</Routes>
</BrowserRouter>
);
Expand Down
22 changes: 14 additions & 8 deletions front/src/components/frames/Welcome/WelcomeSprint.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import monitortest from '../../../images/monitortest.png';
import React from "react";
import monitor from "../../../images/monitor.png";
import sprint from "../../../images/sprint.png";

function WelcomeSprint() {
return (
Expand All @@ -10,18 +11,23 @@ function WelcomeSprint() {
스프린트 & 테스크
</p>
<p className='text-[18px] mb-10 whitespace-pre-line'>
프로젝트마다 스프린트를 개설하여 멤버들에게{'\n'}테스크를
제공합니다.{'\n'}테스크를 해결할 때 마다 해당되는 어빌리티 포인트를
{'\n'}획득할 수 있습니다.{'\n'}어빌리티 포인트들을 종합하여
프로젝트마다 스프린트를 개설하여 멤버들에게{"\n"}테스크를
제공합니다.{"\n"}테스크를 해결할 때 마다 해당되는 어빌리티 포인트를
{"\n"}획득할 수 있습니다.{"\n"}어빌리티 포인트들을 종합하여
성과분석에 반영할 수 있습니다.
</p>
</div>
</div>
<div className='flex flex-col justify-end items-center m-auto w-[50vw] h-[100vh]'>
<div className='flex flex-col justify-end items-center m-auto w-[50vw] h-[92vh] relative'>
<img
className='w-[646px] h-[512px] mb-[100px]'
className='absolute w-[646px] h-[612px] z-10'
alt='welcometest'
src={monitortest}
src={monitor}
/>
<img
className='absolute w-[600px] h-[352px] z-20 mb-[175px]'
alt='sprint'
src={sprint}
/>
</div>
</div>
Expand Down
24 changes: 12 additions & 12 deletions front/src/components/frames/Welcome/WelcomeStart.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import React from 'react';
import { NavLink } from 'react-router-dom';
import monitortest from '../../../images/monitortest.png';
import demoStart from '../../../images/demoStart.png';
import React from "react";
import { NavLink } from "react-router-dom";
import monitor from "../../../images/monitor.png";
import Start from "../../../images/start.png";

function WelcomeStart() {
return (
<div className='flex justify-center items-center m-auto w-full h-[92vh]'>
<div className='flex flex-col justify-center items-center m-auto w-[50vw] h-[92vh]'>
<div className='justify-start'>
<p className='text-[30px] mb-10 font-bold whitespace-pre-line'>
기존의 성과 관리 제도를 대신 할{'\n'}애자일 성과분석 시스템
기존의 성과 관리 제도를 대신 할{"\n"}애자일 성과분석 시스템
</p>
<p className='text-[18px] mb-10 whitespace-pre-line'>
이슈 해결에 따른 기여 점수 부여를 통한{'\n'}개인 성과 정량화 및
모니터링 기능을 제공합니다.{'\n'}이를 통해 신뢰도 높은 인적
이슈 해결에 따른 기여 점수 부여를 통한{"\n"}개인 성과 정량화 및
모니터링 기능을 제공합니다.{"\n"}이를 통해 신뢰도 높은 인적
의사결정을 할 수 있습니다.
</p>
<NavLink
Expand All @@ -26,14 +26,14 @@ function WelcomeStart() {
</div>
<div className='flex flex-col justify-end items-center m-auto w-[50vw] h-[92vh] relative'>
<img
className='absolute w-[646px] h-[512px] z-10'
className='absolute w-[646px] h-[612px] z-10'
alt='welcometest'
src={monitortest}
src={monitor}
/>
<img
className='absolute w-[586px] h-[332px] z-20 mb-[150px]'
alt='demoStart'
src={demoStart}
className='absolute w-[600px] h-[352px] z-20 mb-[175px]'
alt='Start'
src={Start}
/>
</div>
</div>
Expand Down
Binary file added front/src/images/monitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front/src/images/sprint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front/src/images/start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion front/src/pages/agora/Question1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function Question1() {
alt='agoraIcon'
src={profileImg}
/>
답변자
권순호
</div>
<p className='flex bg-white p-2 mt-2 w-full h-full overflow-auto rounded-[15px] text-[15px]'>
테스트 결과에는 이상이 없는데, contributePoint의 타입을 number로
Expand Down
28 changes: 0 additions & 28 deletions front/src/pages/anaylsis/Analysis.tsx

This file was deleted.

0 comments on commit 0e6fe7a

Please sign in to comment.