code
stringlengths
41
34.3k
lang
stringclasses
8 values
review
stringlengths
1
4.74k
@@ -0,0 +1,212 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import Nav from '../../../Components/Nav/Nav'; +import FeedList from './FeedList'; +import './Main.scss'; + +class Main extends React.Component { + render() { + return ( + <> + <Nav /> + <div className="main-container"> + <main className="section-container"> + <section className="main-section"> + <div className="left-contents"> + <div className="stories"> + <div className="story-container"> + <div className="story"> + <div className="story-link-container"> + <Link to="/main" className="story-link"> + <div className="link-background"> + <div className="image-container"> + <div className="image-link"></div> + </div> + </div> + </Link> + </div> + <span className="story-name">name</span> + </div> + + <div className="story"> + <div className="story-link-container"> + <Link to="/main" className="story-link"> + <div className="link-background"> + <div className="image-container"> + <div className="image-link"></div> + </div> + </div> + </Link> + </div> + <span className="story-name">name</span> + </div> + + <div className="story"> + <div className="story-link-container"> + <Link to="/main" className="story-link"> + <div className="link-background"> + <div className="image-container"> + <div className="image-link"></div> + </div> + </div> + </Link> + </div> + <span className="story-name">name</span> + </div> + </div> + </div> + + <FeedList /> + </div> + + <aside className="right-contents-container"> + <div className="right-contents"> + <div className="profile-container transparent"> + <div className="profile transparent"> + <Link to="/main" className="userid-link"> + <img + src="/images/hyunchanpark//images/user-icon.jpg" + alt="user๋‹˜์˜ ํ”„๋กœํ•„ ์‚ฌ์ง„" + /> + </Link> + <div className="userinfo-text"> + <Link to="/main">userId</Link> + <span>username</span> + </div> + </div> + <button className="transparent">์ „ํ™˜</button> + </div> + + <div className="recommend-container transparent"> + <div className="recommend transparent"> + <span>ํšŒ์›๋‹˜์„ ์œ„ํ•œ ์ถ”์ฒœ</span> + <Link to="/main" className="suggest"> + ๋ชจ๋‘ ๋ณด๊ธฐ + </Link> + </div> + <ul className="recommend-list"> + <li className="recommend-item"> + <div className="item"> + <Link to="/main" className="item-link"> + <img + src="/images/hyunchanpark/images/insta-sprite.png" + alt="other user" + /> + </Link> + <div className="username"> + <Link to="/main">imsj208</Link> + <span>kingwoobinkim๋‹˜ ์™ธ 6๋ช…์ด ํŒ”๋กœ์šฐํ•ฉ๋‹ˆ๋‹ค</span> + </div> + </div> + <button className="follow-button transparent"> + ํŒ”๋กœ์šฐ + </button> + </li> + <li className="recommend-item"> + <div className="item"> + <Link to="/main" className="item-link"> + <img + src="/images/hyunchanpark/images/insta-sprite.png" + alt="other user" + /> + </Link> + <div className="username"> + <Link to="/main">jinhyung.lee.5832</Link> + <span>ycw12495๋‹˜ ์™ธ 1๋ช…์ด ํŒ”๋กœ์šฐํ•ฉ๋‹ˆ๋‹ค</span> + </div> + </div> + <button className="follow-button transparent"> + ํŒ”๋กœ์šฐ + </button> + </li> + <li className="recommend-item"> + <div className="item"> + <Link to="/main" className="item-link"> + <img + src="/images/hyunchanpark/images/insta-sprite.png" + alt="other user" + /> + </Link> + <div className="username"> + <Link to="/main">msc_940216</Link> + <span>ํšŒ์›๋‹˜์„ ํŒ”๋กœ์šฐํ•ฉ๋‹ˆ๋‹ค</span> + </div> + </div> + <button className="follow-button transparent"> + ํŒ”๋กœ์šฐ + </button> + </li> + </ul> + </div> + + <footer> + <ul> + <li> + <Link to="/main"> + <span>์†Œ๊ฐœ</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>๋„์›€๋ง</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>ํ™๋ณด์„ผํ„ฐ</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>API</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>์ฑ„์šฉ์ •๋ณด</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>๊ฐœ์ธ์ •๋ณด์ฒ˜๋ฆฌ๋ฐฉ์นจ</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>์•ฝ๊ด€</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>์œ„์น˜</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>์ธ๊ธฐ๊ณ„์ •</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>ํ•ด์‹œํƒœ๊ทธ</span> + </Link> + </li> + <li> + <Link to="/main"> + <span>์–ธ์–ด</span> + </Link> + </li> + </ul> + <span>ยฉ 2021 Instagram from Facebook</span> + </footer> + </div> + </aside> + </section> + </main> + </div> + </> + ); + } +} + +export default Main;
JavaScript
์š”๊ธฐ ์ฝ”๋“œ๋„ ์ „์ฒด๋กœ a๋งํฌ๋ฅผ ์ฃผ์…จ์Šต๋‹ˆ๋‹ค Link๋กœ ์ฃผ์‹œ๋ฉด ์ข‹์„๊ฑฐ ๊ฐ™์Šต๋‹ˆ๋‹ค
@@ -0,0 +1,47 @@ +import React, { Component } from 'react'; +import { Link } from 'react-router-dom'; +import Comment from './Comment'; + +class CommentList extends Component { + render() { + const { feedId, commentList, onToggleLike, onRemoveComment } = this.props; + + return ( + <> + <div> + <div className="all-comments-show"> + <Link to="/main"> + ๋Œ“๊ธ€ <span>12,739</span>๊ฐœ ๋ชจ๋‘ ๋ณด๊ธฐ + </Link> + </div> + + <div className="other-comments"> + {commentList?.map((comment, i) => ( + <Comment + key={i} + feedId={feedId} + comment={comment} + onToggleLike={onToggleLike} + onRemoveComment={onRemoveComment} + /> + ))} + </div> + + <div className="time-container"> + <Link to="/main"> + <time + className="" + dateTime="2021-05-17T18:16:28.000Z" + title="2021๋…„ 5์›” 18์ผ" + > + 2์ผ ์ „ + </time> + </Link> + </div> + </div> + </> + ); + } +} + +export default CommentList;
JavaScript
formํƒœ๊ทธ์˜ submit์„ ์ถ”๊ฐ€ํ•˜์…”์„œ ์—”ํ„ฐํ‚ค๋ฅผ ์ณ๋„ ์ž…๋ ฅ์ด ๊ฐ€๋Šฅํ•˜๊ฒŒ ํ•œ์  ๋ณด๊ธฐ ์ข‹์Šต๋‹ˆ๋‹ค! ์ด๋ ‡๊ฒŒ ํ•˜๋ฉด ๋”ฐ๋กœ ์—”ํ„ฐํ‚ค ํ•จ์ˆ˜๋ฅผ ๋งŒ๋“ค์ง€ ์•Š์•„๋„ ๋˜๋‹ˆ๊นŒ ์ข‹์€๊ฑฐ ๊ฐ™์Šต๋‹ˆ๋‹ค !
@@ -0,0 +1,47 @@ +import React, { Component } from 'react'; +import { Link } from 'react-router-dom'; +import Comment from './Comment'; + +class CommentList extends Component { + render() { + const { feedId, commentList, onToggleLike, onRemoveComment } = this.props; + + return ( + <> + <div> + <div className="all-comments-show"> + <Link to="/main"> + ๋Œ“๊ธ€ <span>12,739</span>๊ฐœ ๋ชจ๋‘ ๋ณด๊ธฐ + </Link> + </div> + + <div className="other-comments"> + {commentList?.map((comment, i) => ( + <Comment + key={i} + feedId={feedId} + comment={comment} + onToggleLike={onToggleLike} + onRemoveComment={onRemoveComment} + /> + ))} + </div> + + <div className="time-container"> + <Link to="/main"> + <time + className="" + dateTime="2021-05-17T18:16:28.000Z" + title="2021๋…„ 5์›” 18์ผ" + > + 2์ผ ์ „ + </time> + </Link> + </div> + </div> + </> + ); + } +} + +export default CommentList;
JavaScript
์•„๋‹ˆ์š”......์‚ญ์ œ๊นŒ์ง€ ๊ตฌํ˜„ํ–ˆ์Šต๋‹ˆ๋‹ค. ใ… ใ… 
@@ -61,7 +61,10 @@ class Nav extends React.Component { </a> <a href="/"> <div className="profile-image"> - <img src="images/profile/me.jpeg" alt="me" /> + <img + src="/images/hyunchanpark//images/user-icon.jpg" + alt="me" + /> </div> </a> </div>
JavaScript
[์ฐธ๊ณ ](https://stackoverflow.com/questions/43087007/react-link-vs-a-tag-and-arrow-function) `<a>`๋Š” ์‚ฌ์šฉํ•˜๋ฉด ์ƒˆ๋กœ๊ณ ์นจ ํ•˜๋Š” ๊ฒƒ์ฒ˜๋Ÿผ html์„ ์ƒˆ๋กœ ๋‹ค ๋ฐ›์•„ ์˜ค๋Š” ๋ฐ˜๋ฉด, `<Link>`๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด ์ปดํฌ๋„ŒํŠธ๋งŒ ๋ฐ”๊ฟ”์ค๋‹ˆ๋‹ค. ๋ Œ๋”๋ง ์ตœ์ ํ™”๋ฅผ ์œ„ํ•ด์„œ `<Link>` ์‚ฌ์šฉํ•ด์ฃผ์„ธ์š”!
@@ -22,6 +22,7 @@ nav { .title { margin: 0; font-size: 30px; + font-weight: 400; font-family: 'Lobster', cursive; } @@ -44,5 +45,30 @@ nav { font-weight: 300; } } + + .path-icon { + display: flex; + + a { + margin-left: 24px; + background-color: transparent; + border: none; + + &:hover { + text-decoration: none; + } + + .profile-image { + width: 22px; + height: 22px; + + img { + width: 22px; + height: 22px; + border-radius: 50%; + } + } + } + } } }
Unknown
font-weight:400์ด ๊ธฐ๋ณธ์†์„ฑ์ธ๋ฐ ๋”ฐ๋กœ ๋ถ€์—ฌํ•˜์‹  ์ด์œ ๊ฐ€ ์žˆ๋‚˜์š”?
@@ -0,0 +1,121 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import { withRouter } from 'react-router'; +import './Login.scss'; + +const REGEXP = { + emailRegExp: + /[a-zA-Z0-9.-_+!]+@[a-zA-Z0-9]+\.[a-zA-Z0-9]{2,}(?:.[a-zA-Z0-9]{2,3})?/, + passwordRegExp: /[a-zA-Z0-9]{5,100}/, +}; + +class Login extends React.Component { + constructor(props) { + super(props); + + this.state = { userId: '', userPw: '' }; + } + + validate = (value, regExp) => { + const reg = new RegExp(regExp); + return reg.test(value); + }; + + validateInputData = (id, pw) => { + return ( + this.validate(id, REGEXP.emailRegExp) && + this.validate(pw, REGEXP.passwordRegExp) + ); + }; + + handleInput = e => { + const { name, value } = e.target; + this.setState({ + [name]: value, + }); + }; + + handleSubmit = e => { + e.preventDefault(); + + const { userId, userPw } = this.state; + if (!this.validateInputData(userId, userPw)) return; + + this.props.history.push('/main'); + }; + + render() { + const { userId, userPw } = this.state; + + return ( + <> + <section className="entire-container"> + <div className="entire"> + <div className="entire_top content"> + <div className="login_container"> + <h1>westagram</h1> + <div className="form_container"> + <form onSubmit={this.handleSubmit}> + <input + type="text" + name="userId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + value={userId} + onChange={this.handleInput} + /> + <input + type="password" + name="userPw" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + value={userPw} + onChange={this.handleInput} + /> + <Link to="/main"> + <button + className="login-button" + type="submit" + disabled={!this.validateInputData(userId, userPw)} + onClick={this.handleSubmit} + > + ๋กœ๊ทธ์ธ + </button> + </Link> + </form> + + <div className="line_container"> + <div className="line"></div> + <div className="line-word">๋˜๋Š”</div> + <div className="line"></div> + </div> + + <button className="social-login-button"> + <img + src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NS43MyA0NTUuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NS43MyA0NTUuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiMzQTU1OUY7IiBkPSJNMCwwdjQ1NS43M2gyNDIuNzA0VjI3OS42OTFoLTU5LjMzdi03MS44NjRoNTkuMzN2LTYwLjM1M2MwLTQzLjg5MywzNS41ODItNzkuNDc1LDc5LjQ3NS03OS40NzUNCgloNjIuMDI1djY0LjYyMmgtNDQuMzgyYy0xMy45NDcsMC0yNS4yNTQsMTEuMzA3LTI1LjI1NCwyNS4yNTR2NDkuOTUzaDY4LjUyMWwtOS40Nyw3MS44NjRoLTU5LjA1MVY0NTUuNzNINDU1LjczVjBIMHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K" + alt="facebook button" + /> + <span>Facebook์œผ๋กœ ๋กœ๊ทธ์ธ</span> + </button> + </div> + + <Link to="/" className="search-password"> + ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”? + </Link> + </div> + </div> + + <div className="entire_bottom content"> + <p> + ๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?&nbsp; + <a href="https://www.instagram.com/accounts/emailsignup/"> + ๊ฐ€์ž…ํ•˜๊ธฐ + </a> + </p> + </div> + </div> + </section> + </> + ); + } +} + +export default withRouter(Login);
JavaScript
์ด ๊ฐ’์€ ์ปดํฌ๋„ŒํŠธ๋‚ด๋ถ€์— ๊ฐ’์œผ๋กœ ๊ฐ€์ง€๊ณ  ์žˆ๋Š”๊ฒŒ ์ข‹์•„๋ณด์ด๋Š”๋ฐ ์ปดํฌ๋„ŒํŠธ ๋ฐ”๊นฅ์—์„œ ์„ ์–ธํ•˜์‹  ์ด์œ ๊ฐ€ ์žˆ๋‚˜์š”?
@@ -0,0 +1,121 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import { withRouter } from 'react-router'; +import './Login.scss'; + +const REGEXP = { + emailRegExp: + /[a-zA-Z0-9.-_+!]+@[a-zA-Z0-9]+\.[a-zA-Z0-9]{2,}(?:.[a-zA-Z0-9]{2,3})?/, + passwordRegExp: /[a-zA-Z0-9]{5,100}/, +}; + +class Login extends React.Component { + constructor(props) { + super(props); + + this.state = { userId: '', userPw: '' }; + } + + validate = (value, regExp) => { + const reg = new RegExp(regExp); + return reg.test(value); + }; + + validateInputData = (id, pw) => { + return ( + this.validate(id, REGEXP.emailRegExp) && + this.validate(pw, REGEXP.passwordRegExp) + ); + }; + + handleInput = e => { + const { name, value } = e.target; + this.setState({ + [name]: value, + }); + }; + + handleSubmit = e => { + e.preventDefault(); + + const { userId, userPw } = this.state; + if (!this.validateInputData(userId, userPw)) return; + + this.props.history.push('/main'); + }; + + render() { + const { userId, userPw } = this.state; + + return ( + <> + <section className="entire-container"> + <div className="entire"> + <div className="entire_top content"> + <div className="login_container"> + <h1>westagram</h1> + <div className="form_container"> + <form onSubmit={this.handleSubmit}> + <input + type="text" + name="userId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + value={userId} + onChange={this.handleInput} + /> + <input + type="password" + name="userPw" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + value={userPw} + onChange={this.handleInput} + /> + <Link to="/main"> + <button + className="login-button" + type="submit" + disabled={!this.validateInputData(userId, userPw)} + onClick={this.handleSubmit} + > + ๋กœ๊ทธ์ธ + </button> + </Link> + </form> + + <div className="line_container"> + <div className="line"></div> + <div className="line-word">๋˜๋Š”</div> + <div className="line"></div> + </div> + + <button className="social-login-button"> + <img + src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NS43MyA0NTUuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NS43MyA0NTUuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiMzQTU1OUY7IiBkPSJNMCwwdjQ1NS43M2gyNDIuNzA0VjI3OS42OTFoLTU5LjMzdi03MS44NjRoNTkuMzN2LTYwLjM1M2MwLTQzLjg5MywzNS41ODItNzkuNDc1LDc5LjQ3NS03OS40NzUNCgloNjIuMDI1djY0LjYyMmgtNDQuMzgyYy0xMy45NDcsMC0yNS4yNTQsMTEuMzA3LTI1LjI1NCwyNS4yNTR2NDkuOTUzaDY4LjUyMWwtOS40Nyw3MS44NjRoLTU5LjA1MVY0NTUuNzNINDU1LjczVjBIMHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K" + alt="facebook button" + /> + <span>Facebook์œผ๋กœ ๋กœ๊ทธ์ธ</span> + </button> + </div> + + <Link to="/" className="search-password"> + ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”? + </Link> + </div> + </div> + + <div className="entire_bottom content"> + <p> + ๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?&nbsp; + <a href="https://www.instagram.com/accounts/emailsignup/"> + ๊ฐ€์ž…ํ•˜๊ธฐ + </a> + </p> + </div> + </div> + </section> + </> + ); + } +} + +export default withRouter(Login);
JavaScript
```suggestion return reg.test(value) ``` test method์˜ return๊ฐ’ ์ž์ฒด๊ฐ€ boolean์ด๊ธฐ ๋•Œ๋ฌธ์— ์œ„์™€ ๊ฐ™์ด ๊ฐ„๊ฒฐํ•˜๊ฒŒ ํ‘œํ˜„ ๊ฐ€๋Šฅํ•ด๋ณด์ž…๋‹ˆ๋‹ค!
@@ -0,0 +1,121 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import { withRouter } from 'react-router'; +import './Login.scss'; + +const REGEXP = { + emailRegExp: + /[a-zA-Z0-9.-_+!]+@[a-zA-Z0-9]+\.[a-zA-Z0-9]{2,}(?:.[a-zA-Z0-9]{2,3})?/, + passwordRegExp: /[a-zA-Z0-9]{5,100}/, +}; + +class Login extends React.Component { + constructor(props) { + super(props); + + this.state = { userId: '', userPw: '' }; + } + + validate = (value, regExp) => { + const reg = new RegExp(regExp); + return reg.test(value); + }; + + validateInputData = (id, pw) => { + return ( + this.validate(id, REGEXP.emailRegExp) && + this.validate(pw, REGEXP.passwordRegExp) + ); + }; + + handleInput = e => { + const { name, value } = e.target; + this.setState({ + [name]: value, + }); + }; + + handleSubmit = e => { + e.preventDefault(); + + const { userId, userPw } = this.state; + if (!this.validateInputData(userId, userPw)) return; + + this.props.history.push('/main'); + }; + + render() { + const { userId, userPw } = this.state; + + return ( + <> + <section className="entire-container"> + <div className="entire"> + <div className="entire_top content"> + <div className="login_container"> + <h1>westagram</h1> + <div className="form_container"> + <form onSubmit={this.handleSubmit}> + <input + type="text" + name="userId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + value={userId} + onChange={this.handleInput} + /> + <input + type="password" + name="userPw" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + value={userPw} + onChange={this.handleInput} + /> + <Link to="/main"> + <button + className="login-button" + type="submit" + disabled={!this.validateInputData(userId, userPw)} + onClick={this.handleSubmit} + > + ๋กœ๊ทธ์ธ + </button> + </Link> + </form> + + <div className="line_container"> + <div className="line"></div> + <div className="line-word">๋˜๋Š”</div> + <div className="line"></div> + </div> + + <button className="social-login-button"> + <img + src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NS43MyA0NTUuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NS43MyA0NTUuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiMzQTU1OUY7IiBkPSJNMCwwdjQ1NS43M2gyNDIuNzA0VjI3OS42OTFoLTU5LjMzdi03MS44NjRoNTkuMzN2LTYwLjM1M2MwLTQzLjg5MywzNS41ODItNzkuNDc1LDc5LjQ3NS03OS40NzUNCgloNjIuMDI1djY0LjYyMmgtNDQuMzgyYy0xMy45NDcsMC0yNS4yNTQsMTEuMzA3LTI1LjI1NCwyNS4yNTR2NDkuOTUzaDY4LjUyMWwtOS40Nyw3MS44NjRoLTU5LjA1MVY0NTUuNzNINDU1LjczVjBIMHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K" + alt="facebook button" + /> + <span>Facebook์œผ๋กœ ๋กœ๊ทธ์ธ</span> + </button> + </div> + + <Link to="/" className="search-password"> + ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”? + </Link> + </div> + </div> + + <div className="entire_bottom content"> + <p> + ๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?&nbsp; + <a href="https://www.instagram.com/accounts/emailsignup/"> + ๊ฐ€์ž…ํ•˜๊ธฐ + </a> + </p> + </div> + </div> + </section> + </> + ); + } +} + +export default withRouter(Login);
JavaScript
๊ธฐ๋Šฅ๋ณ„ ํ•จ์ˆ˜ ๋ถ„๋ฆฌํ•˜๊ณ  ์ž˜ ์žฌํ™œ์šฉํ•˜์‹  ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค!๐Ÿ‘
@@ -0,0 +1,121 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import { withRouter } from 'react-router'; +import './Login.scss'; + +const REGEXP = { + emailRegExp: + /[a-zA-Z0-9.-_+!]+@[a-zA-Z0-9]+\.[a-zA-Z0-9]{2,}(?:.[a-zA-Z0-9]{2,3})?/, + passwordRegExp: /[a-zA-Z0-9]{5,100}/, +}; + +class Login extends React.Component { + constructor(props) { + super(props); + + this.state = { userId: '', userPw: '' }; + } + + validate = (value, regExp) => { + const reg = new RegExp(regExp); + return reg.test(value); + }; + + validateInputData = (id, pw) => { + return ( + this.validate(id, REGEXP.emailRegExp) && + this.validate(pw, REGEXP.passwordRegExp) + ); + }; + + handleInput = e => { + const { name, value } = e.target; + this.setState({ + [name]: value, + }); + }; + + handleSubmit = e => { + e.preventDefault(); + + const { userId, userPw } = this.state; + if (!this.validateInputData(userId, userPw)) return; + + this.props.history.push('/main'); + }; + + render() { + const { userId, userPw } = this.state; + + return ( + <> + <section className="entire-container"> + <div className="entire"> + <div className="entire_top content"> + <div className="login_container"> + <h1>westagram</h1> + <div className="form_container"> + <form onSubmit={this.handleSubmit}> + <input + type="text" + name="userId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + value={userId} + onChange={this.handleInput} + /> + <input + type="password" + name="userPw" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + value={userPw} + onChange={this.handleInput} + /> + <Link to="/main"> + <button + className="login-button" + type="submit" + disabled={!this.validateInputData(userId, userPw)} + onClick={this.handleSubmit} + > + ๋กœ๊ทธ์ธ + </button> + </Link> + </form> + + <div className="line_container"> + <div className="line"></div> + <div className="line-word">๋˜๋Š”</div> + <div className="line"></div> + </div> + + <button className="social-login-button"> + <img + src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NS43MyA0NTUuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NS43MyA0NTUuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiMzQTU1OUY7IiBkPSJNMCwwdjQ1NS43M2gyNDIuNzA0VjI3OS42OTFoLTU5LjMzdi03MS44NjRoNTkuMzN2LTYwLjM1M2MwLTQzLjg5MywzNS41ODItNzkuNDc1LDc5LjQ3NS03OS40NzUNCgloNjIuMDI1djY0LjYyMmgtNDQuMzgyYy0xMy45NDcsMC0yNS4yNTQsMTEuMzA3LTI1LjI1NCwyNS4yNTR2NDkuOTUzaDY4LjUyMWwtOS40Nyw3MS44NjRoLTU5LjA1MVY0NTUuNzNINDU1LjczVjBIMHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K" + alt="facebook button" + /> + <span>Facebook์œผ๋กœ ๋กœ๊ทธ์ธ</span> + </button> + </div> + + <Link to="/" className="search-password"> + ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”? + </Link> + </div> + </div> + + <div className="entire_bottom content"> + <p> + ๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?&nbsp; + <a href="https://www.instagram.com/accounts/emailsignup/"> + ๊ฐ€์ž…ํ•˜๊ธฐ + </a> + </p> + </div> + </div> + </section> + </> + ); + } +} + +export default withRouter(Login);
JavaScript
validateInputData ๋ฅผ ํ˜ธ์ถœํ•˜๊ณ  ๊ณ„์‹œ์ง€๋งŒ ์ด ํ•จ์ˆ˜๋Š” ์‹คํ–‰๋˜๊ธฐ๋งŒ ํ•˜๊ณ  ๋ฆฌํ„ด๊ฐ’์„ ์–ด๋””์—๋„ ํ™œ์šฉํ•˜์ง€ ์•Š๊ณ  ์žˆ๋Š” ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค! ์‹ค์งˆ์ ์œผ๋กœ ์–ด๋–ค ์˜๋ฏธ๋„ ์—†๋Š” ์ฝ”๋“œ๊ฐ™์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,121 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import { withRouter } from 'react-router'; +import './Login.scss'; + +const REGEXP = { + emailRegExp: + /[a-zA-Z0-9.-_+!]+@[a-zA-Z0-9]+\.[a-zA-Z0-9]{2,}(?:.[a-zA-Z0-9]{2,3})?/, + passwordRegExp: /[a-zA-Z0-9]{5,100}/, +}; + +class Login extends React.Component { + constructor(props) { + super(props); + + this.state = { userId: '', userPw: '' }; + } + + validate = (value, regExp) => { + const reg = new RegExp(regExp); + return reg.test(value); + }; + + validateInputData = (id, pw) => { + return ( + this.validate(id, REGEXP.emailRegExp) && + this.validate(pw, REGEXP.passwordRegExp) + ); + }; + + handleInput = e => { + const { name, value } = e.target; + this.setState({ + [name]: value, + }); + }; + + handleSubmit = e => { + e.preventDefault(); + + const { userId, userPw } = this.state; + if (!this.validateInputData(userId, userPw)) return; + + this.props.history.push('/main'); + }; + + render() { + const { userId, userPw } = this.state; + + return ( + <> + <section className="entire-container"> + <div className="entire"> + <div className="entire_top content"> + <div className="login_container"> + <h1>westagram</h1> + <div className="form_container"> + <form onSubmit={this.handleSubmit}> + <input + type="text" + name="userId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + value={userId} + onChange={this.handleInput} + /> + <input + type="password" + name="userPw" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + value={userPw} + onChange={this.handleInput} + /> + <Link to="/main"> + <button + className="login-button" + type="submit" + disabled={!this.validateInputData(userId, userPw)} + onClick={this.handleSubmit} + > + ๋กœ๊ทธ์ธ + </button> + </Link> + </form> + + <div className="line_container"> + <div className="line"></div> + <div className="line-word">๋˜๋Š”</div> + <div className="line"></div> + </div> + + <button className="social-login-button"> + <img + src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NS43MyA0NTUuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NS43MyA0NTUuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiMzQTU1OUY7IiBkPSJNMCwwdjQ1NS43M2gyNDIuNzA0VjI3OS42OTFoLTU5LjMzdi03MS44NjRoNTkuMzN2LTYwLjM1M2MwLTQzLjg5MywzNS41ODItNzkuNDc1LDc5LjQ3NS03OS40NzUNCgloNjIuMDI1djY0LjYyMmgtNDQuMzgyYy0xMy45NDcsMC0yNS4yNTQsMTEuMzA3LTI1LjI1NCwyNS4yNTR2NDkuOTUzaDY4LjUyMWwtOS40Nyw3MS44NjRoLTU5LjA1MVY0NTUuNzNINDU1LjczVjBIMHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K" + alt="facebook button" + /> + <span>Facebook์œผ๋กœ ๋กœ๊ทธ์ธ</span> + </button> + </div> + + <Link to="/" className="search-password"> + ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”? + </Link> + </div> + </div> + + <div className="entire_bottom content"> + <p> + ๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?&nbsp; + <a href="https://www.instagram.com/accounts/emailsignup/"> + ๊ฐ€์ž…ํ•˜๊ธฐ + </a> + </p> + </div> + </div> + </section> + </> + ); + } +} + +export default withRouter(Login);
JavaScript
`const {name, value} = e.target;` ์œผ๋กœ ๊ตฌ์กฐ๋ถ„ํ•ดํ•ด์„œ ์‚ฌ์šฉํ•˜์‹œ๋ฉด ์ข€ ๋” ๊ฐ„๊ฒฐํ•˜๊ฒ ๋„ค์š”!
@@ -0,0 +1,121 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import { withRouter } from 'react-router'; +import './Login.scss'; + +const REGEXP = { + emailRegExp: + /[a-zA-Z0-9.-_+!]+@[a-zA-Z0-9]+\.[a-zA-Z0-9]{2,}(?:.[a-zA-Z0-9]{2,3})?/, + passwordRegExp: /[a-zA-Z0-9]{5,100}/, +}; + +class Login extends React.Component { + constructor(props) { + super(props); + + this.state = { userId: '', userPw: '' }; + } + + validate = (value, regExp) => { + const reg = new RegExp(regExp); + return reg.test(value); + }; + + validateInputData = (id, pw) => { + return ( + this.validate(id, REGEXP.emailRegExp) && + this.validate(pw, REGEXP.passwordRegExp) + ); + }; + + handleInput = e => { + const { name, value } = e.target; + this.setState({ + [name]: value, + }); + }; + + handleSubmit = e => { + e.preventDefault(); + + const { userId, userPw } = this.state; + if (!this.validateInputData(userId, userPw)) return; + + this.props.history.push('/main'); + }; + + render() { + const { userId, userPw } = this.state; + + return ( + <> + <section className="entire-container"> + <div className="entire"> + <div className="entire_top content"> + <div className="login_container"> + <h1>westagram</h1> + <div className="form_container"> + <form onSubmit={this.handleSubmit}> + <input + type="text" + name="userId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + value={userId} + onChange={this.handleInput} + /> + <input + type="password" + name="userPw" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + value={userPw} + onChange={this.handleInput} + /> + <Link to="/main"> + <button + className="login-button" + type="submit" + disabled={!this.validateInputData(userId, userPw)} + onClick={this.handleSubmit} + > + ๋กœ๊ทธ์ธ + </button> + </Link> + </form> + + <div className="line_container"> + <div className="line"></div> + <div className="line-word">๋˜๋Š”</div> + <div className="line"></div> + </div> + + <button className="social-login-button"> + <img + src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NS43MyA0NTUuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NS43MyA0NTUuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiMzQTU1OUY7IiBkPSJNMCwwdjQ1NS43M2gyNDIuNzA0VjI3OS42OTFoLTU5LjMzdi03MS44NjRoNTkuMzN2LTYwLjM1M2MwLTQzLjg5MywzNS41ODItNzkuNDc1LDc5LjQ3NS03OS40NzUNCgloNjIuMDI1djY0LjYyMmgtNDQuMzgyYy0xMy45NDcsMC0yNS4yNTQsMTEuMzA3LTI1LjI1NCwyNS4yNTR2NDkuOTUzaDY4LjUyMWwtOS40Nyw3MS44NjRoLTU5LjA1MVY0NTUuNzNINDU1LjczVjBIMHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K" + alt="facebook button" + /> + <span>Facebook์œผ๋กœ ๋กœ๊ทธ์ธ</span> + </button> + </div> + + <Link to="/" className="search-password"> + ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”? + </Link> + </div> + </div> + + <div className="entire_bottom content"> + <p> + ๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?&nbsp; + <a href="https://www.instagram.com/accounts/emailsignup/"> + ๊ฐ€์ž…ํ•˜๊ธฐ + </a> + </p> + </div> + </div> + </section> + </> + ); + } +} + +export default withRouter(Login);
JavaScript
๐Ÿ‘ state๊ฐ’๋„ ๊ตฌ์กฐ๋ถ„ํ•ดํ•ด์„œ ์‚ฌ์šฉํ•˜๋ฉด ์ข€ ๋” ๊ฐ„๊ฒฐํ•ด๋ณด์ผ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,121 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import { withRouter } from 'react-router'; +import './Login.scss'; + +const REGEXP = { + emailRegExp: + /[a-zA-Z0-9.-_+!]+@[a-zA-Z0-9]+\.[a-zA-Z0-9]{2,}(?:.[a-zA-Z0-9]{2,3})?/, + passwordRegExp: /[a-zA-Z0-9]{5,100}/, +}; + +class Login extends React.Component { + constructor(props) { + super(props); + + this.state = { userId: '', userPw: '' }; + } + + validate = (value, regExp) => { + const reg = new RegExp(regExp); + return reg.test(value); + }; + + validateInputData = (id, pw) => { + return ( + this.validate(id, REGEXP.emailRegExp) && + this.validate(pw, REGEXP.passwordRegExp) + ); + }; + + handleInput = e => { + const { name, value } = e.target; + this.setState({ + [name]: value, + }); + }; + + handleSubmit = e => { + e.preventDefault(); + + const { userId, userPw } = this.state; + if (!this.validateInputData(userId, userPw)) return; + + this.props.history.push('/main'); + }; + + render() { + const { userId, userPw } = this.state; + + return ( + <> + <section className="entire-container"> + <div className="entire"> + <div className="entire_top content"> + <div className="login_container"> + <h1>westagram</h1> + <div className="form_container"> + <form onSubmit={this.handleSubmit}> + <input + type="text" + name="userId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + value={userId} + onChange={this.handleInput} + /> + <input + type="password" + name="userPw" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + value={userPw} + onChange={this.handleInput} + /> + <Link to="/main"> + <button + className="login-button" + type="submit" + disabled={!this.validateInputData(userId, userPw)} + onClick={this.handleSubmit} + > + ๋กœ๊ทธ์ธ + </button> + </Link> + </form> + + <div className="line_container"> + <div className="line"></div> + <div className="line-word">๋˜๋Š”</div> + <div className="line"></div> + </div> + + <button className="social-login-button"> + <img + src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NS43MyA0NTUuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NS43MyA0NTUuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiMzQTU1OUY7IiBkPSJNMCwwdjQ1NS43M2gyNDIuNzA0VjI3OS42OTFoLTU5LjMzdi03MS44NjRoNTkuMzN2LTYwLjM1M2MwLTQzLjg5MywzNS41ODItNzkuNDc1LDc5LjQ3NS03OS40NzUNCgloNjIuMDI1djY0LjYyMmgtNDQuMzgyYy0xMy45NDcsMC0yNS4yNTQsMTEuMzA3LTI1LjI1NCwyNS4yNTR2NDkuOTUzaDY4LjUyMWwtOS40Nyw3MS44NjRoLTU5LjA1MVY0NTUuNzNINDU1LjczVjBIMHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K" + alt="facebook button" + /> + <span>Facebook์œผ๋กœ ๋กœ๊ทธ์ธ</span> + </button> + </div> + + <Link to="/" className="search-password"> + ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”? + </Link> + </div> + </div> + + <div className="entire_bottom content"> + <p> + ๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?&nbsp; + <a href="https://www.instagram.com/accounts/emailsignup/"> + ๊ฐ€์ž…ํ•˜๊ธฐ + </a> + </p> + </div> + </div> + </section> + </> + ); + } +} + +export default withRouter(Login);
JavaScript
๊ฑด์šฐ๋‹˜์ด ๋ฆฌ๋ทฐ ์ž˜ ๋‚จ๊ฒจ์ฃผ์…จ๋„ค์š” ํ™•์ธํ•˜๊ณ  ๋ฐ˜์˜ํ•ด๋ณด์„ธ์š”!๐Ÿ‘
@@ -0,0 +1,121 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import { withRouter } from 'react-router'; +import './Login.scss'; + +const REGEXP = { + emailRegExp: + /[a-zA-Z0-9.-_+!]+@[a-zA-Z0-9]+\.[a-zA-Z0-9]{2,}(?:.[a-zA-Z0-9]{2,3})?/, + passwordRegExp: /[a-zA-Z0-9]{5,100}/, +}; + +class Login extends React.Component { + constructor(props) { + super(props); + + this.state = { userId: '', userPw: '' }; + } + + validate = (value, regExp) => { + const reg = new RegExp(regExp); + return reg.test(value); + }; + + validateInputData = (id, pw) => { + return ( + this.validate(id, REGEXP.emailRegExp) && + this.validate(pw, REGEXP.passwordRegExp) + ); + }; + + handleInput = e => { + const { name, value } = e.target; + this.setState({ + [name]: value, + }); + }; + + handleSubmit = e => { + e.preventDefault(); + + const { userId, userPw } = this.state; + if (!this.validateInputData(userId, userPw)) return; + + this.props.history.push('/main'); + }; + + render() { + const { userId, userPw } = this.state; + + return ( + <> + <section className="entire-container"> + <div className="entire"> + <div className="entire_top content"> + <div className="login_container"> + <h1>westagram</h1> + <div className="form_container"> + <form onSubmit={this.handleSubmit}> + <input + type="text" + name="userId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + value={userId} + onChange={this.handleInput} + /> + <input + type="password" + name="userPw" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + value={userPw} + onChange={this.handleInput} + /> + <Link to="/main"> + <button + className="login-button" + type="submit" + disabled={!this.validateInputData(userId, userPw)} + onClick={this.handleSubmit} + > + ๋กœ๊ทธ์ธ + </button> + </Link> + </form> + + <div className="line_container"> + <div className="line"></div> + <div className="line-word">๋˜๋Š”</div> + <div className="line"></div> + </div> + + <button className="social-login-button"> + <img + src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NS43MyA0NTUuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NS43MyA0NTUuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiMzQTU1OUY7IiBkPSJNMCwwdjQ1NS43M2gyNDIuNzA0VjI3OS42OTFoLTU5LjMzdi03MS44NjRoNTkuMzN2LTYwLjM1M2MwLTQzLjg5MywzNS41ODItNzkuNDc1LDc5LjQ3NS03OS40NzUNCgloNjIuMDI1djY0LjYyMmgtNDQuMzgyYy0xMy45NDcsMC0yNS4yNTQsMTEuMzA3LTI1LjI1NCwyNS4yNTR2NDkuOTUzaDY4LjUyMWwtOS40Nyw3MS44NjRoLTU5LjA1MVY0NTUuNzNINDU1LjczVjBIMHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K" + alt="facebook button" + /> + <span>Facebook์œผ๋กœ ๋กœ๊ทธ์ธ</span> + </button> + </div> + + <Link to="/" className="search-password"> + ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”? + </Link> + </div> + </div> + + <div className="entire_bottom content"> + <p> + ๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?&nbsp; + <a href="https://www.instagram.com/accounts/emailsignup/"> + ๊ฐ€์ž…ํ•˜๊ธฐ + </a> + </p> + </div> + </div> + </section> + </> + ); + } +} + +export default withRouter(Login);
JavaScript
์• ์ดˆ์— boolean์„ ๋ฆฌํ„ดํ•˜๋Š” ํ•จ์ˆ˜์ด๊ธฐ ๋•Œ๋ฌธ์— not ์—ฐ์‚ฐ์ž๋ฅผ ํ™œ์šฉํ•ด์„œ ```suggestion const isDisabled = !this.validateInputData(userId, userPw) ``` button tag์—์„œ ํ•œ๋ฒˆ๋งŒ ์‚ฌ์šฉ๋˜๋Š” ๊ฐ’์ด๋ผ๋ฉด ๋”ฐ๋กœ ๋ณ€์ˆ˜์„ ์–ธ ํ• ๋‹น๊ณผ์ • ๊ฑฐ์น  ํ•„์š” ์—†์ด ๋ฒ„ํŠผ ํƒœ๊ทธ ๋‚ด์— ๋ฐ”๋กœ ์ ์–ด์ค˜๋„ ๋  ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,121 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; +import { withRouter } from 'react-router'; +import './Login.scss'; + +const REGEXP = { + emailRegExp: + /[a-zA-Z0-9.-_+!]+@[a-zA-Z0-9]+\.[a-zA-Z0-9]{2,}(?:.[a-zA-Z0-9]{2,3})?/, + passwordRegExp: /[a-zA-Z0-9]{5,100}/, +}; + +class Login extends React.Component { + constructor(props) { + super(props); + + this.state = { userId: '', userPw: '' }; + } + + validate = (value, regExp) => { + const reg = new RegExp(regExp); + return reg.test(value); + }; + + validateInputData = (id, pw) => { + return ( + this.validate(id, REGEXP.emailRegExp) && + this.validate(pw, REGEXP.passwordRegExp) + ); + }; + + handleInput = e => { + const { name, value } = e.target; + this.setState({ + [name]: value, + }); + }; + + handleSubmit = e => { + e.preventDefault(); + + const { userId, userPw } = this.state; + if (!this.validateInputData(userId, userPw)) return; + + this.props.history.push('/main'); + }; + + render() { + const { userId, userPw } = this.state; + + return ( + <> + <section className="entire-container"> + <div className="entire"> + <div className="entire_top content"> + <div className="login_container"> + <h1>westagram</h1> + <div className="form_container"> + <form onSubmit={this.handleSubmit}> + <input + type="text" + name="userId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + value={userId} + onChange={this.handleInput} + /> + <input + type="password" + name="userPw" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + value={userPw} + onChange={this.handleInput} + /> + <Link to="/main"> + <button + className="login-button" + type="submit" + disabled={!this.validateInputData(userId, userPw)} + onClick={this.handleSubmit} + > + ๋กœ๊ทธ์ธ + </button> + </Link> + </form> + + <div className="line_container"> + <div className="line"></div> + <div className="line-word">๋˜๋Š”</div> + <div className="line"></div> + </div> + + <button className="social-login-button"> + <img + src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NS43MyA0NTUuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NS43MyA0NTUuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiMzQTU1OUY7IiBkPSJNMCwwdjQ1NS43M2gyNDIuNzA0VjI3OS42OTFoLTU5LjMzdi03MS44NjRoNTkuMzN2LTYwLjM1M2MwLTQzLjg5MywzNS41ODItNzkuNDc1LDc5LjQ3NS03OS40NzUNCgloNjIuMDI1djY0LjYyMmgtNDQuMzgyYy0xMy45NDcsMC0yNS4yNTQsMTEuMzA3LTI1LjI1NCwyNS4yNTR2NDkuOTUzaDY4LjUyMWwtOS40Nyw3MS44NjRoLTU5LjA1MVY0NTUuNzNINDU1LjczVjBIMHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K" + alt="facebook button" + /> + <span>Facebook์œผ๋กœ ๋กœ๊ทธ์ธ</span> + </button> + </div> + + <Link to="/" className="search-password"> + ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”? + </Link> + </div> + </div> + + <div className="entire_bottom content"> + <p> + ๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?&nbsp; + <a href="https://www.instagram.com/accounts/emailsignup/"> + ๊ฐ€์ž…ํ•˜๊ธฐ + </a> + </p> + </div> + </div> + </section> + </> + ); + } +} + +export default withRouter(Login);
JavaScript
```suggestion disabled={!this.validateInputData(userId, userPw)} ``` ์œ„์— ๋‹ฌ์•„๋“œ๋ฆฐ ์ฝ”๋ฉ˜ํŠธ์™€ ์ด์–ด์ง€๋Š” ๋‚ด์šฉ์ž…๋‹ˆ๋‹ค!
@@ -0,0 +1,156 @@ +@import '../Styles/common.scss'; + +.entire-container { + @include flex-set(row, center, center); + width: 100%; + height: 100vh; + background-color: $background-default-color; + + .entire { + width: 350px; + background-color: $background-default-color; + + .entire_top { + height: 380px; + + &.content { + padding: 10px 0; + margin: 0 0 10px; + border: $border-default-set; + + .login_container { + @include flex-set(column, center, center); + + h1 { + width: 175px; + height: 51px; + line-height: 51px; + margin: 22px auto 12px; + font-family: 'Lobster', cursive; + @include font-set(40px, 100, null); + } + + .form_container { + @include flex-set(column); + margin: 20px 0 0; + + form { + @include flex-set(column); + + input { + width: 268px; + height: 38px; + padding: 9px 0 7px 8px; + margin: 0 0 7px 0; + border: $border-default-set; + + background: $background-default-color; + color: #8e8e8e; + + @include font-set($font-small-size, inherit, 36px); + overflow: hidden; + outline: 0; + text-overflow: ellipsis; + } + + a { + margin: 9px 0 18px; + + .login-button { + width: 268px; + height: 30px; + background-color: rgb(0, 149, 246); + border-radius: 4px; + color: #fff; + font-weight: $font-bold-weight; + opacity: 1; + + &:disabled { + cursor: default; + opacity: 0.3; + } + } + } + } + + .line_container { + display: flex; + width: 268px; + margin: 0 0 28px 0; + + .line { + position: relative; + top: 0.45em; + height: 1px; + flex-grow: 1; + background-color: #dbdbdb; + } + + .line-word { + color: #8e8e8e; + @include font-set($font-small-size, $font-bold-weight, 15px); + margin: 0 25px; + } + } + + .social-login-button { + display: inline; + margin-bottom: 20px; + border: none; + background-color: #fff; + + &:hover { + cursor: pointer; + } + + img { + position: relative; + top: 3px; + display: inline-block; + width: 16px; + height: 16px; + margin-right: 8px; + } + + span { + color: rgb(56, 81, 133); + @include font-set($font-default-size, $font-bold-weight); + } + } + } + + .search-password { + color: #00376b; + text-align: center; + } + } + } + } + + .entire_bottom { + @include flex-set(); + height: 63px; + color: $font-default-color; + + @include font-set($font-default-size, inherit, 63px); + text-align: center; + + &.content { + padding: 10px 0; + margin: 0 0 10px; + border: $border-default-set; + } + + p { + color: $font-default-color; + font-size: $font-default-size; + + a { + color: #0095f6; + font-weight: 600; + text-decoration: none; + } + } + } + } +}
Unknown
์ปดํฌ๋„ŒํŠธ ์ด๋ฆ„์œผ๋กœ nesting ์ ์šฉํ•ด์ฃผ์„ธ์š”! ์ด๋ ‡๊ฒŒ ๋˜๋ฉด ๋‹ค๋ฅธ ์ปดํฌ๋„ŒํŠธ๋“ค์˜ ์Šคํƒ€์ผ์—๋„ ์˜ํ–ฅ์„ ๋ฏธ์น  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,156 @@ +@import '../Styles/common.scss'; + +.entire-container { + @include flex-set(row, center, center); + width: 100%; + height: 100vh; + background-color: $background-default-color; + + .entire { + width: 350px; + background-color: $background-default-color; + + .entire_top { + height: 380px; + + &.content { + padding: 10px 0; + margin: 0 0 10px; + border: $border-default-set; + + .login_container { + @include flex-set(column, center, center); + + h1 { + width: 175px; + height: 51px; + line-height: 51px; + margin: 22px auto 12px; + font-family: 'Lobster', cursive; + @include font-set(40px, 100, null); + } + + .form_container { + @include flex-set(column); + margin: 20px 0 0; + + form { + @include flex-set(column); + + input { + width: 268px; + height: 38px; + padding: 9px 0 7px 8px; + margin: 0 0 7px 0; + border: $border-default-set; + + background: $background-default-color; + color: #8e8e8e; + + @include font-set($font-small-size, inherit, 36px); + overflow: hidden; + outline: 0; + text-overflow: ellipsis; + } + + a { + margin: 9px 0 18px; + + .login-button { + width: 268px; + height: 30px; + background-color: rgb(0, 149, 246); + border-radius: 4px; + color: #fff; + font-weight: $font-bold-weight; + opacity: 1; + + &:disabled { + cursor: default; + opacity: 0.3; + } + } + } + } + + .line_container { + display: flex; + width: 268px; + margin: 0 0 28px 0; + + .line { + position: relative; + top: 0.45em; + height: 1px; + flex-grow: 1; + background-color: #dbdbdb; + } + + .line-word { + color: #8e8e8e; + @include font-set($font-small-size, $font-bold-weight, 15px); + margin: 0 25px; + } + } + + .social-login-button { + display: inline; + margin-bottom: 20px; + border: none; + background-color: #fff; + + &:hover { + cursor: pointer; + } + + img { + position: relative; + top: 3px; + display: inline-block; + width: 16px; + height: 16px; + margin-right: 8px; + } + + span { + color: rgb(56, 81, 133); + @include font-set($font-default-size, $font-bold-weight); + } + } + } + + .search-password { + color: #00376b; + text-align: center; + } + } + } + } + + .entire_bottom { + @include flex-set(); + height: 63px; + color: $font-default-color; + + @include font-set($font-default-size, inherit, 63px); + text-align: center; + + &.content { + padding: 10px 0; + margin: 0 0 10px; + border: $border-default-set; + } + + p { + color: $font-default-color; + font-size: $font-default-size; + + a { + color: #0095f6; + font-weight: 600; + text-decoration: none; + } + } + } + } +}
Unknown
๊ณตํ†ต์ ์œผ๋กœ ์ ์šฉ๋˜์–ด์•ผ ํ•˜๋Š” ์†์„ฑ์ด๋ผ๋ฉด common์— ๋„ฃ์–ด์ฃผ์‹œ๋Š” ๊ฒŒ ๋งž์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,156 @@ +@import '../Styles/common.scss'; + +.entire-container { + @include flex-set(row, center, center); + width: 100%; + height: 100vh; + background-color: $background-default-color; + + .entire { + width: 350px; + background-color: $background-default-color; + + .entire_top { + height: 380px; + + &.content { + padding: 10px 0; + margin: 0 0 10px; + border: $border-default-set; + + .login_container { + @include flex-set(column, center, center); + + h1 { + width: 175px; + height: 51px; + line-height: 51px; + margin: 22px auto 12px; + font-family: 'Lobster', cursive; + @include font-set(40px, 100, null); + } + + .form_container { + @include flex-set(column); + margin: 20px 0 0; + + form { + @include flex-set(column); + + input { + width: 268px; + height: 38px; + padding: 9px 0 7px 8px; + margin: 0 0 7px 0; + border: $border-default-set; + + background: $background-default-color; + color: #8e8e8e; + + @include font-set($font-small-size, inherit, 36px); + overflow: hidden; + outline: 0; + text-overflow: ellipsis; + } + + a { + margin: 9px 0 18px; + + .login-button { + width: 268px; + height: 30px; + background-color: rgb(0, 149, 246); + border-radius: 4px; + color: #fff; + font-weight: $font-bold-weight; + opacity: 1; + + &:disabled { + cursor: default; + opacity: 0.3; + } + } + } + } + + .line_container { + display: flex; + width: 268px; + margin: 0 0 28px 0; + + .line { + position: relative; + top: 0.45em; + height: 1px; + flex-grow: 1; + background-color: #dbdbdb; + } + + .line-word { + color: #8e8e8e; + @include font-set($font-small-size, $font-bold-weight, 15px); + margin: 0 25px; + } + } + + .social-login-button { + display: inline; + margin-bottom: 20px; + border: none; + background-color: #fff; + + &:hover { + cursor: pointer; + } + + img { + position: relative; + top: 3px; + display: inline-block; + width: 16px; + height: 16px; + margin-right: 8px; + } + + span { + color: rgb(56, 81, 133); + @include font-set($font-default-size, $font-bold-weight); + } + } + } + + .search-password { + color: #00376b; + text-align: center; + } + } + } + } + + .entire_bottom { + @include flex-set(); + height: 63px; + color: $font-default-color; + + @include font-set($font-default-size, inherit, 63px); + text-align: center; + + &.content { + padding: 10px 0; + margin: 0 0 10px; + border: $border-default-set; + } + + p { + color: $font-default-color; + font-size: $font-default-size; + + a { + color: #0095f6; + font-weight: 600; + text-decoration: none; + } + } + } + } +}
Unknown
mixin ์ž˜ ํ™œ์šฉํ•ด์ฃผ์…จ๋„ค์š”!
@@ -0,0 +1,12 @@ +package develop.baminchan; + +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; + +@SpringBootApplication +public class SidedishApplication { + + public static void main(String[] args) { + SpringApplication.run(SidedishApplication.class, args); + } +}
Java
Security ์„ค์ •์ด ๋ณ„๋„ ํด๋ž˜์Šค๋กœ ๋…๋ฆฝํ•˜๋ฉด ์กฐ๊ธˆ ๋” ์ข‹์„ ๊ฒƒ ๊ฐ™๋„ค์š”.
@@ -0,0 +1,75 @@ +package develop.baminchan.controller; + +import develop.baminchan.dto.BanchanDto; +import develop.baminchan.dto.CategoryDto; +import develop.baminchan.dto.banchan.BanchanDetailDto; +import develop.baminchan.entity.Banchan; +import develop.baminchan.service.BanchanService; +import org.springframework.http.HttpStatus; +import org.springframework.http.ResponseEntity; +import org.springframework.web.bind.annotation.*; + +import java.util.List; + +@RestController +@RequestMapping("/api") +public class BanchanController { + + private BanchanService banchanService; + + public BanchanController(BanchanService banchanService) { + this.banchanService = banchanService; + } + + @GetMapping("/main") + public ResponseEntity<Message> findMain() { + List<BanchanDto> banchanDtoList = banchanService.findBanchansByTag("main"); + Message message = new Message(Message.OK, banchanDtoList); + return new ResponseEntity(message, HttpStatus.OK); + } + + @GetMapping("/soup") + public ResponseEntity<Message> findSoup() { + List<BanchanDto> banchanDtoList = banchanService.findBanchansByTag("soup"); + Message message = new Message(Message.OK, banchanDtoList); + return new ResponseEntity(message, HttpStatus.OK); + } + + @GetMapping("/side") + public ResponseEntity<Message> findSide() { + List<BanchanDto> banchanDtoList = banchanService.findBanchansByTag("side"); + Message message = new Message(Message.OK, banchanDtoList); + return new ResponseEntity(message, HttpStatus.OK); + } + @GetMapping("/main/{detail_hash}") + public BanchanDto findOneMain(@PathVariable String detail_hash) { + BanchanDto banchanDto = banchanService.findBanchanByDetailHash(detail_hash); + return banchanDto; + } + + @GetMapping("/soup/{detail_hash}") + public BanchanDto findOneSoup(@PathVariable String detail_hash) { + BanchanDto banchanDto = banchanService.findBanchanByDetailHash(detail_hash); + return banchanDto; + } + + @GetMapping("/side/{detail_hash}") + public BanchanDto findOneSide(@PathVariable String detail_hash) { + BanchanDto banchanDto = banchanService.findBanchanByDetailHash(detail_hash); + return banchanDto; + } + + + @GetMapping("/detail/{detail_hash}") + public BanchanDetailDto findOneDetail(@PathVariable String detail_hash) { + BanchanDetailDto banchanDetailDto = banchanService.findBanchanDetailByDetailHash(detail_hash); + System.out.println(banchanDetailDto); + return banchanDetailDto; + } + + @PostMapping("/create") + public String create(@RequestBody Banchan banchan) { + banchanService.createBanchan(banchan); + return "success"; + } +}
Java
`@PathVariable` ์•ˆ์— path variable name์„ ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋Š” ํ•„๋“œ๊ฐ€ ์žˆ์„ ๊ฑฐ๋ผ ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค. ์–ด๋– ํ•œ ์ˆœ๊ฐ„์—๋„ ์ž๋ฐ”์˜ ๊ธฐ๋ณธ์  ์ฝ”๋”ฉ ์ปจ๋ฒค์…˜์„ ๊ณ„์† ์ค€์ˆ˜ํ•ด์ฃผ์„ธ์š”.
@@ -0,0 +1,24 @@ +package develop.baminchan.controller; + +public class Message { + public static final int OK = 200; + public static final int BAD_REQUEST = 400; + public static final int NOT_FOUND = 404; + public static final int INTERNAL_SERVER_ERROR = 500; + + private int statusCode; + private Object body; + + public Message(int statusCode, Object body) { + this.statusCode = statusCode; + this.body = body; + } + + public int getStatusCode() { + return statusCode; + } + + public Object getBody() { + return body; + } +}
Java
`enum` ์œผ๋กœ ๊ด€๋ฆฌํ•ด๋ณด์‹œ๋ฉด ์–ด๋–จ๊นŒ์š”?
@@ -0,0 +1,78 @@ +package develop.baminchan.dto; + +import com.fasterxml.jackson.annotation.JsonInclude; +import develop.baminchan.entity.Banchan; + +import java.util.Set; + +import static develop.baminchan.dto.util.StringConvertor.convertToSet; + +@JsonInclude(JsonInclude.Include.NON_NULL) +public class BanchanDto { + private String detail_hash; + private String image; + private String alt; + private Set<String> delivery_type; + private String title; + private String description; + private String n_price; + private String s_price; + private Set<String> badge; + + protected BanchanDto() { + + } + + private BanchanDto(Banchan banchan) { + this.detail_hash = banchan.getDetail_hash(); + this.image = banchan.getImage(); + this.alt = banchan.getAlt(); + this.delivery_type = convertToSet(banchan.getDelivery_type()); + this.title = banchan.getTitle(); + this.description = banchan.getDescription(); + this.n_price = banchan.getN_price(); + this.s_price = banchan.getS_price(); + this.badge = convertToSet(banchan.getBadge()); + } + + // Entity -> DTO + public static BanchanDto of(Banchan banchan) { + return new BanchanDto(banchan); + } + + public String getDetail_hash() { + return detail_hash; + } + + public String getImage() { + return image; + } + + public String getAlt() { + return alt; + } + + public Set<String> getDelivery_type() { + return delivery_type; + } + + public String getTitle() { + return title; + } + + public String getDescription() { + return description; + } + + public String getN_price() { + return n_price; + } + + public String getS_price() { + return s_price; + } + + public Set<String> getBadge() { + return badge; + } +}
Java
`@JsonProperty` ๋ฅผ ํ†ตํ•ด JSON field์˜ ์ด๋ฆ„ ์ •ํ•ด์ฃผ์‹œ๋ฉด ๋  ๊ฒƒ ๊ฐ™์•„์š”. ์–ธ๋”์Šค์ฝ”์–ด๋Š” ์ž๋ฐ” ์ฝ”๋“œ์— ์—†์—ˆ์œผ๋ฉด ํ•ฉ๋‹ˆ๋‹ค.
@@ -0,0 +1,78 @@ +package develop.baminchan.dto; + +import com.fasterxml.jackson.annotation.JsonInclude; +import develop.baminchan.entity.Banchan; + +import java.util.Set; + +import static develop.baminchan.dto.util.StringConvertor.convertToSet; + +@JsonInclude(JsonInclude.Include.NON_NULL) +public class BanchanDto { + private String detail_hash; + private String image; + private String alt; + private Set<String> delivery_type; + private String title; + private String description; + private String n_price; + private String s_price; + private Set<String> badge; + + protected BanchanDto() { + + } + + private BanchanDto(Banchan banchan) { + this.detail_hash = banchan.getDetail_hash(); + this.image = banchan.getImage(); + this.alt = banchan.getAlt(); + this.delivery_type = convertToSet(banchan.getDelivery_type()); + this.title = banchan.getTitle(); + this.description = banchan.getDescription(); + this.n_price = banchan.getN_price(); + this.s_price = banchan.getS_price(); + this.badge = convertToSet(banchan.getBadge()); + } + + // Entity -> DTO + public static BanchanDto of(Banchan banchan) { + return new BanchanDto(banchan); + } + + public String getDetail_hash() { + return detail_hash; + } + + public String getImage() { + return image; + } + + public String getAlt() { + return alt; + } + + public Set<String> getDelivery_type() { + return delivery_type; + } + + public String getTitle() { + return title; + } + + public String getDescription() { + return description; + } + + public String getN_price() { + return n_price; + } + + public String getS_price() { + return s_price; + } + + public Set<String> getBadge() { + return badge; + } +}
Java
`private` ์œผ๋กœ ๊ฐ€๋ ค๋†จ์œผ๋ฏ€๋กœ ๋ชจ๋“  ํ•„๋“œ์— ํ•ด๋‹นํ•˜๋Š” ํŒŒ๋ผ๋ฉ”ํ„ฐ๋ฅผ ๋‹ค ์„ ์–ธํ•ด์ฃผ์…”๋„ ๋ฉ๋‹ˆ๋‹ค. ๋˜ ๊ทธ๋ ‡๊ฒŒ ํ•ด์•ผ ์ถ”ํ›„ ํ™•์žฅ์„ฑ ์ธก๋ฉด์—์„œ๋„ ์ข‹์„ ๊ฑฐ๋ผ ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค. `Banchan` ์„ ๋ฐ›์•„์„œ ํ•˜๋‚˜์”ฉ ์ •๋ณด๋ฅผ ๊บผ๋‚ด๋Š” ์ฑ…์ž„์€ `.of()` ์—๊ฒŒ ๋งก๊ธฐ๊ณ  ์ƒ์„ฑ์ž์—์„  ๋‹จ์ˆœ ๊ฐ’ ํ• ๋‹น์— ์ง‘์ค‘ํ•˜๋ฉด ์–ด๋–จ๊นŒ์š”.
@@ -0,0 +1,45 @@ +package develop.baminchan.dto; + +import develop.baminchan.entity.Category; +import org.springframework.data.annotation.Id; + +import java.util.ArrayList; +import java.util.List; + +public class CategoryDto { + @Id + private int id; + + private String category_id; + private String name; + + private List<BanchanDto> items = new ArrayList<>(); + + public CategoryDto(String category_id, String name) { + this.category_id = category_id; + this.name = name; + } + + public CategoryDto(Category category, List<BanchanDto> banchanDtoList) { + this.category_id = category.getCategory_id(); + this.name = category.getName(); + this.items = banchanDtoList; + } + + // Entity -> DTO + public static CategoryDto of(Category category, List<BanchanDto> banchanDtoList) { + return new CategoryDto(category, banchanDtoList); + } + + public String getCategory_id() { + return category_id; + } + + public String getName() { + return name; + } + + public List<BanchanDto> getItems() { + return items; + } +}
Java
DTO์ธ๋ฐ `@Id`.... ๊ดœ์ฐฎ์„๊นŒ์š”?
@@ -0,0 +1,20 @@ +package develop.baminchan.dto.util; + +import java.util.Arrays; +import java.util.HashSet; +import java.util.Set; + +public class StringConvertor { + private StringConvertor() { + } + + public static Set<String> convertToSet(String column) { + if (column == null) { + return null; + } + Set<String> set = new HashSet<>(); + String[] arr = column.split(", "); + set.addAll(Arrays.asList(arr)); + return set; + } +}
Java
[์ด ๋งํฌ](https://docs.spring.io/spring-data/jdbc/docs/current/reference/html/#jdbc.custom-converters) ๋ฅผ ์ฐธ๊ณ ํ•ด์ฃผ์‹œ๊ณ  ํ‘œ์ค€ ์ŠคํŽ™์— ๋งž๋Š” ํด๋ž˜์Šค๋กœ ์ „ํ™˜์„ ๋ถ€ํƒ๋“œ๋ฆด๊ฒŒ์š”.
@@ -0,0 +1,35 @@ +package develop.baminchan.entity; + +import org.springframework.data.annotation.Id; + +public class Order { + @Id + private Long id; + + private String client_id; + private String detail_hash; + private int quantity; + + public Order(Long id, String client_id, String detail_hash, int quantity) { + this.id = id; + this.client_id = client_id; + this.detail_hash = detail_hash; + this.quantity = quantity; + } + + public Long getId() { + return id; + } + + public String getClient_id() { + return client_id; + } + + public String getDetail_hash() { + return detail_hash; + } + + public int getQuantity() { + return quantity; + } +}
Java
๊ตณ์ด ์•ฝ์–ด๋ฅผ ์‚ฌ์šฉํ•˜์‹ค ํ•„์š”๋Š” ์—†์–ด ๋ณด์ด๊ธฐ๋Š” ํ•ฉ๋‹ˆ๋‹ค. ํ…Œ์ด๋ธ” ์ƒ์—๋„ ์ด ์ด๋ฆ„์œผ๋กœ ์นผ๋Ÿผ์ด ๋“ค์–ด๊ฐ€์žˆ๋‚˜์š”? ๊ทธ๋ ‡๋‹ค๋ฉด ํ’€ ๋„ค์ž„์ธ `quantity` ๋กœ์˜ ์ „ํ™˜์„ ์ œ์•ˆ๋“œ๋ฆฝ๋‹ˆ๋‹ค.
@@ -0,0 +1,57 @@ +package develop.baminchan.service; + +import develop.baminchan.dto.BanchanDto; +import develop.baminchan.dto.CategoryDto; +import develop.baminchan.entity.Banchan; +import develop.baminchan.entity.Category; +import develop.baminchan.repository.BanchanRepository; +import develop.baminchan.repository.CategoryRepository; +import org.springframework.stereotype.Service; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Set; + +@Service +public class CategoryService { + private CategoryRepository categoryRepository; + private BanchanRepository banchanRepository; + + public CategoryService(CategoryRepository categoryRepository, BanchanRepository banchanRepository) { + this.categoryRepository = categoryRepository; + this.banchanRepository = banchanRepository; + } + + public List<CategoryDto> findAllBestBanchansByCategories() { + Iterable<Category> categoryList = categoryRepository.findAll(); + Set<String> setOfCategoryIds = new HashSet<>(); + for (Category category : categoryList) { + setOfCategoryIds.add(category.getCategory_id()); + } + System.out.println(setOfCategoryIds); //ํ…Œ์ŠคํŠธ // null๋„ ๋“ค์–ด๊ฐ€๋‚˜? + + List<CategoryDto> categoryDtoList = new ArrayList<>(); + for (String category_id : setOfCategoryIds) { + categoryDtoList.add(findBestBanchansByCategory(category_id)); + } + return categoryDtoList; + } + + public CategoryDto findBestBanchansByCategory(String category_id) { + Category category = categoryRepository.findCategoryByCategory_id(category_id); + CategoryDto categoryDto = CategoryDto.of(category, findBanchanListByCategoryId(category_id)); + return categoryDto; + } + + private List<BanchanDto> findBanchanListByCategoryId(String catrgory_id) { + List<BanchanDto> banchanDtoList = new ArrayList<>(); + List<Banchan> banchanList = new ArrayList<>(); + + banchanList = banchanRepository.findBanchansByCategory_id(catrgory_id); + for (int i = 0; i < banchanList.size(); i++) { + banchanDtoList.add(BanchanDto.of(banchanList.get(i))); + } + return banchanDtoList; + } +}
Java
`logger` ์‚ฌ์šฉํ•ด์ฃผ์„ธ์š”.
@@ -0,0 +1,57 @@ +package develop.baminchan.service; + +import develop.baminchan.dto.BanchanDto; +import develop.baminchan.dto.CategoryDto; +import develop.baminchan.entity.Banchan; +import develop.baminchan.entity.Category; +import develop.baminchan.repository.BanchanRepository; +import develop.baminchan.repository.CategoryRepository; +import org.springframework.stereotype.Service; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Set; + +@Service +public class CategoryService { + private CategoryRepository categoryRepository; + private BanchanRepository banchanRepository; + + public CategoryService(CategoryRepository categoryRepository, BanchanRepository banchanRepository) { + this.categoryRepository = categoryRepository; + this.banchanRepository = banchanRepository; + } + + public List<CategoryDto> findAllBestBanchansByCategories() { + Iterable<Category> categoryList = categoryRepository.findAll(); + Set<String> setOfCategoryIds = new HashSet<>(); + for (Category category : categoryList) { + setOfCategoryIds.add(category.getCategory_id()); + } + System.out.println(setOfCategoryIds); //ํ…Œ์ŠคํŠธ // null๋„ ๋“ค์–ด๊ฐ€๋‚˜? + + List<CategoryDto> categoryDtoList = new ArrayList<>(); + for (String category_id : setOfCategoryIds) { + categoryDtoList.add(findBestBanchansByCategory(category_id)); + } + return categoryDtoList; + } + + public CategoryDto findBestBanchansByCategory(String category_id) { + Category category = categoryRepository.findCategoryByCategory_id(category_id); + CategoryDto categoryDto = CategoryDto.of(category, findBanchanListByCategoryId(category_id)); + return categoryDto; + } + + private List<BanchanDto> findBanchanListByCategoryId(String catrgory_id) { + List<BanchanDto> banchanDtoList = new ArrayList<>(); + List<Banchan> banchanList = new ArrayList<>(); + + banchanList = banchanRepository.findBanchansByCategory_id(catrgory_id); + for (int i = 0; i < banchanList.size(); i++) { + banchanDtoList.add(BanchanDto.of(banchanList.get(i))); + } + return banchanDtoList; + } +}
Java
`.stream().map()` ์‚ฌ์šฉ์œผ๋กœ ์•ž์„  for loop์ด๋ž‘ ์—ฌ๊ธฐ๊นŒ์ง€ ์—†์•จ ์ˆ˜ ์žˆ์–ด ๋ณด์ž…๋‹ˆ๋‹ค.
@@ -0,0 +1,57 @@ +package develop.baminchan.service; + +import develop.baminchan.dto.BanchanDto; +import develop.baminchan.dto.CategoryDto; +import develop.baminchan.entity.Banchan; +import develop.baminchan.entity.Category; +import develop.baminchan.repository.BanchanRepository; +import develop.baminchan.repository.CategoryRepository; +import org.springframework.stereotype.Service; + +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Set; + +@Service +public class CategoryService { + private CategoryRepository categoryRepository; + private BanchanRepository banchanRepository; + + public CategoryService(CategoryRepository categoryRepository, BanchanRepository banchanRepository) { + this.categoryRepository = categoryRepository; + this.banchanRepository = banchanRepository; + } + + public List<CategoryDto> findAllBestBanchansByCategories() { + Iterable<Category> categoryList = categoryRepository.findAll(); + Set<String> setOfCategoryIds = new HashSet<>(); + for (Category category : categoryList) { + setOfCategoryIds.add(category.getCategory_id()); + } + System.out.println(setOfCategoryIds); //ํ…Œ์ŠคํŠธ // null๋„ ๋“ค์–ด๊ฐ€๋‚˜? + + List<CategoryDto> categoryDtoList = new ArrayList<>(); + for (String category_id : setOfCategoryIds) { + categoryDtoList.add(findBestBanchansByCategory(category_id)); + } + return categoryDtoList; + } + + public CategoryDto findBestBanchansByCategory(String category_id) { + Category category = categoryRepository.findCategoryByCategory_id(category_id); + CategoryDto categoryDto = CategoryDto.of(category, findBanchanListByCategoryId(category_id)); + return categoryDto; + } + + private List<BanchanDto> findBanchanListByCategoryId(String catrgory_id) { + List<BanchanDto> banchanDtoList = new ArrayList<>(); + List<Banchan> banchanList = new ArrayList<>(); + + banchanList = banchanRepository.findBanchansByCategory_id(catrgory_id); + for (int i = 0; i < banchanList.size(); i++) { + banchanDtoList.add(BanchanDto.of(banchanList.get(i))); + } + return banchanDtoList; + } +}
Java
์—ฌ๊ธฐ๋„ `.stream().map()` ์œผ๋กœ ๋ฐ”๊ฟ€ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
@@ -0,0 +1,20 @@ +package develop.baminchan.dto.util; + +import java.util.Arrays; +import java.util.HashSet; +import java.util.Set; + +public class StringConvertor { + private StringConvertor() { + } + + public static Set<String> convertToSet(String column) { + if (column == null) { + return null; + } + Set<String> set = new HashSet<>(); + String[] arr = column.split(", "); + set.addAll(Arrays.asList(arr)); + return set; + } +}
Java
๋ฐ์ดํ„ฐ ๋ณ€ํ™˜์„ ์œ„ํ•œ ์ปจ๋ฒ„ํ„ฐ์— ๋Œ€ํ•œ ํ‘œ์ค€ ์ŠคํŽ™์ด ์žˆ์—ˆ๊ตฐ์š”..์Šคํ”„๋ง ๋ฌธ์„œ ์ „์ฒด์ ์œผ๋กœ ๊ผญ ํ•œ๋ฒˆ ์ฝ์–ด๋ด์•ผ๊ฒ ๋„ค์š”. ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค.
@@ -0,0 +1,94 @@ +package develop.baminchan.entity; + +import develop.baminchan.entity.banchan.BanchanDetail; +import org.springframework.data.annotation.Id; +import org.springframework.data.relational.core.mapping.Embedded; + +public class Banchan { + @Id + private Long id; + + private String detail_hash; + private String image; + private String alt; + private String delivery_type; + private String title; + private String description; + private String n_price; + private String s_price; + private String badge; + + private String tag; + private String category_id; + + @Embedded.Nullable + private BanchanDetail banchanDetail; + + public Banchan(Long id, String detail_hash, String image, String alt, String delivery_type, String title, String description, String n_price, String s_price, String badge, String tag, String category_id, BanchanDetail banchanDetail) { + this.id = id; + this.detail_hash = detail_hash; + this.image = image; + this.alt = alt; + this.delivery_type = delivery_type; + this.title = title; + this.description = description; + this.n_price = n_price; + this.s_price = s_price; + this.badge = badge; + this.tag = tag; + this.category_id = category_id; + this.banchanDetail = banchanDetail; + } + + public Long getId() { + return id; + } + + public String getDetail_hash() { + return detail_hash; + } + + public String getImage() { + return image; + } + + public String getAlt() { + return alt; + } + + public String getDelivery_type() { + return delivery_type; + } + + public String getTitle() { + return title; + } + + public String getDescription() { + return description; + } + + public String getN_price() { + return n_price; + } + + public String getS_price() { + return s_price; + } + + public String getBadge() { + return badge; + } + + public String getTag() { + return tag; + } + + public String getCategory_id() { + return category_id; + } + + public BanchanDetail getBanchanDetail() { + return banchanDetail; + } +}
Java
๋‹ค๋ฅธ ๋ฆฌ๋ทฐ์—์„œ ์ด๋Ÿฐ ๋ฅ˜์˜ ์ƒ์„ฑ์ž๋ฅผ ๊ต‰์žฅํžˆ ์‹ซ์–ดํ•˜์‹ ๋‹ค๊ณ  ํ–ˆ์—ˆ๋Š”๋ฐ ์—ฌ๊ธฐ๋„ ๋˜‘๊ฐ™์€ ๋ถ€๋ถ„ ๋งž๋‚˜์š”?
@@ -0,0 +1,79 @@ +"use client"; + +import { useRef, useState } from "react"; +import CameraIcon from "@/assets/images/icons/camera.svg"; +import FilledDeleteIcon from "@/assets/images/icons/filled_delete.svg"; +import { useSimpleImageUpload } from "@/hooks/useSimpleImageUpload"; + +export default function ReviewImageInput({ + onImageSelect, +}: { + onImageSelect: (image: File | null) => void; +}) { + const [isHovered, setIsHovered] = useState(false); + const inputRef = useRef<HTMLInputElement | null>(null); + const { + previewUrl, + handleImageUpload: handleImagePreview, + handleImageDelete, + } = useSimpleImageUpload(); + + const handleCameraclick = (e: React.MouseEvent) => { + e.stopPropagation(); + if (previewUrl) { + handleImageDelete(); + onImageSelect(null); + } else { + inputRef.current?.click(); + } + }; + + const handleImageUpload = (e: React.ChangeEvent<HTMLInputElement>) => { + const file = e.target.files?.[0] || null; + handleImagePreview(e); + onImageSelect(file); + }; + + return ( + <div> + <label className='ml-2 text-body-2-normal font-medium text-gray-300'> + ๋ชจ์ž„ ๊ด€๋ จ ์‚ฌ์ง„์ด ์žˆ๋‚˜์š”? + </label> + <div + className='mt-3 flex h-[140px] cursor-pointer flex-col items-center justify-center gap-2 rounded-xl border border-gray-800 bg-gray-900 *:text-gray-500' + onClick={handleCameraclick} + onMouseEnter={() => setIsHovered(true)} + onMouseLeave={() => setIsHovered(false)} + > + {previewUrl ? ( + <div className='relative h-full w-full'> + <img + className='h-full w-full rounded-xl object-cover' + src={previewUrl} + alt='๋ฆฌ๋ทฐ ์ด๋ฏธ์ง€' + /> + {isHovered && ( + <div className='absolute inset-0 flex items-center justify-center rounded-xl bg-black/50'> + <FilledDeleteIcon className='size-8 text-gray-800' /> + </div> + )} + </div> + ) : ( + <> + <CameraIcon className='size-8' /> + <p className='text-label-normal font-medium'> + ์ด๋ฏธ์ง€๋ฅผ ์ถ”๊ฐ€ํ•ด์ฃผ์„ธ์š” + </p> + </> + )} + <input + ref={inputRef} + className='hidden' + type='file' + accept='image/*' + onChange={handleImageUpload} + /> + </div> + </div> + ); +}
Unknown
useUploadImage๋ฅผ ํ™œ์šฉํ•ด๋„ ๋˜์ง€ ์•Š๋‚˜์š”?.?
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
`createReviewMutation.isPending` ์‚ฌ์šฉํ•ด์„œ ์ค‘๋ณต ํ˜ธ์ถœ ๋ฐฉ์ง€ํ•˜๋ฉด ์ข‹์„๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
์ž‘์„ฑ๋œ ๋‚ด์šฉ๋“ค์„ ์ƒˆ๋กœ๊ณ ์นจ ํ–ˆ์„ ๋•Œ๋„ ์‚ฌ๋ผ์ง€์ง€ ์•Š๊ฒŒ, localStorage์— ์ €์žฅํ•˜๋ฉด ๋” ์ข‹์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค.
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
ํ•ด๋‹น ๋ผ์ธ์€ ๋ถˆํ•„์š”ํ•˜๋‹ค๊ณ  ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค. ํ† ํฐ์ด ์—†์œผ๋ฉด ์–ด์งœํ”ผ ์„œ๋ฒ„์—์„œ ๊ฒ€์ฆ ํ›„ ์—๋Ÿฌ๋ฅผ ๋˜์ ธ์ค๋‹ˆ๋‹ค. UX์ ์œผ๋กœ API ์š”์ฒญ ์ „ ๊ฒ€์‚ฌ ํ›„ ๋ฆฌ๋‹ค์ด๋ ‰ํŠธ๊ฐ€ ํ•„์š”ํ•˜๋ฉด `mutatonFn`์„ wrappingํ•˜๋Š” ๋ฐฉ์‹์„ ์‚ฌ์šฉํ•˜์‹œ๊ฑฐ๋‚˜ ์ค‘์•™์ง‘์ค‘์‹์œผ๋กœ ๊ด€๋ฆฌํ•˜๋Š” ๋ฐฉ์‹์œผ๋กœ ๊ตฌํ˜„ํ•˜์‹œ๊ธธ ๋ฐ”๋ž๋‹ˆ๋‹ค.
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
์—ฌ๊ธฐ์„œ throw ๋œ ์—๋Ÿฌ๋Š” ์–ด๋””์„œ ์–ด๋–ป๊ฒŒ ํ•ธ๋“ค๋ง ๋ ๊นŒ์š”?
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
`Blob` ์ธ์Šคํ„ด์Šค๋กœ ๋งŒ๋“œ๋Š” ์ด์œ ๊ฐ€ ๊ถ๊ธˆํ•ฉ๋‹ˆ๋‹ค.
@@ -0,0 +1,79 @@ +"use client"; + +import { useRef, useState } from "react"; +import CameraIcon from "@/assets/images/icons/camera.svg"; +import FilledDeleteIcon from "@/assets/images/icons/filled_delete.svg"; +import { useSimpleImageUpload } from "@/hooks/useSimpleImageUpload"; + +export default function ReviewImageInput({ + onImageSelect, +}: { + onImageSelect: (image: File | null) => void; +}) { + const [isHovered, setIsHovered] = useState(false); + const inputRef = useRef<HTMLInputElement | null>(null); + const { + previewUrl, + handleImageUpload: handleImagePreview, + handleImageDelete, + } = useSimpleImageUpload(); + + const handleCameraclick = (e: React.MouseEvent) => { + e.stopPropagation(); + if (previewUrl) { + handleImageDelete(); + onImageSelect(null); + } else { + inputRef.current?.click(); + } + }; + + const handleImageUpload = (e: React.ChangeEvent<HTMLInputElement>) => { + const file = e.target.files?.[0] || null; + handleImagePreview(e); + onImageSelect(file); + }; + + return ( + <div> + <label className='ml-2 text-body-2-normal font-medium text-gray-300'> + ๋ชจ์ž„ ๊ด€๋ จ ์‚ฌ์ง„์ด ์žˆ๋‚˜์š”? + </label> + <div + className='mt-3 flex h-[140px] cursor-pointer flex-col items-center justify-center gap-2 rounded-xl border border-gray-800 bg-gray-900 *:text-gray-500' + onClick={handleCameraclick} + onMouseEnter={() => setIsHovered(true)} + onMouseLeave={() => setIsHovered(false)} + > + {previewUrl ? ( + <div className='relative h-full w-full'> + <img + className='h-full w-full rounded-xl object-cover' + src={previewUrl} + alt='๋ฆฌ๋ทฐ ์ด๋ฏธ์ง€' + /> + {isHovered && ( + <div className='absolute inset-0 flex items-center justify-center rounded-xl bg-black/50'> + <FilledDeleteIcon className='size-8 text-gray-800' /> + </div> + )} + </div> + ) : ( + <> + <CameraIcon className='size-8' /> + <p className='text-label-normal font-medium'> + ์ด๋ฏธ์ง€๋ฅผ ์ถ”๊ฐ€ํ•ด์ฃผ์„ธ์š” + </p> + </> + )} + <input + ref={inputRef} + className='hidden' + type='file' + accept='image/*' + onChange={handleImageUpload} + /> + </div> + </div> + ); +}
Unknown
`useSimpleImageUpload`๋Š” ์ด์ „์— IndexedDB ์ด์Šˆ๊ฐ€ ์žˆ์—ˆ์„ ๋•Œ ๊ธ‰ํ•˜๊ฒŒ ๋Œ€์ฒด ๊ตฌํ˜„์ด ํ•„์š”ํ•ด์„œ ๋งŒ๋“ค์–ด๋‘” ํ›…์ž…๋‹ˆ๋‹ค. ์ดํ›„ IndexedDB ์ด์Šˆ๊ฐ€ ํ•ด๊ฒฐ๋˜์—ˆ์ง€๋งŒ ์œ ์ €ํŽ˜์ด์ง€๋ฅผ ๋น„๋กฏํ•œ ๊ธฐํƒ€ ์ž‘์—…์— ์•„์ง ์‹ค์ œ ์ ์šฉ์€ ํ•ด๋ณด์ง€ ์•Š์€ ์ƒํƒœ๋ผ ์ผ๋‹จ `useSimpleImageUpload`๋กœ ๊ตฌํ˜„ํ–ˆ์Šต๋‹ˆ๋‹ค! ์ถ”ํ›„ ๋ฆฌํŒฉํ† ๋ง ๋‹จ๊ณ„์—์„œ IndexedDB๋ฅผ ์ ์šฉํ•˜๋ฉด์„œ ์ด ๋ถ€๋ถ„๋„ `useUploadImage`๋กœ ๊ต์ฒดํ•˜๋„๋ก ํ•˜๊ฒ ์Šต๋‹ˆ๋‹น
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
๋„ต ๋ฆฌํŒฉํ† ๋ง ๋•Œ ๋ฐ˜์˜ํ•ด๋ณด๊ฒ ์Šต๋‹ˆ๋‹ค
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
๊ทธ๊ฒŒ ๋” ์ข‹์€ ๋ฐฉ์‹ ๊ฐ™๋„ค์š”! ๊ทธ๋ ‡๊ฒŒ ์ˆ˜์ •ํ•ด๋ณด๊ฒ ์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
๋„ต ํ”ผ๋“œ๋ฐฑ ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค! ๋ง์”€ํ•˜์‹  ๋Œ€๋กœ api ๋ ˆ๋ฒจ์˜ ํ† ํฐ ์ฒดํฌ๋Š” ์ œ๊ฑฐํ•˜๊ณ , ์ปดํฌ๋„ŒํŠธ ์ง„์ž… ์‹œ์ ์— ์ฒ˜๋ฆฌํ•˜๋„๋ก ์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
`multipart/form-data`๋กœ ํŒŒ์ผ๊ณผ JSON ๊ฐ์ฒด๋ฅผ ํ•จ๊ป˜ ์ „์†กํ•  ๋•Œ ๋ฐœ์ƒํ•˜๋Š” ํŒŒ์‹ฑ ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•ด ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค. ์ผ์ „์˜ ํ”„๋กœํ•„์ˆ˜์ • ์ž‘์—… ๋•Œ ๊ฐ™์€ ์ด์Šˆ๊ฐ€ ์žˆ์—ˆ๋Š”๋ฐ, ์ด ๋ฐฉ์‹์ด ์ž˜ ์ž‘๋™ํ•˜์—ฌ ๋™์ผํ•œ ํŒจํ„ด์„ ์ ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค.
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
์•—, throw๋œ ์—๋Ÿฌ๊ฐ€ ์ œ๋Œ€๋กœ ํ•ธ๋“ค๋ง๋˜์ง€ ์•Š๊ณ  ์žˆ์—ˆ์Šต๋‹ˆ๋‹ค๐Ÿฅน `useReviewMutation`์˜ `onError`์—์„œ ๋ชจ๋‹ฌ ์•Œ๋ฆผ์ฐฝ์„ ๋„์šฐ๋„๋ก ์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค.
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
JSON ๊ฐ์ฒด๋ฅผ ํ•จ๊ป˜ ์ „์†ก์‹œ ์–ด๋–ค ํŒŒ์‹ฑ์ด์Šˆ๊ฐ€ ๋ฐœ์ƒํ•˜๋‚˜์š”?
@@ -0,0 +1,104 @@ +"use client"; + +import { FormProvider, useForm } from "react-hook-form"; +import SolidButton from "@/components/common/buttons/SolidButton"; +import CommonTextArea from "@/components/common/inputs/TextArea"; +import RatingInput from "@/components/create-reaview/RatingInput"; +import ReviewImageInput from "@/components/create-reaview/ReviewImageInput"; +import useCookie from "@/hooks/auths/useTokenState"; +import useReviewMutations from "@/hooks/review/useReviewMutation"; + +interface ReviewFormData { + rating: number; + content: string; + image: File | null; + meetupId: number; +} + +export default function CreateReviewForm({ meetupId }: { meetupId: string }) { + const token = useCookie("accessToken"); + const { createReviewMutation } = useReviewMutations(); + const methods = useForm<ReviewFormData>({ + defaultValues: { + rating: -1, + content: "", + image: null, + meetupId: Number(meetupId), + }, + mode: "onChange", + }); + + const { handleSubmit, setValue, watch } = methods; + + const rating = watch("rating"); + const content = watch("content"); + const isFormValid = rating !== -1 && content.trim() !== ""; + + const handleRatingChange = (value: number) => { + setValue("rating", value); + }; + + const handleImageSelect = (image: File | null) => { + setValue("image", image); + }; + + const onSubmit = handleSubmit(async (data) => { + if (!token) return; + + const formData = new FormData(); + + const requestData = { + meetupId: Number(data.meetupId), + rating: data.rating, + content: data.content, + }; + + formData.append( + "request", + new Blob([JSON.stringify(requestData)], { type: "application/json" }), + ); + + if (data.image) { + formData.append("image", data.image); + } + + if (data.image === null) { + formData.append("image", new Blob(), ""); + } + + await createReviewMutation.mutateAsync({ formData, token }); + }); + + return ( + <FormProvider {...methods}> + <form onSubmit={onSubmit}> + <div className='flex flex-col gap-12'> + <RatingInput + value={methods.watch("rating")} + onChange={handleRatingChange} + /> + <CommonTextArea + formClassName='h-40' + required={true} + name='content' + label='๊ตฌ์ฒด์ ์ธ ๊ฒฝํ—˜์„ ์•Œ๋ ค์ฃผ์„ธ์š”' + placeholder='๋ชจ์ž„์˜ ์žฅ์†Œ, ํ™˜๊ฒฝ, ์ง„ํ–‰, ๊ตฌ์„ฑ ๋“ฑ ๋งŒ์กฑ์Šค๋Ÿฌ์› ๋‚˜์š”?' + maxLength={150} + /> + <ReviewImageInput onImageSelect={handleImageSelect} /> + </div> + <SolidButton + type='submit' + className='mt-10' + state={ + createReviewMutation.isPending || !isFormValid || !token + ? "inactive" + : "activated" + } + > + {createReviewMutation.isPending ? "์ž‘์„ฑ ์ค‘..." : "์ž‘์„ฑ ์™„๋ฃŒ"} + </SolidButton> + </form> + </FormProvider> + ); +}
Unknown
์ฒ˜์Œ์— FormData์— request ๊ฐ์ฒด๋ฅผ JSON.stringify๋กœ appendํ–ˆ์„ ๋•Œ๋Š” ์š”์ฒญ์ด ์‹คํŒจํ–ˆ๋Š”๋ฐ, ์ฐพ์•„๋ณด๋‹ˆ ์ด๋ฏธ์ง€ ํŒŒ์ผ๊ณผ ํ•จ๊ป˜ ๋ณด๋‚ด๋Š” ๋ฉ€ํ‹ฐํŒŒํŠธ ํผ๋ฐ์ดํ„ฐ์—์„œ๋Š” ๋ชจ๋“  ๋ฐ์ดํ„ฐ๊ฐ€ ๋ฐ”์ด๋„ˆ๋ฆฌ ํ˜•ํƒœ์—ฌ์•ผ ์„œ๋ฒ„์—์„œ ์ œ๋Œ€๋กœ ํŒŒ์‹ฑํ•  ์ˆ˜ ์žˆ๋‹ค๊ณ  ํ•ด์„œ Blob ๊ฐ์ฒด๋กœ ๋ณ€ํ™˜ํ•˜์—ฌ ์ „์†กํ–ˆ๋”๋‹ˆ ์„ฑ๊ณตํ–ˆ์Šต๋‹ˆ๋‹ค.
@@ -8,7 +8,7 @@ export default class PlanMapper { toDomain(): IPlan { if (!this.plan) return null; - return new Plan({ + const returnPlan = new Plan({ id: this.plan.id, createdAt: this.plan.createdAt, updatedAt: this.plan.updatedAt, @@ -19,11 +19,19 @@ export default class PlanMapper { serviceArea: this.plan.serviceArea, details: this.plan.details, address: this.plan.address, - status: this.plan.status ?? StatusEnum.PENDING, - quotes: this.plan.quotes, + status: this.plan.status, + quotes: this.plan.quotes?.map((quote) => ({ + ...quote, + maker: { + id: quote.maker.id, + nickName: quote.maker.nickName, + image: quote.maker?.makerProfile?.image + } + })), assignees: this.plan.assignees, dreamer: this.plan.dreamer, dreamerId: this.plan.dreamerId }); + return returnPlan; } }
TypeScript
์ด๊ฑฐ ์ด์ „์— ์ฒดํฌ ์•ˆ ํ•œ ๊ฒƒ ๊ฐ™์€๋ฐ, status๋Š” ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค์—์„œ default ๊ฐ’์ด PENDING์œผ๋กœ ์ฃผ์–ด์ง€๋‹ˆ๊นŒ mapper์—๋Š” ํ•„์š”์—†์„ ๊ฒƒ ๊ฐ™์•„์š”. ์ด์ œ mapper๋Š” repo์—์„œ๋งŒ ์“ฐ๋Š” ๊ฑธ๋กœ ์ˆ˜์ •ํ•˜์…จ๋‹ค๋ฉด ์ง€์›Œ๋„ ๋  ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค~!
@@ -8,7 +8,7 @@ export default class PlanMapper { toDomain(): IPlan { if (!this.plan) return null; - return new Plan({ + const returnPlan = new Plan({ id: this.plan.id, createdAt: this.plan.createdAt, updatedAt: this.plan.updatedAt, @@ -19,11 +19,19 @@ export default class PlanMapper { serviceArea: this.plan.serviceArea, details: this.plan.details, address: this.plan.address, - status: this.plan.status ?? StatusEnum.PENDING, - quotes: this.plan.quotes, + status: this.plan.status, + quotes: this.plan.quotes?.map((quote) => ({ + ...quote, + maker: { + id: quote.maker.id, + nickName: quote.maker.nickName, + image: quote.maker?.makerProfile?.image + } + })), assignees: this.plan.assignees, dreamer: this.plan.dreamer, dreamerId: this.plan.dreamerId }); + return returnPlan; } }
TypeScript
PlanMapperProperties๋ฅผ ๋ณด๋‹ˆ makerProfile ์•ˆ์— image๊ฐ€ ๋“ค์–ด๊ฐ€๋Š” ๊ฒƒ ๊ฐ™์€๋ฐ, image ํ•„๋“œ๋Š” ๋ณ„๊ฐœ์ธ๊ฐ€์š”? makerProfile์„ undefined๋กœ ์ถ”๊ฐ€ํ•˜๋Š” ์ด์œ ๋„ ๊ถ๊ธˆํ•ฉ๋‹ˆ๋‹ค. ``` maker?: { id: string; nickName: string; makerProfile: { image: ProfileImage }; }; ```
@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common'; import PlanOrder from 'src/common/constants/planOrder.enum'; import { RoleEnum } from 'src/common/constants/role.type'; import SortOrder from 'src/common/constants/sortOrder.enum'; +import { StatusEnum } from 'src/common/constants/status.type'; import { TRIP_TYPE } from 'src/common/constants/tripType.type'; import IPlan from 'src/common/domains/plan/plan.interface'; import PlanMapper from 'src/common/domains/plan/plan.mapper'; @@ -16,7 +17,8 @@ export default class PlanRepository { constructor(private readonly db: DBClient) {} async findMany(options: PlanQueryOptions): Promise<IPlan[]> { - const { orderBy, page, pageSize } = options || {}; + const { orderBy, page, pageSize, reviewed } = options || {}; + const isHasReview = reviewed === true || reviewed === false; const whereConditions = this.buildWhereConditions(options); const orderByField: PlanOrderByField = @@ -29,9 +31,20 @@ export default class PlanRepository { skip: pageSize * (page - 1), include: { dreamer: { select: { id: true, nickName: true } }, - assignees: { select: { id: true, nickName: true } } + assignees: { select: { id: true, nickName: true } }, + quotes: isHasReview + ? { + where: { isConfirmed: true }, + select: { + id: true, + price: true, + maker: { select: { id: true, nickName: true, makerProfile: { select: { image: true } } } } + } + } + : {} } }); + const domainPlans = plans.map((plan) => new PlanMapper(plan).toDomain()); return domainPlans; } @@ -79,7 +92,7 @@ export default class PlanRepository { } async create(data: IPlan): Promise<IPlan> { - const { title, tripDate, tripType, serviceArea, details, address, status, dreamerId } = data.toDB(); + const { title, tripDate, tripType, serviceArea, details, address, dreamerId } = data.toDB(); const plan = await this.db.plan.create({ data: { title, @@ -88,7 +101,7 @@ export default class PlanRepository { serviceArea, details, address, - status, + status: StatusEnum.PENDING, dreamer: { connect: { id: dreamerId } } }, include: { @@ -147,7 +160,7 @@ export default class PlanRepository { } private buildWhereConditions(whereOptions: PlanQueryOptions): PlanWhereConditions { - const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role } = whereOptions; + const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role, reviewed } = whereOptions; const whereConditions: PlanWhereConditions = { isDeletedAt: null @@ -156,7 +169,7 @@ export default class PlanRepository { if (tripDate) { whereConditions.tripDate = { lte: tripDate }; whereConditions.status = { in: status }; - } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + readyToCompete ์กฐ๊ฑด if (serviceArea) whereConditions.serviceArea = { in: serviceArea }; @@ -165,13 +178,14 @@ export default class PlanRepository { if (role === RoleEnum.MAKER) { whereConditions.status = { in: status }; //NOTE. Maker ์ „์šฉ api ์กฐ๊ฑด whereConditions.quotes = { some: { makerId: { not: userId } } }; - } else if (status && userId) { - whereConditions.status = { in: status }; + if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API + } else if (userId) { whereConditions.dreamerId = userId; //NOTE. Dreamer ์ „์šฉ api ์กฐ๊ฑด + if (status) whereConditions.status = { in: status }; + if (reviewed === true) whereConditions.review = { isNot: null }; + else if (reviewed === false) whereConditions.review = { is: null }; } - if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API - if (keyword) { whereConditions.OR = [ {
TypeScript
isHasReview๋ผ๋Š” ์ด๋ฆ„์ด ๋„ˆ๋ฌด ์–ด์ƒ‰ํ•ฉ๋‹ˆ๋‹ค ใ…‹ใ…‹ใ…‹ใ…‹ใ…‹ใ…‹ใ…‹ใ…‹ใ…‹ ํ˜น์‹œ ๋ฐ”๊ฟ”์ฃผ์‹ค ์ˆ˜ ์žˆ๋‚˜์š”..?
@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common'; import PlanOrder from 'src/common/constants/planOrder.enum'; import { RoleEnum } from 'src/common/constants/role.type'; import SortOrder from 'src/common/constants/sortOrder.enum'; +import { StatusEnum } from 'src/common/constants/status.type'; import { TRIP_TYPE } from 'src/common/constants/tripType.type'; import IPlan from 'src/common/domains/plan/plan.interface'; import PlanMapper from 'src/common/domains/plan/plan.mapper'; @@ -16,7 +17,8 @@ export default class PlanRepository { constructor(private readonly db: DBClient) {} async findMany(options: PlanQueryOptions): Promise<IPlan[]> { - const { orderBy, page, pageSize } = options || {}; + const { orderBy, page, pageSize, reviewed } = options || {}; + const isHasReview = reviewed === true || reviewed === false; const whereConditions = this.buildWhereConditions(options); const orderByField: PlanOrderByField = @@ -29,9 +31,20 @@ export default class PlanRepository { skip: pageSize * (page - 1), include: { dreamer: { select: { id: true, nickName: true } }, - assignees: { select: { id: true, nickName: true } } + assignees: { select: { id: true, nickName: true } }, + quotes: isHasReview + ? { + where: { isConfirmed: true }, + select: { + id: true, + price: true, + maker: { select: { id: true, nickName: true, makerProfile: { select: { image: true } } } } + } + } + : {} } }); + const domainPlans = plans.map((plan) => new PlanMapper(plan).toDomain()); return domainPlans; } @@ -79,7 +92,7 @@ export default class PlanRepository { } async create(data: IPlan): Promise<IPlan> { - const { title, tripDate, tripType, serviceArea, details, address, status, dreamerId } = data.toDB(); + const { title, tripDate, tripType, serviceArea, details, address, dreamerId } = data.toDB(); const plan = await this.db.plan.create({ data: { title, @@ -88,7 +101,7 @@ export default class PlanRepository { serviceArea, details, address, - status, + status: StatusEnum.PENDING, dreamer: { connect: { id: dreamerId } } }, include: { @@ -147,7 +160,7 @@ export default class PlanRepository { } private buildWhereConditions(whereOptions: PlanQueryOptions): PlanWhereConditions { - const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role } = whereOptions; + const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role, reviewed } = whereOptions; const whereConditions: PlanWhereConditions = { isDeletedAt: null @@ -156,7 +169,7 @@ export default class PlanRepository { if (tripDate) { whereConditions.tripDate = { lte: tripDate }; whereConditions.status = { in: status }; - } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + readyToCompete ์กฐ๊ฑด if (serviceArea) whereConditions.serviceArea = { in: serviceArea }; @@ -165,13 +178,14 @@ export default class PlanRepository { if (role === RoleEnum.MAKER) { whereConditions.status = { in: status }; //NOTE. Maker ์ „์šฉ api ์กฐ๊ฑด whereConditions.quotes = { some: { makerId: { not: userId } } }; - } else if (status && userId) { - whereConditions.status = { in: status }; + if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API + } else if (userId) { whereConditions.dreamerId = userId; //NOTE. Dreamer ์ „์šฉ api ์กฐ๊ฑด + if (status) whereConditions.status = { in: status }; + if (reviewed === true) whereConditions.review = { isNot: null }; + else if (reviewed === false) whereConditions.review = { is: null }; } - if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API - if (keyword) { whereConditions.OR = [ {
TypeScript
hasReview๋ฅผ reviewed๋กœ ์ „์ฒด ๋ฐ”๊ฟ”๋„ ๊ดœ์ฐฎ์„ ๊ฒƒ ๊ฐ™์•„์š”. ์–ด์ฐจํ”ผ ๋ฆฌ๋ทฐ๋Š” ํ•œ ๋ฒˆ๋ฐ–์— ๋ชป ์“ฐ๋‹ˆ๊นŒ
@@ -9,17 +9,15 @@ import ErrorMessage from 'src/common/constants/errorMessage.enum'; import { CreateOptionalQuoteData, QuoteQueryOptions } from 'src/common/types/quote/quote.type'; import { QuoteToClientProperties } from 'src/common/types/quote/quoteProperties'; import { CreatePlanData } from 'src/common/types/plan/plan.type'; -import QuoteMapper from 'src/common/domains/quote/quote.mapper'; import ForbiddenError from 'src/common/errors/forbiddenError'; import { ServiceArea } from 'src/common/constants/serviceArea.type'; import { RoleEnum } from 'src/common/constants/role.type'; -import PlanMapper from 'src/common/domains/plan/plan.mapper'; import BadRequestError from 'src/common/errors/badRequestError'; import { StatusEnum } from 'src/common/constants/status.type'; import { GroupByCount } from 'src/common/types/plan/plan.dto'; import { NotificationEventName } from 'src/common/types/notification/notification.types'; import UserService from '../user/user.service'; -import Quote from 'src/common/domains/quote/quote.domain'; +import Plan from 'src/common/domains/plan/plan.domain'; @Injectable() export default class PlanService { @@ -58,13 +56,27 @@ export default class PlanService { userId: string, options: PlanQueryOptions ): Promise<{ totalCount: number; list: PlanToClientProperties[] }> { + const { reviewed, readyToComplete } = options || {}; + const isReviewQuery = reviewed === true || reviewed === false; + const isWithQuote = isReviewQuery || readyToComplete; + options.userId = userId; + if (isReviewQuery) options.status = [StatusEnum.COMPLETED]; //NOTE. status COMPLETE ์ง€์ • + + if (readyToComplete) { + const today = new Date(); //NOTE. ์™„๋ฃŒํ•  ์ˆ˜ ์žˆ๋Š” ํ”Œ๋žœ ํ•„ํ„ฐ๋ง + const koreaTime = today.toLocaleString('en-US', { timeZone: 'Asia/Seoul' }); + const tripDate = new Date(koreaTime.split(',')[0]); + options.status = [StatusEnum.CONFIRMED]; + options.tripDate = tripDate; //NOTE. CONFIRMED ์ƒํƒœ๋กœ ์ง€์ • ๋ฐ tripDate ์ง€์ • + } + const [totalCount, list] = await Promise.all([ this.planRepository.totalCount(options), this.planRepository.findMany(options) ]); - const toClientList = list.map((plan) => plan.toClient()); + const toClientList = list.map((plan) => (isWithQuote ? plan.toClientWithQuotes() : plan.toClient())); return { totalCount, list: toClientList }; } @@ -104,7 +116,7 @@ export default class PlanService { } async postPlan(data: CreatePlanData): Promise<PlanToClientProperties> { - const domainData = new PlanMapper(data).toDomain(); + const domainData = Plan.create(data); const plan = await this.planRepository.create(domainData); return plan.toClientWithAddress(); } @@ -119,7 +131,7 @@ export default class PlanService { const quote = await this.quoteService.createQuote({ ...data, planId, isAssigned, makerId: userId }); const makerNickName = quote.maker.nickName; - const tripType = plan.toClient().tripType; + const tripType = plan.getTripType(); this.eventEmitter.emit('notification', { userId: plan.getDreamerId(), event: NotificationEventName.ARRIVE_QUOTE, @@ -148,7 +160,7 @@ export default class PlanService { const updatedPlan = await this.planRepository.update(plan); const nickName = updatedPlan.getDreamerNickName(); - const tripType = updatedPlan.toClient().tripType; + const tripType = updatedPlan.getTripType(); this.eventEmitter.emit('notification', { userId: assigneeId, event: NotificationEventName.ARRIVE_REQUEST,
TypeScript
hasReview๊ฐ€ boolean ๊ฐ’์ธ๋ฐ, isHasReview๋กœ ๋‹ค์‹œ ํ•œ ๋ฒˆ boolean ์œผ๋กœ ์น˜ํ™˜ํ•˜๋Š” ์ด์œ ๊ฐ€ ์žˆ๋‚˜์š”?
@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common'; import PlanOrder from 'src/common/constants/planOrder.enum'; import { RoleEnum } from 'src/common/constants/role.type'; import SortOrder from 'src/common/constants/sortOrder.enum'; +import { StatusEnum } from 'src/common/constants/status.type'; import { TRIP_TYPE } from 'src/common/constants/tripType.type'; import IPlan from 'src/common/domains/plan/plan.interface'; import PlanMapper from 'src/common/domains/plan/plan.mapper'; @@ -16,7 +17,8 @@ export default class PlanRepository { constructor(private readonly db: DBClient) {} async findMany(options: PlanQueryOptions): Promise<IPlan[]> { - const { orderBy, page, pageSize } = options || {}; + const { orderBy, page, pageSize, reviewed } = options || {}; + const isHasReview = reviewed === true || reviewed === false; const whereConditions = this.buildWhereConditions(options); const orderByField: PlanOrderByField = @@ -29,9 +31,20 @@ export default class PlanRepository { skip: pageSize * (page - 1), include: { dreamer: { select: { id: true, nickName: true } }, - assignees: { select: { id: true, nickName: true } } + assignees: { select: { id: true, nickName: true } }, + quotes: isHasReview + ? { + where: { isConfirmed: true }, + select: { + id: true, + price: true, + maker: { select: { id: true, nickName: true, makerProfile: { select: { image: true } } } } + } + } + : {} } }); + const domainPlans = plans.map((plan) => new PlanMapper(plan).toDomain()); return domainPlans; } @@ -79,7 +92,7 @@ export default class PlanRepository { } async create(data: IPlan): Promise<IPlan> { - const { title, tripDate, tripType, serviceArea, details, address, status, dreamerId } = data.toDB(); + const { title, tripDate, tripType, serviceArea, details, address, dreamerId } = data.toDB(); const plan = await this.db.plan.create({ data: { title, @@ -88,7 +101,7 @@ export default class PlanRepository { serviceArea, details, address, - status, + status: StatusEnum.PENDING, dreamer: { connect: { id: dreamerId } } }, include: { @@ -147,7 +160,7 @@ export default class PlanRepository { } private buildWhereConditions(whereOptions: PlanQueryOptions): PlanWhereConditions { - const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role } = whereOptions; + const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role, reviewed } = whereOptions; const whereConditions: PlanWhereConditions = { isDeletedAt: null @@ -156,7 +169,7 @@ export default class PlanRepository { if (tripDate) { whereConditions.tripDate = { lte: tripDate }; whereConditions.status = { in: status }; - } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + readyToCompete ์กฐ๊ฑด if (serviceArea) whereConditions.serviceArea = { in: serviceArea }; @@ -165,13 +178,14 @@ export default class PlanRepository { if (role === RoleEnum.MAKER) { whereConditions.status = { in: status }; //NOTE. Maker ์ „์šฉ api ์กฐ๊ฑด whereConditions.quotes = { some: { makerId: { not: userId } } }; - } else if (status && userId) { - whereConditions.status = { in: status }; + if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API + } else if (userId) { whereConditions.dreamerId = userId; //NOTE. Dreamer ์ „์šฉ api ์กฐ๊ฑด + if (status) whereConditions.status = { in: status }; + if (reviewed === true) whereConditions.review = { isNot: null }; + else if (reviewed === false) whereConditions.review = { is: null }; } - if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API - if (keyword) { whereConditions.OR = [ {
TypeScript
์ด๊ฑด ๋‚˜์ค‘์— ์‚ฌ์šฉํ•  ์˜ˆ์ •์ด์‹ ๊ฐ€์š”?
@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common'; import PlanOrder from 'src/common/constants/planOrder.enum'; import { RoleEnum } from 'src/common/constants/role.type'; import SortOrder from 'src/common/constants/sortOrder.enum'; +import { StatusEnum } from 'src/common/constants/status.type'; import { TRIP_TYPE } from 'src/common/constants/tripType.type'; import IPlan from 'src/common/domains/plan/plan.interface'; import PlanMapper from 'src/common/domains/plan/plan.mapper'; @@ -16,7 +17,8 @@ export default class PlanRepository { constructor(private readonly db: DBClient) {} async findMany(options: PlanQueryOptions): Promise<IPlan[]> { - const { orderBy, page, pageSize } = options || {}; + const { orderBy, page, pageSize, reviewed } = options || {}; + const isHasReview = reviewed === true || reviewed === false; const whereConditions = this.buildWhereConditions(options); const orderByField: PlanOrderByField = @@ -29,9 +31,20 @@ export default class PlanRepository { skip: pageSize * (page - 1), include: { dreamer: { select: { id: true, nickName: true } }, - assignees: { select: { id: true, nickName: true } } + assignees: { select: { id: true, nickName: true } }, + quotes: isHasReview + ? { + where: { isConfirmed: true }, + select: { + id: true, + price: true, + maker: { select: { id: true, nickName: true, makerProfile: { select: { image: true } } } } + } + } + : {} } }); + const domainPlans = plans.map((plan) => new PlanMapper(plan).toDomain()); return domainPlans; } @@ -79,7 +92,7 @@ export default class PlanRepository { } async create(data: IPlan): Promise<IPlan> { - const { title, tripDate, tripType, serviceArea, details, address, status, dreamerId } = data.toDB(); + const { title, tripDate, tripType, serviceArea, details, address, dreamerId } = data.toDB(); const plan = await this.db.plan.create({ data: { title, @@ -88,7 +101,7 @@ export default class PlanRepository { serviceArea, details, address, - status, + status: StatusEnum.PENDING, dreamer: { connect: { id: dreamerId } } }, include: { @@ -147,7 +160,7 @@ export default class PlanRepository { } private buildWhereConditions(whereOptions: PlanQueryOptions): PlanWhereConditions { - const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role } = whereOptions; + const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role, reviewed } = whereOptions; const whereConditions: PlanWhereConditions = { isDeletedAt: null @@ -156,7 +169,7 @@ export default class PlanRepository { if (tripDate) { whereConditions.tripDate = { lte: tripDate }; whereConditions.status = { in: status }; - } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + readyToCompete ์กฐ๊ฑด if (serviceArea) whereConditions.serviceArea = { in: serviceArea }; @@ -165,13 +178,14 @@ export default class PlanRepository { if (role === RoleEnum.MAKER) { whereConditions.status = { in: status }; //NOTE. Maker ์ „์šฉ api ์กฐ๊ฑด whereConditions.quotes = { some: { makerId: { not: userId } } }; - } else if (status && userId) { - whereConditions.status = { in: status }; + if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API + } else if (userId) { whereConditions.dreamerId = userId; //NOTE. Dreamer ์ „์šฉ api ์กฐ๊ฑด + if (status) whereConditions.status = { in: status }; + if (reviewed === true) whereConditions.review = { isNot: null }; + else if (reviewed === false) whereConditions.review = { is: null }; } - if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API - if (keyword) { whereConditions.OR = [ {
TypeScript
review: { is: null } | { isNot: null } ์ด๊ฑด ์–ด๋””์— ์–ด๋–ป๊ฒŒ ์‚ฌ์šฉ๋˜๋Š”์ง€ ์ฝ”๋“œ๋งŒ ๋ด์„œ ์ž˜ ๋ชจ๋ฅด๊ฒ ์–ด์š”. ์„ค๋ช…ํ•ด ์ฃผ์‹ค ์ˆ˜ ์žˆ๋‚˜์š”?
@@ -9,17 +9,15 @@ import ErrorMessage from 'src/common/constants/errorMessage.enum'; import { CreateOptionalQuoteData, QuoteQueryOptions } from 'src/common/types/quote/quote.type'; import { QuoteToClientProperties } from 'src/common/types/quote/quoteProperties'; import { CreatePlanData } from 'src/common/types/plan/plan.type'; -import QuoteMapper from 'src/common/domains/quote/quote.mapper'; import ForbiddenError from 'src/common/errors/forbiddenError'; import { ServiceArea } from 'src/common/constants/serviceArea.type'; import { RoleEnum } from 'src/common/constants/role.type'; -import PlanMapper from 'src/common/domains/plan/plan.mapper'; import BadRequestError from 'src/common/errors/badRequestError'; import { StatusEnum } from 'src/common/constants/status.type'; import { GroupByCount } from 'src/common/types/plan/plan.dto'; import { NotificationEventName } from 'src/common/types/notification/notification.types'; import UserService from '../user/user.service'; -import Quote from 'src/common/domains/quote/quote.domain'; +import Plan from 'src/common/domains/plan/plan.domain'; @Injectable() export default class PlanService { @@ -58,13 +56,27 @@ export default class PlanService { userId: string, options: PlanQueryOptions ): Promise<{ totalCount: number; list: PlanToClientProperties[] }> { + const { reviewed, readyToComplete } = options || {}; + const isReviewQuery = reviewed === true || reviewed === false; + const isWithQuote = isReviewQuery || readyToComplete; + options.userId = userId; + if (isReviewQuery) options.status = [StatusEnum.COMPLETED]; //NOTE. status COMPLETE ์ง€์ • + + if (readyToComplete) { + const today = new Date(); //NOTE. ์™„๋ฃŒํ•  ์ˆ˜ ์žˆ๋Š” ํ”Œ๋žœ ํ•„ํ„ฐ๋ง + const koreaTime = today.toLocaleString('en-US', { timeZone: 'Asia/Seoul' }); + const tripDate = new Date(koreaTime.split(',')[0]); + options.status = [StatusEnum.CONFIRMED]; + options.tripDate = tripDate; //NOTE. CONFIRMED ์ƒํƒœ๋กœ ์ง€์ • ๋ฐ tripDate ์ง€์ • + } + const [totalCount, list] = await Promise.all([ this.planRepository.totalCount(options), this.planRepository.findMany(options) ]); - const toClientList = list.map((plan) => plan.toClient()); + const toClientList = list.map((plan) => (isWithQuote ? plan.toClientWithQuotes() : plan.toClient())); return { totalCount, list: toClientList }; } @@ -104,7 +116,7 @@ export default class PlanService { } async postPlan(data: CreatePlanData): Promise<PlanToClientProperties> { - const domainData = new PlanMapper(data).toDomain(); + const domainData = Plan.create(data); const plan = await this.planRepository.create(domainData); return plan.toClientWithAddress(); } @@ -119,7 +131,7 @@ export default class PlanService { const quote = await this.quoteService.createQuote({ ...data, planId, isAssigned, makerId: userId }); const makerNickName = quote.maker.nickName; - const tripType = plan.toClient().tripType; + const tripType = plan.getTripType(); this.eventEmitter.emit('notification', { userId: plan.getDreamerId(), event: NotificationEventName.ARRIVE_QUOTE, @@ -148,7 +160,7 @@ export default class PlanService { const updatedPlan = await this.planRepository.update(plan); const nickName = updatedPlan.getDreamerNickName(); - const tripType = updatedPlan.toClient().tripType; + const tripType = updatedPlan.getTripType(); this.eventEmitter.emit('notification', { userId: assigneeId, event: NotificationEventName.ARRIVE_REQUEST,
TypeScript
false๋Š” if๋ฌธ์—์„œ ํ•„ํ„ฐ๊ฐ€ ๋˜์ง€ ์•Š์•„์„œ ์กฐ๊ฑด๋ฌธ์œผ๋กœ true๊ฑฐ๋‚˜ false๊ฑฐ๋‚˜ ํ•„ํ„ฐ๋ฅผ ํ•˜๊ฒŒ ํ–ˆ์–ด์š”
@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common'; import PlanOrder from 'src/common/constants/planOrder.enum'; import { RoleEnum } from 'src/common/constants/role.type'; import SortOrder from 'src/common/constants/sortOrder.enum'; +import { StatusEnum } from 'src/common/constants/status.type'; import { TRIP_TYPE } from 'src/common/constants/tripType.type'; import IPlan from 'src/common/domains/plan/plan.interface'; import PlanMapper from 'src/common/domains/plan/plan.mapper'; @@ -16,7 +17,8 @@ export default class PlanRepository { constructor(private readonly db: DBClient) {} async findMany(options: PlanQueryOptions): Promise<IPlan[]> { - const { orderBy, page, pageSize } = options || {}; + const { orderBy, page, pageSize, reviewed } = options || {}; + const isHasReview = reviewed === true || reviewed === false; const whereConditions = this.buildWhereConditions(options); const orderByField: PlanOrderByField = @@ -29,9 +31,20 @@ export default class PlanRepository { skip: pageSize * (page - 1), include: { dreamer: { select: { id: true, nickName: true } }, - assignees: { select: { id: true, nickName: true } } + assignees: { select: { id: true, nickName: true } }, + quotes: isHasReview + ? { + where: { isConfirmed: true }, + select: { + id: true, + price: true, + maker: { select: { id: true, nickName: true, makerProfile: { select: { image: true } } } } + } + } + : {} } }); + const domainPlans = plans.map((plan) => new PlanMapper(plan).toDomain()); return domainPlans; } @@ -79,7 +92,7 @@ export default class PlanRepository { } async create(data: IPlan): Promise<IPlan> { - const { title, tripDate, tripType, serviceArea, details, address, status, dreamerId } = data.toDB(); + const { title, tripDate, tripType, serviceArea, details, address, dreamerId } = data.toDB(); const plan = await this.db.plan.create({ data: { title, @@ -88,7 +101,7 @@ export default class PlanRepository { serviceArea, details, address, - status, + status: StatusEnum.PENDING, dreamer: { connect: { id: dreamerId } } }, include: { @@ -147,7 +160,7 @@ export default class PlanRepository { } private buildWhereConditions(whereOptions: PlanQueryOptions): PlanWhereConditions { - const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role } = whereOptions; + const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role, reviewed } = whereOptions; const whereConditions: PlanWhereConditions = { isDeletedAt: null @@ -156,7 +169,7 @@ export default class PlanRepository { if (tripDate) { whereConditions.tripDate = { lte: tripDate }; whereConditions.status = { in: status }; - } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + readyToCompete ์กฐ๊ฑด if (serviceArea) whereConditions.serviceArea = { in: serviceArea }; @@ -165,13 +178,14 @@ export default class PlanRepository { if (role === RoleEnum.MAKER) { whereConditions.status = { in: status }; //NOTE. Maker ์ „์šฉ api ์กฐ๊ฑด whereConditions.quotes = { some: { makerId: { not: userId } } }; - } else if (status && userId) { - whereConditions.status = { in: status }; + if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API + } else if (userId) { whereConditions.dreamerId = userId; //NOTE. Dreamer ์ „์šฉ api ์กฐ๊ฑด + if (status) whereConditions.status = { in: status }; + if (reviewed === true) whereConditions.review = { isNot: null }; + else if (reviewed === false) whereConditions.review = { is: null }; } - if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API - if (keyword) { whereConditions.OR = [ {
TypeScript
ํ•„์š”ํ• ๊นŒ ์‹ถ์–ด์„œ ๋งŒ๋“ ๊ฑด๋ฐ ์•ˆ์ป๋‚˜๋ณด๋„ค์š” ์ง€์šฐ๊ฒ ์Šต๋‹ˆ๋‹ค
@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common'; import PlanOrder from 'src/common/constants/planOrder.enum'; import { RoleEnum } from 'src/common/constants/role.type'; import SortOrder from 'src/common/constants/sortOrder.enum'; +import { StatusEnum } from 'src/common/constants/status.type'; import { TRIP_TYPE } from 'src/common/constants/tripType.type'; import IPlan from 'src/common/domains/plan/plan.interface'; import PlanMapper from 'src/common/domains/plan/plan.mapper'; @@ -16,7 +17,8 @@ export default class PlanRepository { constructor(private readonly db: DBClient) {} async findMany(options: PlanQueryOptions): Promise<IPlan[]> { - const { orderBy, page, pageSize } = options || {}; + const { orderBy, page, pageSize, reviewed } = options || {}; + const isHasReview = reviewed === true || reviewed === false; const whereConditions = this.buildWhereConditions(options); const orderByField: PlanOrderByField = @@ -29,9 +31,20 @@ export default class PlanRepository { skip: pageSize * (page - 1), include: { dreamer: { select: { id: true, nickName: true } }, - assignees: { select: { id: true, nickName: true } } + assignees: { select: { id: true, nickName: true } }, + quotes: isHasReview + ? { + where: { isConfirmed: true }, + select: { + id: true, + price: true, + maker: { select: { id: true, nickName: true, makerProfile: { select: { image: true } } } } + } + } + : {} } }); + const domainPlans = plans.map((plan) => new PlanMapper(plan).toDomain()); return domainPlans; } @@ -79,7 +92,7 @@ export default class PlanRepository { } async create(data: IPlan): Promise<IPlan> { - const { title, tripDate, tripType, serviceArea, details, address, status, dreamerId } = data.toDB(); + const { title, tripDate, tripType, serviceArea, details, address, dreamerId } = data.toDB(); const plan = await this.db.plan.create({ data: { title, @@ -88,7 +101,7 @@ export default class PlanRepository { serviceArea, details, address, - status, + status: StatusEnum.PENDING, dreamer: { connect: { id: dreamerId } } }, include: { @@ -147,7 +160,7 @@ export default class PlanRepository { } private buildWhereConditions(whereOptions: PlanQueryOptions): PlanWhereConditions { - const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role } = whereOptions; + const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role, reviewed } = whereOptions; const whereConditions: PlanWhereConditions = { isDeletedAt: null @@ -156,7 +169,7 @@ export default class PlanRepository { if (tripDate) { whereConditions.tripDate = { lte: tripDate }; whereConditions.status = { in: status }; - } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + readyToCompete ์กฐ๊ฑด if (serviceArea) whereConditions.serviceArea = { in: serviceArea }; @@ -165,13 +178,14 @@ export default class PlanRepository { if (role === RoleEnum.MAKER) { whereConditions.status = { in: status }; //NOTE. Maker ์ „์šฉ api ์กฐ๊ฑด whereConditions.quotes = { some: { makerId: { not: userId } } }; - } else if (status && userId) { - whereConditions.status = { in: status }; + if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API + } else if (userId) { whereConditions.dreamerId = userId; //NOTE. Dreamer ์ „์šฉ api ์กฐ๊ฑด + if (status) whereConditions.status = { in: status }; + if (reviewed === true) whereConditions.review = { isNot: null }; + else if (reviewed === false) whereConditions.review = { is: null }; } - if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API - if (keyword) { whereConditions.OR = [ {
TypeScript
ํ”„๋ฆฌ์ฆˆ๋งˆ์—์„œ 1:1 ๊ด€๊ณ„์„ฑ ํ•„๋“œ์ผ ๋•Œ id๋กœ ์ฒดํฌํ•˜๋Š”๊ฒŒ ๊ฐ€์žฅ ์ข‹์ง€๋งŒ plan๊ณผ review๋Š” ๋ฆฌ๋ทฐ๋งŒ ํ”Œ๋žœ id๋ฅผ ๊ฐ€์ง€๊ณ  ์žˆ์ฃ  ๊ทธ๋ ‡๊ธฐ์— ๋ฆฌ๋ทฐ๊ฐ€ ์žˆ๋Š”์ง€ ์—†๋Š”์ง€๋ฅผ ์ฒดํฌํ•˜๊ธฐ ์œ„ํ•œ ๋ฌธ๋ฒ•์ž…๋‹ˆ๋‹ค. ํ˜น์‹œ ๋‹ค๋ฅธ ๋ฌธ๋ฒ•์„ ์•„์‹œ๋Š”๊ฒŒ ์žˆ์œผ์‹ ๊ฐ€์š”?
@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common'; import PlanOrder from 'src/common/constants/planOrder.enum'; import { RoleEnum } from 'src/common/constants/role.type'; import SortOrder from 'src/common/constants/sortOrder.enum'; +import { StatusEnum } from 'src/common/constants/status.type'; import { TRIP_TYPE } from 'src/common/constants/tripType.type'; import IPlan from 'src/common/domains/plan/plan.interface'; import PlanMapper from 'src/common/domains/plan/plan.mapper'; @@ -16,7 +17,8 @@ export default class PlanRepository { constructor(private readonly db: DBClient) {} async findMany(options: PlanQueryOptions): Promise<IPlan[]> { - const { orderBy, page, pageSize } = options || {}; + const { orderBy, page, pageSize, reviewed } = options || {}; + const isHasReview = reviewed === true || reviewed === false; const whereConditions = this.buildWhereConditions(options); const orderByField: PlanOrderByField = @@ -29,9 +31,20 @@ export default class PlanRepository { skip: pageSize * (page - 1), include: { dreamer: { select: { id: true, nickName: true } }, - assignees: { select: { id: true, nickName: true } } + assignees: { select: { id: true, nickName: true } }, + quotes: isHasReview + ? { + where: { isConfirmed: true }, + select: { + id: true, + price: true, + maker: { select: { id: true, nickName: true, makerProfile: { select: { image: true } } } } + } + } + : {} } }); + const domainPlans = plans.map((plan) => new PlanMapper(plan).toDomain()); return domainPlans; } @@ -79,7 +92,7 @@ export default class PlanRepository { } async create(data: IPlan): Promise<IPlan> { - const { title, tripDate, tripType, serviceArea, details, address, status, dreamerId } = data.toDB(); + const { title, tripDate, tripType, serviceArea, details, address, dreamerId } = data.toDB(); const plan = await this.db.plan.create({ data: { title, @@ -88,7 +101,7 @@ export default class PlanRepository { serviceArea, details, address, - status, + status: StatusEnum.PENDING, dreamer: { connect: { id: dreamerId } } }, include: { @@ -147,7 +160,7 @@ export default class PlanRepository { } private buildWhereConditions(whereOptions: PlanQueryOptions): PlanWhereConditions { - const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role } = whereOptions; + const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role, reviewed } = whereOptions; const whereConditions: PlanWhereConditions = { isDeletedAt: null @@ -156,7 +169,7 @@ export default class PlanRepository { if (tripDate) { whereConditions.tripDate = { lte: tripDate }; whereConditions.status = { in: status }; - } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + readyToCompete ์กฐ๊ฑด if (serviceArea) whereConditions.serviceArea = { in: serviceArea }; @@ -165,13 +178,14 @@ export default class PlanRepository { if (role === RoleEnum.MAKER) { whereConditions.status = { in: status }; //NOTE. Maker ์ „์šฉ api ์กฐ๊ฑด whereConditions.quotes = { some: { makerId: { not: userId } } }; - } else if (status && userId) { - whereConditions.status = { in: status }; + if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API + } else if (userId) { whereConditions.dreamerId = userId; //NOTE. Dreamer ์ „์šฉ api ์กฐ๊ฑด + if (status) whereConditions.status = { in: status }; + if (reviewed === true) whereConditions.review = { isNot: null }; + else if (reviewed === false) whereConditions.review = { is: null }; } - if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API - if (keyword) { whereConditions.OR = [ {
TypeScript
์ข‹์Šต๋‹ˆ๋‹ค ๋ณ€๊ฒฝํ• ๊ฒŒ์š” ใ…‹ใ…‹ใ…‹
@@ -8,7 +8,7 @@ export default class PlanMapper { toDomain(): IPlan { if (!this.plan) return null; - return new Plan({ + const returnPlan = new Plan({ id: this.plan.id, createdAt: this.plan.createdAt, updatedAt: this.plan.updatedAt, @@ -19,11 +19,19 @@ export default class PlanMapper { serviceArea: this.plan.serviceArea, details: this.plan.details, address: this.plan.address, - status: this.plan.status ?? StatusEnum.PENDING, - quotes: this.plan.quotes, + status: this.plan.status, + quotes: this.plan.quotes?.map((quote) => ({ + ...quote, + maker: { + id: quote.maker.id, + nickName: quote.maker.nickName, + image: quote.maker?.makerProfile?.image + } + })), assignees: this.plan.assignees, dreamer: this.plan.dreamer, dreamerId: this.plan.dreamerId }); + return returnPlan; } }
TypeScript
๋ฐ›์•„์˜ฌ ๋•Œ๋Š” makerProfile์— ๋‹ด๊ฒจ์˜ค์ง€๋งŒ ๋งตํผ์—์„œ makerProfile ์•ˆ์— ์žˆ๋Š” image๋ฅผ ๋ฐ–์œผ๋กœ ๋„์ง‘์–ด์˜ค๊ณ  makerProfile์ด๋ž€ ํ•„๋“œ๋ฅผ ์—†์• ์ฃผ๊ธฐ ์œ„ํ•ด undefined๋ฅผ ๋„ฃ์—ˆ์Šต๋‹ˆ๋‹ค
@@ -8,7 +8,7 @@ export default class PlanMapper { toDomain(): IPlan { if (!this.plan) return null; - return new Plan({ + const returnPlan = new Plan({ id: this.plan.id, createdAt: this.plan.createdAt, updatedAt: this.plan.updatedAt, @@ -19,11 +19,19 @@ export default class PlanMapper { serviceArea: this.plan.serviceArea, details: this.plan.details, address: this.plan.address, - status: this.plan.status ?? StatusEnum.PENDING, - quotes: this.plan.quotes, + status: this.plan.status, + quotes: this.plan.quotes?.map((quote) => ({ + ...quote, + maker: { + id: quote.maker.id, + nickName: quote.maker.nickName, + image: quote.maker?.makerProfile?.image + } + })), assignees: this.plan.assignees, dreamer: this.plan.dreamer, dreamerId: this.plan.dreamerId }); + return returnPlan; } }
TypeScript
๋„ค ์ˆ˜์ •ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค
@@ -9,17 +9,15 @@ import ErrorMessage from 'src/common/constants/errorMessage.enum'; import { CreateOptionalQuoteData, QuoteQueryOptions } from 'src/common/types/quote/quote.type'; import { QuoteToClientProperties } from 'src/common/types/quote/quoteProperties'; import { CreatePlanData } from 'src/common/types/plan/plan.type'; -import QuoteMapper from 'src/common/domains/quote/quote.mapper'; import ForbiddenError from 'src/common/errors/forbiddenError'; import { ServiceArea } from 'src/common/constants/serviceArea.type'; import { RoleEnum } from 'src/common/constants/role.type'; -import PlanMapper from 'src/common/domains/plan/plan.mapper'; import BadRequestError from 'src/common/errors/badRequestError'; import { StatusEnum } from 'src/common/constants/status.type'; import { GroupByCount } from 'src/common/types/plan/plan.dto'; import { NotificationEventName } from 'src/common/types/notification/notification.types'; import UserService from '../user/user.service'; -import Quote from 'src/common/domains/quote/quote.domain'; +import Plan from 'src/common/domains/plan/plan.domain'; @Injectable() export default class PlanService { @@ -58,13 +56,27 @@ export default class PlanService { userId: string, options: PlanQueryOptions ): Promise<{ totalCount: number; list: PlanToClientProperties[] }> { + const { reviewed, readyToComplete } = options || {}; + const isReviewQuery = reviewed === true || reviewed === false; + const isWithQuote = isReviewQuery || readyToComplete; + options.userId = userId; + if (isReviewQuery) options.status = [StatusEnum.COMPLETED]; //NOTE. status COMPLETE ์ง€์ • + + if (readyToComplete) { + const today = new Date(); //NOTE. ์™„๋ฃŒํ•  ์ˆ˜ ์žˆ๋Š” ํ”Œ๋žœ ํ•„ํ„ฐ๋ง + const koreaTime = today.toLocaleString('en-US', { timeZone: 'Asia/Seoul' }); + const tripDate = new Date(koreaTime.split(',')[0]); + options.status = [StatusEnum.CONFIRMED]; + options.tripDate = tripDate; //NOTE. CONFIRMED ์ƒํƒœ๋กœ ์ง€์ • ๋ฐ tripDate ์ง€์ • + } + const [totalCount, list] = await Promise.all([ this.planRepository.totalCount(options), this.planRepository.findMany(options) ]); - const toClientList = list.map((plan) => plan.toClient()); + const toClientList = list.map((plan) => (isWithQuote ? plan.toClientWithQuotes() : plan.toClient())); return { totalCount, list: toClientList }; } @@ -104,7 +116,7 @@ export default class PlanService { } async postPlan(data: CreatePlanData): Promise<PlanToClientProperties> { - const domainData = new PlanMapper(data).toDomain(); + const domainData = Plan.create(data); const plan = await this.planRepository.create(domainData); return plan.toClientWithAddress(); } @@ -119,7 +131,7 @@ export default class PlanService { const quote = await this.quoteService.createQuote({ ...data, planId, isAssigned, makerId: userId }); const makerNickName = quote.maker.nickName; - const tripType = plan.toClient().tripType; + const tripType = plan.getTripType(); this.eventEmitter.emit('notification', { userId: plan.getDreamerId(), event: NotificationEventName.ARRIVE_QUOTE, @@ -148,7 +160,7 @@ export default class PlanService { const updatedPlan = await this.planRepository.update(plan); const nickName = updatedPlan.getDreamerNickName(); - const tripType = updatedPlan.toClient().tripType; + const tripType = updatedPlan.getTripType(); this.eventEmitter.emit('notification', { userId: assigneeId, event: NotificationEventName.ARRIVE_REQUEST,
TypeScript
service์—์„œ๋Š” if ์กฐ๊ฑด๋ฌธ์— hasReview=true์ธ ๊ฒฝ์šฐ๋งŒ ํ•„ํ„ฐ๋งํ•˜๋Š” ๊ฒƒ ๊ฐ™์€๋ฐ false๋„ ํ•„์š”ํ•œ ๊ฑด๊ฐ€์š”?
@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common'; import PlanOrder from 'src/common/constants/planOrder.enum'; import { RoleEnum } from 'src/common/constants/role.type'; import SortOrder from 'src/common/constants/sortOrder.enum'; +import { StatusEnum } from 'src/common/constants/status.type'; import { TRIP_TYPE } from 'src/common/constants/tripType.type'; import IPlan from 'src/common/domains/plan/plan.interface'; import PlanMapper from 'src/common/domains/plan/plan.mapper'; @@ -16,7 +17,8 @@ export default class PlanRepository { constructor(private readonly db: DBClient) {} async findMany(options: PlanQueryOptions): Promise<IPlan[]> { - const { orderBy, page, pageSize } = options || {}; + const { orderBy, page, pageSize, reviewed } = options || {}; + const isHasReview = reviewed === true || reviewed === false; const whereConditions = this.buildWhereConditions(options); const orderByField: PlanOrderByField = @@ -29,9 +31,20 @@ export default class PlanRepository { skip: pageSize * (page - 1), include: { dreamer: { select: { id: true, nickName: true } }, - assignees: { select: { id: true, nickName: true } } + assignees: { select: { id: true, nickName: true } }, + quotes: isHasReview + ? { + where: { isConfirmed: true }, + select: { + id: true, + price: true, + maker: { select: { id: true, nickName: true, makerProfile: { select: { image: true } } } } + } + } + : {} } }); + const domainPlans = plans.map((plan) => new PlanMapper(plan).toDomain()); return domainPlans; } @@ -79,7 +92,7 @@ export default class PlanRepository { } async create(data: IPlan): Promise<IPlan> { - const { title, tripDate, tripType, serviceArea, details, address, status, dreamerId } = data.toDB(); + const { title, tripDate, tripType, serviceArea, details, address, dreamerId } = data.toDB(); const plan = await this.db.plan.create({ data: { title, @@ -88,7 +101,7 @@ export default class PlanRepository { serviceArea, details, address, - status, + status: StatusEnum.PENDING, dreamer: { connect: { id: dreamerId } } }, include: { @@ -147,7 +160,7 @@ export default class PlanRepository { } private buildWhereConditions(whereOptions: PlanQueryOptions): PlanWhereConditions { - const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role } = whereOptions; + const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role, reviewed } = whereOptions; const whereConditions: PlanWhereConditions = { isDeletedAt: null @@ -156,7 +169,7 @@ export default class PlanRepository { if (tripDate) { whereConditions.tripDate = { lte: tripDate }; whereConditions.status = { in: status }; - } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + readyToCompete ์กฐ๊ฑด if (serviceArea) whereConditions.serviceArea = { in: serviceArea }; @@ -165,13 +178,14 @@ export default class PlanRepository { if (role === RoleEnum.MAKER) { whereConditions.status = { in: status }; //NOTE. Maker ์ „์šฉ api ์กฐ๊ฑด whereConditions.quotes = { some: { makerId: { not: userId } } }; - } else if (status && userId) { - whereConditions.status = { in: status }; + if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API + } else if (userId) { whereConditions.dreamerId = userId; //NOTE. Dreamer ์ „์šฉ api ์กฐ๊ฑด + if (status) whereConditions.status = { in: status }; + if (reviewed === true) whereConditions.review = { isNot: null }; + else if (reviewed === false) whereConditions.review = { is: null }; } - if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API - if (keyword) { whereConditions.OR = [ {
TypeScript
plan์—์„œ ๋ฆฌ๋ทฐ ์œ ๋ฌด๋ฅผ ํ™•์ธํ•˜๋Š” prisma ๋ฌธ๋ฒ•์ด๊ตฐ์š”! ์ด์ „์— ์œ ๋ฌด ์ฒดํฌํ•  ๋• ์–ด๋–ป๊ฒŒ ํ–ˆ๋Š”์ง€ ๊ธฐ์–ต์ด ์•ˆ๋‚˜๋„ค์š” ใ…‹ใ…‹ใ…‹ ์•Œ๋ ค์ฃผ์…”์„œ ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค~!
@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common'; import PlanOrder from 'src/common/constants/planOrder.enum'; import { RoleEnum } from 'src/common/constants/role.type'; import SortOrder from 'src/common/constants/sortOrder.enum'; +import { StatusEnum } from 'src/common/constants/status.type'; import { TRIP_TYPE } from 'src/common/constants/tripType.type'; import IPlan from 'src/common/domains/plan/plan.interface'; import PlanMapper from 'src/common/domains/plan/plan.mapper'; @@ -16,7 +17,8 @@ export default class PlanRepository { constructor(private readonly db: DBClient) {} async findMany(options: PlanQueryOptions): Promise<IPlan[]> { - const { orderBy, page, pageSize } = options || {}; + const { orderBy, page, pageSize, reviewed } = options || {}; + const isHasReview = reviewed === true || reviewed === false; const whereConditions = this.buildWhereConditions(options); const orderByField: PlanOrderByField = @@ -29,9 +31,20 @@ export default class PlanRepository { skip: pageSize * (page - 1), include: { dreamer: { select: { id: true, nickName: true } }, - assignees: { select: { id: true, nickName: true } } + assignees: { select: { id: true, nickName: true } }, + quotes: isHasReview + ? { + where: { isConfirmed: true }, + select: { + id: true, + price: true, + maker: { select: { id: true, nickName: true, makerProfile: { select: { image: true } } } } + } + } + : {} } }); + const domainPlans = plans.map((plan) => new PlanMapper(plan).toDomain()); return domainPlans; } @@ -79,7 +92,7 @@ export default class PlanRepository { } async create(data: IPlan): Promise<IPlan> { - const { title, tripDate, tripType, serviceArea, details, address, status, dreamerId } = data.toDB(); + const { title, tripDate, tripType, serviceArea, details, address, dreamerId } = data.toDB(); const plan = await this.db.plan.create({ data: { title, @@ -88,7 +101,7 @@ export default class PlanRepository { serviceArea, details, address, - status, + status: StatusEnum.PENDING, dreamer: { connect: { id: dreamerId } } }, include: { @@ -147,7 +160,7 @@ export default class PlanRepository { } private buildWhereConditions(whereOptions: PlanQueryOptions): PlanWhereConditions { - const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role } = whereOptions; + const { keyword, tripDate, tripType, serviceArea, isAssigned, userId, status, role, reviewed } = whereOptions; const whereConditions: PlanWhereConditions = { isDeletedAt: null @@ -156,7 +169,7 @@ export default class PlanRepository { if (tripDate) { whereConditions.tripDate = { lte: tripDate }; whereConditions.status = { in: status }; - } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + } //NOTE.์Šค์ผ€์ค„๋Ÿฌ ์กฐ๊ฑด + readyToCompete ์กฐ๊ฑด if (serviceArea) whereConditions.serviceArea = { in: serviceArea }; @@ -165,13 +178,14 @@ export default class PlanRepository { if (role === RoleEnum.MAKER) { whereConditions.status = { in: status }; //NOTE. Maker ์ „์šฉ api ์กฐ๊ฑด whereConditions.quotes = { some: { makerId: { not: userId } } }; - } else if (status && userId) { - whereConditions.status = { in: status }; + if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API + } else if (userId) { whereConditions.dreamerId = userId; //NOTE. Dreamer ์ „์šฉ api ์กฐ๊ฑด + if (status) whereConditions.status = { in: status }; + if (reviewed === true) whereConditions.review = { isNot: null }; + else if (reviewed === false) whereConditions.review = { is: null }; } - if (isAssigned === true) whereConditions.assignees = { some: { id: userId } }; //NOTE. ์ง€์ •๊ฒฌ์  ์กฐํšŒ API - if (keyword) { whereConditions.OR = [ {
TypeScript
reviewed์™€ isReqviewQuery๋กœ ๋ณ€๊ฒฝํ–ˆ์Šต๋‹ˆ๋‹ค
@@ -9,17 +9,15 @@ import ErrorMessage from 'src/common/constants/errorMessage.enum'; import { CreateOptionalQuoteData, QuoteQueryOptions } from 'src/common/types/quote/quote.type'; import { QuoteToClientProperties } from 'src/common/types/quote/quoteProperties'; import { CreatePlanData } from 'src/common/types/plan/plan.type'; -import QuoteMapper from 'src/common/domains/quote/quote.mapper'; import ForbiddenError from 'src/common/errors/forbiddenError'; import { ServiceArea } from 'src/common/constants/serviceArea.type'; import { RoleEnum } from 'src/common/constants/role.type'; -import PlanMapper from 'src/common/domains/plan/plan.mapper'; import BadRequestError from 'src/common/errors/badRequestError'; import { StatusEnum } from 'src/common/constants/status.type'; import { GroupByCount } from 'src/common/types/plan/plan.dto'; import { NotificationEventName } from 'src/common/types/notification/notification.types'; import UserService from '../user/user.service'; -import Quote from 'src/common/domains/quote/quote.domain'; +import Plan from 'src/common/domains/plan/plan.domain'; @Injectable() export default class PlanService { @@ -58,13 +56,27 @@ export default class PlanService { userId: string, options: PlanQueryOptions ): Promise<{ totalCount: number; list: PlanToClientProperties[] }> { + const { reviewed, readyToComplete } = options || {}; + const isReviewQuery = reviewed === true || reviewed === false; + const isWithQuote = isReviewQuery || readyToComplete; + options.userId = userId; + if (isReviewQuery) options.status = [StatusEnum.COMPLETED]; //NOTE. status COMPLETE ์ง€์ • + + if (readyToComplete) { + const today = new Date(); //NOTE. ์™„๋ฃŒํ•  ์ˆ˜ ์žˆ๋Š” ํ”Œ๋žœ ํ•„ํ„ฐ๋ง + const koreaTime = today.toLocaleString('en-US', { timeZone: 'Asia/Seoul' }); + const tripDate = new Date(koreaTime.split(',')[0]); + options.status = [StatusEnum.CONFIRMED]; + options.tripDate = tripDate; //NOTE. CONFIRMED ์ƒํƒœ๋กœ ์ง€์ • ๋ฐ tripDate ์ง€์ • + } + const [totalCount, list] = await Promise.all([ this.planRepository.totalCount(options), this.planRepository.findMany(options) ]); - const toClientList = list.map((plan) => plan.toClient()); + const toClientList = list.map((plan) => (isWithQuote ? plan.toClientWithQuotes() : plan.toClient())); return { totalCount, list: toClientList }; } @@ -104,7 +116,7 @@ export default class PlanService { } async postPlan(data: CreatePlanData): Promise<PlanToClientProperties> { - const domainData = new PlanMapper(data).toDomain(); + const domainData = Plan.create(data); const plan = await this.planRepository.create(domainData); return plan.toClientWithAddress(); } @@ -119,7 +131,7 @@ export default class PlanService { const quote = await this.quoteService.createQuote({ ...data, planId, isAssigned, makerId: userId }); const makerNickName = quote.maker.nickName; - const tripType = plan.toClient().tripType; + const tripType = plan.getTripType(); this.eventEmitter.emit('notification', { userId: plan.getDreamerId(), event: NotificationEventName.ARRIVE_QUOTE, @@ -148,7 +160,7 @@ export default class PlanService { const updatedPlan = await this.planRepository.update(plan); const nickName = updatedPlan.getDreamerNickName(); - const tripType = updatedPlan.toClient().tripType; + const tripType = updatedPlan.getTripType(); this.eventEmitter.emit('notification', { userId: assigneeId, event: NotificationEventName.ARRIVE_REQUEST,
TypeScript
hasReview=false์ธ ๊ฒฝ์šฐ๋งŒ ํ•„์š”ํ•˜์ง€๋งŒ ํ•˜๋Š”๊น€์— true๋„ ๊ฐ™์ด ๋งŒ๋“ค์–ด ๋’€์Šต๋‹ˆ๋‹ค
@@ -8,7 +8,7 @@ export default class PlanMapper { toDomain(): IPlan { if (!this.plan) return null; - return new Plan({ + const returnPlan = new Plan({ id: this.plan.id, createdAt: this.plan.createdAt, updatedAt: this.plan.updatedAt, @@ -19,11 +19,19 @@ export default class PlanMapper { serviceArea: this.plan.serviceArea, details: this.plan.details, address: this.plan.address, - status: this.plan.status ?? StatusEnum.PENDING, - quotes: this.plan.quotes, + status: this.plan.status, + quotes: this.plan.quotes?.map((quote) => ({ + ...quote, + maker: { + id: quote.maker.id, + nickName: quote.maker.nickName, + image: quote.maker?.makerProfile?.image + } + })), assignees: this.plan.assignees, dreamer: this.plan.dreamer, dreamerId: this.plan.dreamerId }); + return returnPlan; } }
TypeScript
undefined ๋Œ€์‹  ๋งตํ•‘๋ฐฉ์‹์œผ๋กœ ๋ณ€๊ฒฝ
@@ -0,0 +1,80 @@ +import React from 'react'; +import Comment from './Comment'; +import './CommentList.scss'; + +class CommentList extends React.Component { + constructor(props) { + super(props); + this.state = { + commentInput: '', + newComment: [], + nickname: '', + commentList: [], + commentValue: '', + }; + } + + componentDidMount() { + fetch('http://localhost:3000/data/commentData.json', { + method: 'GET', // GET method๋Š” ๊ธฐ๋ณธ๊ฐ’์ด๋ผ์„œ ์ƒ๋žต์ด ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. + }) // ์˜ˆ์‹œ์ฝ”๋“œ์—์„œ๋Š” ์ดํ•ด๋ฅผ ๋•๊ธฐ ์œ„ํ•ด ๋ช…์‹œ์ ์œผ๋กœ ๊ธฐ์ž…ํ•ด๋’€์Šต๋‹ˆ๋‹ค. + .then(res => res.json()) + .then(data => { + this.setState({ + commentList: data, + }); + }); + } + + checkInput = e => { + this.setState({ + commentInput: e.target.value, + }); + }; + + inputToComment = () => { + const { newComment, commentInput } = this.state; + this.setState({ + nickname: 'wecode_bootcamp', + newComment: newComment.concat(commentInput), + }); + }; + + enterPress = e => { + if (e.key === 'Enter') { + this.inputToComment(); + } + e.target.value = ''; + }; + + render() { + const { commentValue, commentList } = this.state; + return ( + <div className="commentList"> + {commentList.map(comment => { + return ( + <Comment + key={comment.id} + nickname={comment.userName} + comment={comment.content} + /> + ); + })} + + <div className="newText"> + <input + id="typingText" + value={commentValue} + onChange={this.checkInput} + onKeyPress={this.enterPress} + type="text" + placeholder="๋Œ“๊ธ€ ๋‹ฌ๊ธฐ...." + /> + <button onClick={this.checkInput}>๊ฒŒ์‹œ</button> + </div> + </div> + ); + } +} + +export default CommentList;
JavaScript
๋น„๊ตฌ์กฐํ™” ํ• ๋‹น์„ ์ ์šฉํ•˜๋ฉด ๋” ์ข‹์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค.
@@ -0,0 +1,23 @@ +import React from 'react'; +import './Comment.scss'; + +class NewComment extends React.Component { + render() { + // const newArray = this.props.newComment.map((commentarray, index) => ( + // <li key={index}> + // <span className="newCommentid">{this.props.nickname}</span> + // <span className="newComments">{commentarray}</span> + // </li> + // )); + return ( + <div className="comment"> + <div className="newComment"> + <span className="newCommentid">{this.props.nickname}</span> + <span className="newComments">{this.props.comment}</span> + </div> + </div> + ); + } +} + +export default NewComment;
JavaScript
- state ๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š”๋‹ค๋ฉด, constructor ์˜ ์„ ์–ธ์ด ํ•„์š” ์—†์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,15 @@ +.comment { + .newComment { + margin-bottom: 5px; + } + + .newCommentid { + font-weight: bold; + margin-bottom: 0; + } + + .newComments { + font-weight: normal; + margin-left: 5px; + } +}
Unknown
- `.comment` ์•„๋ž˜๋กœ ๋„ค์ŠคํŒ… ํ•ด์ฃผ์„ธ์š”!
@@ -0,0 +1,80 @@ +import React from 'react'; +import Comment from './Comment'; +import './CommentList.scss'; + +class CommentList extends React.Component { + constructor(props) { + super(props); + this.state = { + commentInput: '', + newComment: [], + nickname: '', + commentList: [], + commentValue: '', + }; + } + + componentDidMount() { + fetch('http://localhost:3000/data/commentData.json', { + method: 'GET', // GET method๋Š” ๊ธฐ๋ณธ๊ฐ’์ด๋ผ์„œ ์ƒ๋žต์ด ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. + }) // ์˜ˆ์‹œ์ฝ”๋“œ์—์„œ๋Š” ์ดํ•ด๋ฅผ ๋•๊ธฐ ์œ„ํ•ด ๋ช…์‹œ์ ์œผ๋กœ ๊ธฐ์ž…ํ•ด๋’€์Šต๋‹ˆ๋‹ค. + .then(res => res.json()) + .then(data => { + this.setState({ + commentList: data, + }); + }); + } + + checkInput = e => { + this.setState({ + commentInput: e.target.value, + }); + }; + + inputToComment = () => { + const { newComment, commentInput } = this.state; + this.setState({ + nickname: 'wecode_bootcamp', + newComment: newComment.concat(commentInput), + }); + }; + + enterPress = e => { + if (e.key === 'Enter') { + this.inputToComment(); + } + e.target.value = ''; + }; + + render() { + const { commentValue, commentList } = this.state; + return ( + <div className="commentList"> + {commentList.map(comment => { + return ( + <Comment + key={comment.id} + nickname={comment.userName} + comment={comment.content} + /> + ); + })} + + <div className="newText"> + <input + id="typingText" + value={commentValue} + onChange={this.checkInput} + onKeyPress={this.enterPress} + type="text" + placeholder="๋Œ“๊ธ€ ๋‹ฌ๊ธฐ...." + /> + <button onClick={this.checkInput}>๊ฒŒ์‹œ</button> + </div> + </div> + ); + } +} + +export default CommentList;
JavaScript
- ๊ตฌ์กฐ ๋ถ„ํ•ด ํ• ๋‹น ํ•ด์ฃผ์„ธ์š”! ```suggestion inputToComment = () => { const { comment, commentInput } = this.state; this.setState({ id: 'wecode_bootcamp', comment: comment.concat(commentInput), }); }; ```
@@ -0,0 +1,23 @@ +import React from 'react'; +import './Comment.scss'; + +class NewComment extends React.Component { + render() { + // const newArray = this.props.newComment.map((commentarray, index) => ( + // <li key={index}> + // <span className="newCommentid">{this.props.nickname}</span> + // <span className="newComments">{commentarray}</span> + // </li> + // )); + return ( + <div className="comment"> + <div className="newComment"> + <span className="newCommentid">{this.props.nickname}</span> + <span className="newComments">{this.props.comment}</span> + </div> + </div> + ); + } +} + +export default NewComment;
JavaScript
- ์ปดํฌ๋„ŒํŠธ์™€ ๋™์ผํ•˜๊ฒŒ ํด๋ž˜์Šค๋„ค์ž„ ์ง€์–ด์ฃผ์‹œ๊ณ , ์ฒซ๊ธ€์ž๋ฅผ ๋Œ€๋ฌธ์ž๋กœ ์ž‘์„ฑํ•˜๋Š” ์ปจ๋ฒค์…˜์€ ์ปดํฌ๋„ŒํŠธ๋ฅผ ๋„ค์ด๋ฐ ํ•˜๊ธฐ ์œ„ํ•œ ์ปจ๋ฒค์…˜ ์ž…๋‹ˆ๋‹ค! ```suggestion <div className="comment"> ```
@@ -0,0 +1,80 @@ +import React from 'react'; +import Comment from './Comment'; +import './CommentList.scss'; + +class CommentList extends React.Component { + constructor(props) { + super(props); + this.state = { + commentInput: '', + newComment: [], + nickname: '', + commentList: [], + commentValue: '', + }; + } + + componentDidMount() { + fetch('http://localhost:3000/data/commentData.json', { + method: 'GET', // GET method๋Š” ๊ธฐ๋ณธ๊ฐ’์ด๋ผ์„œ ์ƒ๋žต์ด ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. + }) // ์˜ˆ์‹œ์ฝ”๋“œ์—์„œ๋Š” ์ดํ•ด๋ฅผ ๋•๊ธฐ ์œ„ํ•ด ๋ช…์‹œ์ ์œผ๋กœ ๊ธฐ์ž…ํ•ด๋’€์Šต๋‹ˆ๋‹ค. + .then(res => res.json()) + .then(data => { + this.setState({ + commentList: data, + }); + }); + } + + checkInput = e => { + this.setState({ + commentInput: e.target.value, + }); + }; + + inputToComment = () => { + const { newComment, commentInput } = this.state; + this.setState({ + nickname: 'wecode_bootcamp', + newComment: newComment.concat(commentInput), + }); + }; + + enterPress = e => { + if (e.key === 'Enter') { + this.inputToComment(); + } + e.target.value = ''; + }; + + render() { + const { commentValue, commentList } = this.state; + return ( + <div className="commentList"> + {commentList.map(comment => { + return ( + <Comment + key={comment.id} + nickname={comment.userName} + comment={comment.content} + /> + ); + })} + + <div className="newText"> + <input + id="typingText" + value={commentValue} + onChange={this.checkInput} + onKeyPress={this.enterPress} + type="text" + placeholder="๋Œ“๊ธ€ ๋‹ฌ๊ธฐ...." + /> + <button onClick={this.checkInput}>๊ฒŒ์‹œ</button> + </div> + </div> + ); + } +} + +export default CommentList;
JavaScript
- id ๋ผ๋Š” ๊ฐ’์€ ๋ฌด์Šจ ์šฉ๋„๋ฅผ ์œ„ํ•ด ์ž‘์„ฑํ•ด ์ฃผ์‹  ๊ฑธ๊นŒ์š”? id ๋Š” ๊ผญ ํ•„์š”ํ•œ ๋ถ€๋ถ„์ด ์•„๋‹ˆ๋ผ๋ฉด ์‚ฌ์šฉ์„ ์ง€์–‘ํ•ด์ฃผ์„ธ์š”! id ๊ฐ’์€ ํ”„๋กœ์ ํŠธ ๋‚ด์—์„œ ์œ ์ผํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. - id ๋ฅผ ์‚ฌ์šฉํ•˜๋Š” ๊ฒฝ์šฐ๋Š” ์˜ˆ๋ฅผ ๋“ค์–ด, google map api ๋ฅผ ์‚ฌ์šฉํ•ด์„œ ์ง€๋„๋ฅผ ๊ทธ๋ฆด๋•Œ, ์ง€๋„๋ฅผ ๊ทธ๋ฆด html element ๋ฅผ ํŠน์ •ํ•  ๋•Œ ์‚ฌ์šฉ๋˜๊ณค ํ•ฉ๋‹ˆ๋‹ค.
@@ -0,0 +1,80 @@ +import React from 'react'; +import Comment from './Comment'; +import './CommentList.scss'; + +class CommentList extends React.Component { + constructor(props) { + super(props); + this.state = { + commentInput: '', + newComment: [], + nickname: '', + commentList: [], + commentValue: '', + }; + } + + componentDidMount() { + fetch('http://localhost:3000/data/commentData.json', { + method: 'GET', // GET method๋Š” ๊ธฐ๋ณธ๊ฐ’์ด๋ผ์„œ ์ƒ๋žต์ด ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. + }) // ์˜ˆ์‹œ์ฝ”๋“œ์—์„œ๋Š” ์ดํ•ด๋ฅผ ๋•๊ธฐ ์œ„ํ•ด ๋ช…์‹œ์ ์œผ๋กœ ๊ธฐ์ž…ํ•ด๋’€์Šต๋‹ˆ๋‹ค. + .then(res => res.json()) + .then(data => { + this.setState({ + commentList: data, + }); + }); + } + + checkInput = e => { + this.setState({ + commentInput: e.target.value, + }); + }; + + inputToComment = () => { + const { newComment, commentInput } = this.state; + this.setState({ + nickname: 'wecode_bootcamp', + newComment: newComment.concat(commentInput), + }); + }; + + enterPress = e => { + if (e.key === 'Enter') { + this.inputToComment(); + } + e.target.value = ''; + }; + + render() { + const { commentValue, commentList } = this.state; + return ( + <div className="commentList"> + {commentList.map(comment => { + return ( + <Comment + key={comment.id} + nickname={comment.userName} + comment={comment.content} + /> + ); + })} + + <div className="newText"> + <input + id="typingText" + value={commentValue} + onChange={this.checkInput} + onKeyPress={this.enterPress} + type="text" + placeholder="๋Œ“๊ธ€ ๋‹ฌ๊ธฐ...." + /> + <button onClick={this.checkInput}>๊ฒŒ์‹œ</button> + </div> + </div> + ); + } +} + +export default CommentList;
JavaScript
- ์—ฌ๊ธฐ๋„ id ๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š”๋ฐ ๋ถˆํ•„์š”ํ•˜๊ฒŒ ์‚ฌ์šฉํ•˜๋Š” ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค! ์ง€์›Œ์ฃผ์„ธ์š”~
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
- constructor ์„ ์–ธ์„ ๊ฐ€์žฅ ์œ„์— ์œ„์น˜์‹œ์ผœ์ฃผ์„ธ์š”!
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
- defaultColor ์™€ disabled ๋Š” state ๋กœ ๊ด€๋ฆฌํ•˜๊ธฐ์—๋Š” ๋ถ€์ ์ ˆํ•œ ๊ฐ’ ๊ฐ™์Šต๋‹ˆ๋‹ค. idInput ๊ณผ pwInput ๋ฅผ ์‚ฌ์šฉํ•ด์„œ ๊ณ„์‚ฐํ•  ์ˆ˜ ์žˆ๋Š” ๊ฐ’์ด๊ธฐ ๋•Œ๋ฌธ์ž…๋‹ˆ๋‹ค! - ์–ด๋–ค ๊ธฐ์ค€์œผ๋กœ state ๋ฅผ ๋งŒ๋“ค์–ด์•ผ ํ•˜๋Š”์ง€์— ๋Œ€ํ•ด์„œ๋Š” ์•„๋ž˜ ๋ฌธ์„œ๋ฅผ ์ฐธ๊ณ ํ•ด์ฃผ์„ธ์š”! - https://ko.reactjs.org/docs/thinking-in-react.html#step-3-identify-the-minimal-but-complete-representation-of-ui-state - state ๋กœ ๊ด€๋ฆฌํ•  ํ•„์š”๊ฐ€ ์—†๋Š” ๊ฐ’๋“ค์€ state ๋ฅผ ๋งŒ๋“ค์ง€ ์•Š๋„๋ก ํ•ด์ฃผ์„ธ์š”. ๊ฐ’์„ ์ˆ˜์ •ํ•˜๊ธฐ ์œ„ํ•ด์„ , setState ๋ฅผ ์‚ฌ์šฉํ•ด์•ผํ•˜๊ณ , ์ด๋Š” ์ผ์–ด๋‚˜์ง€ ์•Š์•„๋„ ๋˜๋Š” ๋ถˆํ•„์š”ํ•œ ๋ Œ๋”๋ง์„ ๋ฐœ์ƒ์‹œํ‚ค๊ธฐ ๋•Œ๋ฌธ์ž…๋‹ˆ๋‹ค.
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
- ๊ตฌ์กฐ ๋ถ„ํ•ด ํ• ๋‹น ํ™œ์šฉํ•ด ์ฃผ์‹œ๋ฉด ๋” ์ข‹์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค! ```suggestion const { name, value } = event.target; this.setState({ [name]: value, }); ```
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
- defaultColor ์™€ disabled ๋ฅผ state ์—์„œ ๊ด€๋ฆฌํ•˜์ง€ ์•Š๋„๋ก ํ•œ๋‹ค๋ฉด, ์ด ๋กœ์ง ๋ถ€๋ถ„์€ ๋” ์ด์ƒ ํ•„์š” ์—†์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค.
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
- idInput ๊ณผ pwInput ์„ ์‚ฌ์šฉํ•ด์„œ ๋ฐ”๋กœ ๊ฐ’์„ ๊ณ„์‚ฐํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ฝ”๋“œ๋Š” ๋‹ค์Œ๊ณผ ๊ฐ™์Šต๋‹ˆ๋‹ค. ์ฐธ๊ณ ํ•ด์ฃผ์„ธ์š”! - inline ์Šคํƒ€์ผ๋ง์„ ์ฃผ์‹œ๋Š” ๊ฒƒ์€ ๊ผญ ํ•„์š”ํ•œ ๊ฒฝ์šฐ๊ฐ€ ์•„๋‹ˆ๋ผ๋ฉด ์ง€์–‘ํ•ด์ฃผ์‹œ๊ณ , className ์„ ๋™์ ์œผ๋กœ ๋ถ€์—ฌํ•˜๋Š” ๊ฒƒ์œผ๋กœ ์Šคํƒ€์ผ๋ง ํ•ด์ฃผ์„ธ์š”! - inline ์Šคํƒ€์ผ๋ง์„ ์‚ฌ์šฉํ•˜์‹œ๋Š” ๊ฒฝ์šฐ๋Š”, ์Šฌ๋ผ์ด๋”๋ฅผ ๊ตฌํ˜„๊ณผ ๊ฐ™์ด ์Šคํƒ€์ผ๋ง์ด ๋งค์šฐ ๋งŽ์ด ์ง€์†์ ์œผ๋กœ ๋ณ€ํ•ด์•ผ ํ•˜๋Š” ์ƒํ™ฉ์— ์‚ฌ์šฉํ•ด ์ฃผ์‹œ๋Š” ๊ฒ๋‹ˆ๋‹ค! ```jsx render () { const { idInput, pwInput } = this.state; isButtonActive = idInput.includes('@') && pwInput.length >= 5 return ( ... <button disabled={!isButtonActive} className={`loginButton ${isButtonActive ? 'active' : ''}`} onClick={this.goToMain} > ... ) } ```
@@ -0,0 +1,46 @@ +@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); +@import '../../../styles/variable.scss'; + +.Login { + .container { + width: 2000px; + max-width: 100vw; + + .loginContainer { + width: 350px; + height: 400px; + margin: 25vh auto; + border: 2px solid lightgrey; + text-align: center; + + p { + margin: 50px auto; + font-family: 'Lobster'; + font-size: 40px; + } + + .inputId { + @include idpwContainer; + } + + .inputPassword { + @include idpwContainer; + } + + .loginButtonOn { + @include loginButton; + background-color: blue; + } + + .loginButtonOff { + @include loginButton; + background-color: skyblue; + } + + a { + text-decoration: none; + color: blue; + } + } + } +}
Unknown
- common.scss ์— ์ ํ•ฉํ•˜๋Š” ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,46 @@ +@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); +@import '../../../styles/variable.scss'; + +.Login { + .container { + width: 2000px; + max-width: 100vw; + + .loginContainer { + width: 350px; + height: 400px; + margin: 25vh auto; + border: 2px solid lightgrey; + text-align: center; + + p { + margin: 50px auto; + font-family: 'Lobster'; + font-size: 40px; + } + + .inputId { + @include idpwContainer; + } + + .inputPassword { + @include idpwContainer; + } + + .loginButtonOn { + @include loginButton; + background-color: blue; + } + + .loginButtonOff { + @include loginButton; + background-color: skyblue; + } + + a { + text-decoration: none; + color: blue; + } + } + } +}
Unknown
- mixin ์€ variable.scss ์™€ ๊ฐ™์€ ๋ณ„๋„์˜ ํŒŒ์ผ์„ ํ•˜๋‚˜ ๋” ๋งŒ๋“ค์–ด์„œ ๊ทธ๊ณณ์—์„œ ์ผ๊ด„์ ์œผ๋กœ ๊ด€๋ฆฌํ•ด์ฃผ์„ธ์š”!
@@ -0,0 +1,46 @@ +@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); +@import '../../../styles/variable.scss'; + +.Login { + .container { + width: 2000px; + max-width: 100vw; + + .loginContainer { + width: 350px; + height: 400px; + margin: 25vh auto; + border: 2px solid lightgrey; + text-align: center; + + p { + margin: 50px auto; + font-family: 'Lobster'; + font-size: 40px; + } + + .inputId { + @include idpwContainer; + } + + .inputPassword { + @include idpwContainer; + } + + .loginButtonOn { + @include loginButton; + background-color: blue; + } + + .loginButtonOff { + @include loginButton; + background-color: skyblue; + } + + a { + text-decoration: none; + color: blue; + } + } + } +}
Unknown
- ์Šคํƒ€์ผ๋ง์„ ๋ถ€์—ฌํ•˜๊ธฐ ์œ„ํ•จ์œผ๋กœ๋Š” className ์œผ๋กœ๋„ ์ถฉ๋ถ„ํ•ฉ๋‹ˆ๋‹ค. id ๋ฅผ ์‚ฌ์šฉํ•˜์‹ค ์ด์œ ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.
@@ -1,13 +1,108 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import Nav from '../../../components/Nav/Nav'; +import CommentList from '../Comment/CommentList'; +import './Main.scss'; class MainAh extends React.Component { render() { return ( - <div> - <p>๋ช…์„ฑ</p> + <div className="MainAh"> + <Nav /> + <div className="mainContainer"> + <div className="feedsContainer"> + <article> + <div className="feedsTop"> + <img + className="profileImage" + src="/images/baeyoonah/Main/mark.png" + alt="" + /> + <span className="feedsId">wecode-bootcamp</span> + </div> + <img src="/images/baeyoonah/Main/liberty.jpg" alt="" /> + <div className="feedsIcon"> + <ul> + <li> + <img src="/images/baeyoonah/Main/redheart.png" alt="" /> + </li> + <li> + <img src="/images/baeyoonah/Main/what.png" alt="" /> + </li> + <li> + <img src="/images/baeyoonah/Main/share.png" alt="" /> + </li> + </ul> + <img src="/images/baeyoonah/Main/tag.png" alt="" /> + </div> + <div className="feedsContent"> + <div> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="feedsId">ainworld</span> + <span className="feedsText">๋‹˜ ์™ธ 4๋ช…์ด ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค.</span> + </div> + <CommentList /> + </div> + </article> + </div> + <div className="mainRightContainer"> + <div className="mainRightTop"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">wecode_bootcamp</span> + <p className="mainRightIdInfo">Wecode | ์œ„์ฝ”๋“œ</p> + </div> + + <div className="storyContainer"> + <div className="storyMenu"> + <span className="storyId">์Šคํ† ๋ฆฌ</span> + <span className="storyIdInfo">๋ชจ๋‘๋ณด๊ธฐ</span> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">_yms_s</span> + <p className="siteIdInfo">16๋ถ„ ์ „</p> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">_yms_s</span> + <p className="siteIdInfo">16๋ถ„ ์ „</p> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">_yms_s</span> + <p className="siteIdInfo">16๋ถ„ ์ „</p> + </div> + </div> + + <div className="follow"> + <div className="storyMenu"> + <span className="storyId">ํšŒ์›๋‹˜์„ ์œ„ํ•œ ์ถ”์ฒœ</span> + <span className="storyIdInfo">๋ชจ๋‘ ๋ณด๊ธฐ</span> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">ioaaaaaahye</span> + <p className="siteIdInfo">_legenda๋‹˜ ์™ธ 2๋ช…์ด ...</p> + <button className="followBtn">ํŒ”๋กœ์šฐ</button> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">ioaaaaaahye</span> + <p className="siteIdInfo">_legenda๋‹˜ ์™ธ 2๋ช…์ด ...</p> + <button className="followBtn">ํŒ”๋กœ์šฐ</button> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">ioaaaaaahye</span> + <p className="siteIdInfo">_legenda๋‹˜ ์™ธ 2๋ช…์ด ...</p> + <button className="followBtn">ํŒ”๋กœ์šฐ</button> + </div> + </div> + </div> + </div> </div> ); } } -export default MainAh; +export default withRouter(MainAh);
JavaScript
- ๋ฐ˜๋ณต์ ์ธ ๊ตฌ์กฐ๊ฐ€ ๋ณด์ด๋„ค์š”! ๊ทธ๋ฆฌ๊ณ  ์‚ฌ์‹ค ์ด ๋ถ€๋ถ„์€ ๋ฐฑ์—”๋“œ์—์„œ ์ •๋ณด๋ฅผ ๋ฐ›์•„์™€์„œ ํ™”๋ฉด์— ๊ทธ๋ฆฌ๋Š” ๊ฒƒ์ด๋ฏ€๋กœ, ๋ชฉ์—… ๋ฐ์ดํ„ฐ๋ฅผ ๊ตฌ์„ฑํ•˜์…”์„œ map ํ•จ์ˆ˜๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๊ตฌํ˜„ํ•ด์ฃผ์‹œ๋Š”๊ฒŒ ์ข‹์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค!
@@ -1,13 +1,108 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import Nav from '../../../components/Nav/Nav'; +import CommentList from '../Comment/CommentList'; +import './Main.scss'; class MainAh extends React.Component { render() { return ( - <div> - <p>๋ช…์„ฑ</p> + <div className="MainAh"> + <Nav /> + <div className="mainContainer"> + <div className="feedsContainer"> + <article> + <div className="feedsTop"> + <img + className="profileImage" + src="/images/baeyoonah/Main/mark.png" + alt="" + /> + <span className="feedsId">wecode-bootcamp</span> + </div> + <img src="/images/baeyoonah/Main/liberty.jpg" alt="" /> + <div className="feedsIcon"> + <ul> + <li> + <img src="/images/baeyoonah/Main/redheart.png" alt="" /> + </li> + <li> + <img src="/images/baeyoonah/Main/what.png" alt="" /> + </li> + <li> + <img src="/images/baeyoonah/Main/share.png" alt="" /> + </li> + </ul> + <img src="/images/baeyoonah/Main/tag.png" alt="" /> + </div> + <div className="feedsContent"> + <div> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="feedsId">ainworld</span> + <span className="feedsText">๋‹˜ ์™ธ 4๋ช…์ด ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค.</span> + </div> + <CommentList /> + </div> + </article> + </div> + <div className="mainRightContainer"> + <div className="mainRightTop"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">wecode_bootcamp</span> + <p className="mainRightIdInfo">Wecode | ์œ„์ฝ”๋“œ</p> + </div> + + <div className="storyContainer"> + <div className="storyMenu"> + <span className="storyId">์Šคํ† ๋ฆฌ</span> + <span className="storyIdInfo">๋ชจ๋‘๋ณด๊ธฐ</span> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">_yms_s</span> + <p className="siteIdInfo">16๋ถ„ ์ „</p> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">_yms_s</span> + <p className="siteIdInfo">16๋ถ„ ์ „</p> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">_yms_s</span> + <p className="siteIdInfo">16๋ถ„ ์ „</p> + </div> + </div> + + <div className="follow"> + <div className="storyMenu"> + <span className="storyId">ํšŒ์›๋‹˜์„ ์œ„ํ•œ ์ถ”์ฒœ</span> + <span className="storyIdInfo">๋ชจ๋‘ ๋ณด๊ธฐ</span> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">ioaaaaaahye</span> + <p className="siteIdInfo">_legenda๋‹˜ ์™ธ 2๋ช…์ด ...</p> + <button className="followBtn">ํŒ”๋กœ์šฐ</button> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">ioaaaaaahye</span> + <p className="siteIdInfo">_legenda๋‹˜ ์™ธ 2๋ช…์ด ...</p> + <button className="followBtn">ํŒ”๋กœ์šฐ</button> + </div> + <div className="storyContent"> + <img src="/images/baeyoonah/Main/mark.png" alt="" /> + <span className="siteId">ioaaaaaahye</span> + <p className="siteIdInfo">_legenda๋‹˜ ์™ธ 2๋ช…์ด ...</p> + <button className="followBtn">ํŒ”๋กœ์šฐ</button> + </div> + </div> + </div> + </div> </div> ); } } -export default MainAh; +export default withRouter(MainAh);
JavaScript
- ์—ฌ๊ธฐ๋„ ์œ„์™€ ๋™์ผํ•ฉ๋‹ˆ๋‹ค!
@@ -0,0 +1,201 @@ +body { + margin: 0; +} +@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); + +.MainAh { + .mainContainer { + display: flex; + position: relative; + justify-content: center; + width: 2000px; + max-width: 100vw; + height: 2000px; + background-color: #fafafa; + } + + .feedsContainer { + position: absolute; + left: 15%; + margin-top: 50px; + width: 45%; + border: 2px solid lightgrey; + background-color: white; + + p { + margin: 0; + } + } + + .feedsTop { + margin: 15px 0; + } + + article { + width: 100%; + .profileImage { + vertical-align: middle; + margin-left: 15px; + margin-right: 10px; + width: 30px; + height: 30px; + } + + img { + width: 100%; + } + } + + .feedsIcon { + display: flex; + justify-content: space-between; + margin-top: 5px; + + ul { + display: flex; + margin: 0; + padding-left: 10px; + } + li { + list-style: none; + margin-right: 10px; + } + img { + margin-right: 10px; + width: 30px; + height: 30px; + } + } + + .feedsContent { + padding: 10px; + border-bottom: 2px solid lightgrey; + + img { + margin-right: 5px; + width: 15px; + height: 15px; + } + + .feedsId { + font-weight: bold; + } + .feedsText { + margin-left: 10px; + font-weight: normal; + } + } + + .newText { + margin: 15px 0px 15px 10px; + + input { + width: 90%; + border: none; + color: black; + } + button { + border: none; + background-color: white; + color: skyblue; + } + } + + .mainRightContainer { + display: flex; + flex-direction: column; + position: fixed; + left: 63%; + margin-top: 50px; + width: 20%; + + img { + width: 40px; + height: 40px; + } + + .mainRightIdInfo { + position: absolute; + top: 20px; + left: 5px; + margin: 0; + margin-left: 50px; + color: grey; + } + } + .mainRightTop { + margin-bottom: 10px; + + img { + vertical-align: middle; + margin-right: 10px; + width: 45px; + height: 45px; + } + } + + .storyContainer { + border: 2px solid lightgrey; + margin-top: 10px; + background-color: white; + } + // story, follow ๊ณตํ†ต ์‚ฌ์šฉ + .storyMenu { + display: flex; + justify-content: space-between; + margin: 15px; + } + .storyContent { + margin: 15px; + position: relative; + + img { + vertical-align: middle; + margin-right: 15px; + width: 35px; + height: 35px; + } + } + // ํŠน์ • ์ปจํ…Œ์ด๋„ˆ ์•ˆ์— ๋“ค์–ด๊ฐ€์žˆ์ง€ ์•Š๊ณ  ๊ณตํ†ต์œผ๋กœ ์“ฐ๋Š”์ค‘ + .siteId { + position: absolute; + top: 2px; + font-weight: bold; + } + + .siteIdInfo { + position: absolute; + top: 20px; + left: 5px; + margin: 0; + margin-left: 45px; + color: grey; + } + + .storyId { + color: grey; + margin: 0; + } + + .storyIdinfo { + font-weight: bold; + } + + .follow { + margin-top: 15px; + border: 2px solid lightgrey; + background-color: white; + + .followBtn { + position: absolute; + top: 10px; + right: 0; + float: right; + padding: 0; + border: none; + background-color: white; + color: blue; + font-size: 15px; + } + } +}
Unknown
- reset.scss ์— ์ ํ•ฉํ•ด ๋ณด์ด๋„ค์š”!
@@ -0,0 +1,80 @@ +import React from 'react'; +import Comment from './Comment'; +import './CommentList.scss'; + +class CommentList extends React.Component { + constructor(props) { + super(props); + this.state = { + commentInput: '', + newComment: [], + nickname: '', + commentList: [], + commentValue: '', + }; + } + + componentDidMount() { + fetch('http://localhost:3000/data/commentData.json', { + method: 'GET', // GET method๋Š” ๊ธฐ๋ณธ๊ฐ’์ด๋ผ์„œ ์ƒ๋žต์ด ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. + }) // ์˜ˆ์‹œ์ฝ”๋“œ์—์„œ๋Š” ์ดํ•ด๋ฅผ ๋•๊ธฐ ์œ„ํ•ด ๋ช…์‹œ์ ์œผ๋กœ ๊ธฐ์ž…ํ•ด๋’€์Šต๋‹ˆ๋‹ค. + .then(res => res.json()) + .then(data => { + this.setState({ + commentList: data, + }); + }); + } + + checkInput = e => { + this.setState({ + commentInput: e.target.value, + }); + }; + + inputToComment = () => { + const { newComment, commentInput } = this.state; + this.setState({ + nickname: 'wecode_bootcamp', + newComment: newComment.concat(commentInput), + }); + }; + + enterPress = e => { + if (e.key === 'Enter') { + this.inputToComment(); + } + e.target.value = ''; + }; + + render() { + const { commentValue, commentList } = this.state; + return ( + <div className="commentList"> + {commentList.map(comment => { + return ( + <Comment + key={comment.id} + nickname={comment.userName} + comment={comment.content} + /> + ); + })} + + <div className="newText"> + <input + id="typingText" + value={commentValue} + onChange={this.checkInput} + onKeyPress={this.enterPress} + type="text" + placeholder="๋Œ“๊ธ€ ๋‹ฌ๊ธฐ...." + /> + <button onClick={this.checkInput}>๊ฒŒ์‹œ</button> + </div> + </div> + ); + } +} + +export default CommentList;
JavaScript
์ ์šฉ์™„๋ฃŒ~! ๋‹ค์Šฌ๋‹˜ ์ตœ๊ณ !
@@ -0,0 +1,23 @@ +import React from 'react'; +import './Comment.scss'; + +class NewComment extends React.Component { + render() { + // const newArray = this.props.newComment.map((commentarray, index) => ( + // <li key={index}> + // <span className="newCommentid">{this.props.nickname}</span> + // <span className="newComments">{commentarray}</span> + // </li> + // )); + return ( + <div className="comment"> + <div className="newComment"> + <span className="newCommentid">{this.props.nickname}</span> + <span className="newComments">{this.props.comment}</span> + </div> + </div> + ); + } +} + +export default NewComment;
JavaScript
์ง€์› ์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,15 @@ +.comment { + .newComment { + margin-bottom: 5px; + } + + .newCommentid { + font-weight: bold; + margin-bottom: 0; + } + + .newComments { + font-weight: normal; + margin-left: 5px; + } +}
Unknown
์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,80 @@ +import React from 'react'; +import Comment from './Comment'; +import './CommentList.scss'; + +class CommentList extends React.Component { + constructor(props) { + super(props); + this.state = { + commentInput: '', + newComment: [], + nickname: '', + commentList: [], + commentValue: '', + }; + } + + componentDidMount() { + fetch('http://localhost:3000/data/commentData.json', { + method: 'GET', // GET method๋Š” ๊ธฐ๋ณธ๊ฐ’์ด๋ผ์„œ ์ƒ๋žต์ด ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. + }) // ์˜ˆ์‹œ์ฝ”๋“œ์—์„œ๋Š” ์ดํ•ด๋ฅผ ๋•๊ธฐ ์œ„ํ•ด ๋ช…์‹œ์ ์œผ๋กœ ๊ธฐ์ž…ํ•ด๋’€์Šต๋‹ˆ๋‹ค. + .then(res => res.json()) + .then(data => { + this.setState({ + commentList: data, + }); + }); + } + + checkInput = e => { + this.setState({ + commentInput: e.target.value, + }); + }; + + inputToComment = () => { + const { newComment, commentInput } = this.state; + this.setState({ + nickname: 'wecode_bootcamp', + newComment: newComment.concat(commentInput), + }); + }; + + enterPress = e => { + if (e.key === 'Enter') { + this.inputToComment(); + } + e.target.value = ''; + }; + + render() { + const { commentValue, commentList } = this.state; + return ( + <div className="commentList"> + {commentList.map(comment => { + return ( + <Comment + key={comment.id} + nickname={comment.userName} + comment={comment.content} + /> + ); + })} + + <div className="newText"> + <input + id="typingText" + value={commentValue} + onChange={this.checkInput} + onKeyPress={this.enterPress} + type="text" + placeholder="๋Œ“๊ธ€ ๋‹ฌ๊ธฐ...." + /> + <button onClick={this.checkInput}>๊ฒŒ์‹œ</button> + </div> + </div> + ); + } +} + +export default CommentList;
JavaScript
์ ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค. ๊ตฌ์กฐ ๋ถ„ํ•ด ํ• ๋‹น์ด ์ต์ˆ™ํ•˜์ง€์•Š์•„ ์จ์•ผํ•  ๊ณณ์„ ์ž˜ ๊ตฌ๋ถ„ํ•˜์ง€ ๋ชปํ•˜๋Š”๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค.. ใ… 
@@ -0,0 +1,23 @@ +import React from 'react'; +import './Comment.scss'; + +class NewComment extends React.Component { + render() { + // const newArray = this.props.newComment.map((commentarray, index) => ( + // <li key={index}> + // <span className="newCommentid">{this.props.nickname}</span> + // <span className="newComments">{commentarray}</span> + // </li> + // )); + return ( + <div className="comment"> + <div className="newComment"> + <span className="newCommentid">{this.props.nickname}</span> + <span className="newComments">{this.props.comment}</span> + </div> + </div> + ); + } +} + +export default NewComment;
JavaScript
์•„ ์ด๋Ÿฐ ์‹ค์ˆ˜๋ฅผ ... ์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,80 @@ +import React from 'react'; +import Comment from './Comment'; +import './CommentList.scss'; + +class CommentList extends React.Component { + constructor(props) { + super(props); + this.state = { + commentInput: '', + newComment: [], + nickname: '', + commentList: [], + commentValue: '', + }; + } + + componentDidMount() { + fetch('http://localhost:3000/data/commentData.json', { + method: 'GET', // GET method๋Š” ๊ธฐ๋ณธ๊ฐ’์ด๋ผ์„œ ์ƒ๋žต์ด ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. + }) // ์˜ˆ์‹œ์ฝ”๋“œ์—์„œ๋Š” ์ดํ•ด๋ฅผ ๋•๊ธฐ ์œ„ํ•ด ๋ช…์‹œ์ ์œผ๋กœ ๊ธฐ์ž…ํ•ด๋’€์Šต๋‹ˆ๋‹ค. + .then(res => res.json()) + .then(data => { + this.setState({ + commentList: data, + }); + }); + } + + checkInput = e => { + this.setState({ + commentInput: e.target.value, + }); + }; + + inputToComment = () => { + const { newComment, commentInput } = this.state; + this.setState({ + nickname: 'wecode_bootcamp', + newComment: newComment.concat(commentInput), + }); + }; + + enterPress = e => { + if (e.key === 'Enter') { + this.inputToComment(); + } + e.target.value = ''; + }; + + render() { + const { commentValue, commentList } = this.state; + return ( + <div className="commentList"> + {commentList.map(comment => { + return ( + <Comment + key={comment.id} + nickname={comment.userName} + comment={comment.content} + /> + ); + })} + + <div className="newText"> + <input + id="typingText" + value={commentValue} + onChange={this.checkInput} + onKeyPress={this.enterPress} + type="text" + placeholder="๋Œ“๊ธ€ ๋‹ฌ๊ธฐ...." + /> + <button onClick={this.checkInput}>๊ฒŒ์‹œ</button> + </div> + </div> + ); + } +} + +export default CommentList;
JavaScript
์œ„์—์„œ ๋ฐ›์•„์˜จ 'wecode-bootcamp' ๋ผ๋Š” id ๊ฐ’์„ ๋ฐ›์•„์˜ค๊ธฐ ์œ„ํ•ด ์‚ฌ์šฉํ–ˆ๋Š”๋ฐ, ํ™•์‹คํžˆ id ๋ผ๋Š”๊ฒƒ์€ ์ ์ ˆ์น˜ ์•Š์•„ nickname ์œผ๋กœ ์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค!
@@ -0,0 +1,80 @@ +import React from 'react'; +import Comment from './Comment'; +import './CommentList.scss'; + +class CommentList extends React.Component { + constructor(props) { + super(props); + this.state = { + commentInput: '', + newComment: [], + nickname: '', + commentList: [], + commentValue: '', + }; + } + + componentDidMount() { + fetch('http://localhost:3000/data/commentData.json', { + method: 'GET', // GET method๋Š” ๊ธฐ๋ณธ๊ฐ’์ด๋ผ์„œ ์ƒ๋žต์ด ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. + }) // ์˜ˆ์‹œ์ฝ”๋“œ์—์„œ๋Š” ์ดํ•ด๋ฅผ ๋•๊ธฐ ์œ„ํ•ด ๋ช…์‹œ์ ์œผ๋กœ ๊ธฐ์ž…ํ•ด๋’€์Šต๋‹ˆ๋‹ค. + .then(res => res.json()) + .then(data => { + this.setState({ + commentList: data, + }); + }); + } + + checkInput = e => { + this.setState({ + commentInput: e.target.value, + }); + }; + + inputToComment = () => { + const { newComment, commentInput } = this.state; + this.setState({ + nickname: 'wecode_bootcamp', + newComment: newComment.concat(commentInput), + }); + }; + + enterPress = e => { + if (e.key === 'Enter') { + this.inputToComment(); + } + e.target.value = ''; + }; + + render() { + const { commentValue, commentList } = this.state; + return ( + <div className="commentList"> + {commentList.map(comment => { + return ( + <Comment + key={comment.id} + nickname={comment.userName} + comment={comment.content} + /> + ); + })} + + <div className="newText"> + <input + id="typingText" + value={commentValue} + onChange={this.checkInput} + onKeyPress={this.enterPress} + type="text" + placeholder="๋Œ“๊ธ€ ๋‹ฌ๊ธฐ...." + /> + <button onClick={this.checkInput}>๊ฒŒ์‹œ</button> + </div> + </div> + ); + } +} + +export default CommentList;
JavaScript
์ง€์› ์Šต๋‹ˆ๋‹ค!
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค!
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
defaultColor๋Š” ์•„์˜ˆ ์ง€์šฐ๊ณ  ์‚ผํ•ญ์—ฐ์‚ฐ์ž๋ฅผ ์ด์šฉํ•œ ํ•ด๊ฒฐ๋ฐฉ๋ฒ•์„ ๋ฐ‘์— ์ฃผ์…”์„œ ๊ทธ๊ฑฐ๋กœ ์ƒ‰์ƒ ๋ณ€ํ™˜๊นŒ์ง€ ์ ์šฉํ•˜์˜€์Šต๋‹ˆ๋‹ค. ์ƒํƒœ๊ฐ€ ๋ณ€ํ•œ๋‹ค๊ณ  ์ƒ๊ฐ๋˜๋Š”๊ฒƒ์€ ์ž๊พธ state๋ฅผ ์ด์šฉํ•˜๊ฒŒ ๋˜๋Š”๊ฑฐ ๊ฐ™์•„ ๋” ๊ณต๋ถ€ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค.
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค!
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
ํ•˜๋‹จ์— ์ฃผ์‹  ํ•ด๊ฒฐ๋ฒ•์œผ๋กœ ์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค!
@@ -1,13 +1,92 @@ import React from 'react'; +import { withRouter } from 'react-router-dom'; +import './Login.scss'; class LoginAh extends React.Component { + constructor(props) { + super(props); + this.state = { + idInput: '', + pwInput: '', + }; + } + + loginTest = () => { + fetch('users/login', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ + email: this.state.idInput, + password: this.state.pwInput, + }), + }) + .then(response => response.json()) + .then(response => { + if (response.token) { + localStorage.setItem('token', response.token); + this.props.history.push('/MainAh'); + } else { + alert('์•„์ด๋””/๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ํ‹€๋ ธ์Šต๋‹ˆ๋‹ค!'); + } + }); + }; + handleInput = event => { + const { name, value } = event.target; + this.setState({ + [name]: value, + }); + }; + + goToMain = () => { + this.props.history.push('/MainAh'); + }; + render() { + const { idInput, pwInput } = this.state; + const isButtonActive = idInput.includes('@') && pwInput.length >= 5; return ( - <div> - <p>๋‹ค์Šฌ</p> + <div className="Login"> + <div className="container"> + <div className="loginContainer"> + <p>westagram</p> + <div className="idContainer"> + <input + onChange={this.handleInput} + name="idInput" + type="text" + className="inputId" + placeholder="์ „ํ™”๋ฒˆํ˜ธ, ์‚ฌ์šฉ์ž ์ด๋ฆ„ ๋˜๋Š” ์ด๋ฉ”์ผ" + /> + </div> + <div className="passwordContainer"> + <input + onChange={this.handleInput} + name="pwInput" + type="password" + className="inputPassword" + placeholder="๋น„๋ฐ€๋ฒˆํ˜ธ" + /> + </div> + <button + disabled={!isButtonActive} + className={`loginButton ${ + isButtonActive ? 'loginButtonOn' : 'loginButtonOff' + }`} + // onClick={this.goToMain} + onClick={this.loginTest} + > + ๋กœ๊ทธ์ธ + </button> + <div> + <a href="google.com">๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?</a> + </div> + </div> + </div> </div> ); } } -export default LoginAh; +export default withRouter(LoginAh);
JavaScript
์ •๋ง ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค. ๋ฌด์กฐ๊ฑด constructor ๋‹จ์—์„œ ๋ณ€ํ™”์‹œํ‚ค๋Š” ์ค„ ์•Œ๊ณ  ๊ทธ๊ณณ์—์„œ๋งŒ ํ•ด๊ฒฐํ•˜๋ ค๊ณ  ํ–ˆ๋Š”๋ฐ render์—์„œ ๋ณ€๊ฒฝํ•˜๋ฉด ๋” ๊ฐ„๋‹จํ•˜๊ฒŒ ๋˜๋Š” ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค. inline ์Šคํƒ€์ผ๋ง ์ง€์–‘ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค!!!
@@ -0,0 +1,15 @@ +{ + "arrowParens": "always", + "bracketSpacing": true, + "jsxBracketSameLine": false, + "jsxSingleQuote": false, + "printWidth": 80, + "proseWrap": "always", + "quoteProps": "as-needed", + "semi": true, + "singleQuote": false, + "tabWidth": 2, + "trailingComma": "es5", + "useTabs": false, + "endOfLine": "auto" +} \ No newline at end of file
Unknown
EOL์ด ์žˆ๋„ค์š”
@@ -10,7 +10,17 @@ "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", "babel-jest": "^29.7.0", - "jest": "29.6.0" + "eslint": "^8.56.0", + "eslint-config-airbnb": "^19.0.4", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-jsx-a11y": "^6.8.0", + "eslint-plugin-prettier": "^5.1.3", + "eslint-plugin-react": "^7.33.2", + "eslint-plugin-react-hooks": "^4.6.0", + "husky": "^9.0.7", + "jest": "29.6.0", + "prettier": "^3.2.4" }, "scripts": { "test": "jest"
Unknown
์˜ค.. husky๊นŒ์ง€
@@ -0,0 +1,28 @@ +import GameMessage from "./GameMessage.js"; +import { VALID_INPUT_LENGTH } from "./gameConstants.js"; + +class Validator { + static isValidInput(input) { + if (!this.isNumber(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_NUMBER); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_CORRECT_LENGTH); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_IS_DUPLICATED); + return true; + } + + static isNumber(input) { + return !Number.isNaN(input); + } + + static isValidLength(input) { + return input.length === VALID_INPUT_LENGTH; + } + + static isDuplicate(input) { + return [...new Set(input)].length === VALID_INPUT_LENGTH; + } +} + +export default Validator;
JavaScript
3์ด๋ผ๋Š” ์ˆซ์ž๋Š” ์–ด๋–ค ์˜๋ฏธ๋ฅผ ๊ฐ€์ง€๊ณ  ์žˆ๋Š” ์ˆซ์ž ๊ฐ™์€๋ฐ์š”, ์ด๋Ÿฌํ•œ ์ˆซ์ž๊ฐ€ ์ˆซ์ž ๊ทธ๋Œ€๋กœ ์กด์žฌํ•˜๋Š” ๊ฒƒ์„ ํ”ํžˆ ๋งค์ง๋„˜๋ฒ„๋ผ๊ณ  ๋ถ€๋ฆ…๋‹ˆ๋‹ค. ๋”ฐ๋ผ์„œ ์ด๋Ÿฌํ•œ ์ˆซ์ž๋Š” ๋‹ค์Œ์˜ ์ด์œ ๋กœ ์ƒ์ˆ˜ํ™” ํ•ด์ฃผ๋Š” ๊ฒƒ์ด ์ข‹์Šต๋‹ˆ๋‹ค. 1. ์˜ˆ์‹œ๋กœ ์ˆซ์ž์•ผ๊ตฌ ๊ฒŒ์ž„์˜ ์ˆซ์ž๊ฐฏ์ˆ˜๊ฐ€ 4๋กœ ๋Š˜์–ด๋‚ฌ๋‹ค. ๊ทธ๋ ‡๋‹ค๋ฉด ๋ชจ๋“  ํŒŒ์ผ์„ ๋’ค์ ธ์„œ 3์„ 4๋กœ ๊ณ ์ณ์•ผํ•œ๋‹ค. (๋ณ€๊ฒฝ์— ์šฉ์ดํ•˜์ง€ ์•Š๋‹ค.) 2. ์ฒ˜์Œ ์˜จ๋ณด๋”ฉ ํ•˜๋Š” ์‚ฌ๋žŒ์€ ์ด ์ˆซ์ž์˜ ์˜๋ฏธ๋ฅผ ํŒŒ์•…ํ•˜๊ธฐ ํž˜๋“ค๋‹ค. ์ฝ”๋“œ ๊ฐ€๋…์„ฑ์ด ์ค„์–ด๋“ ๋‹ค.
@@ -0,0 +1,28 @@ +import GameMessage from "./GameMessage.js"; +import { VALID_INPUT_LENGTH } from "./gameConstants.js"; + +class Validator { + static isValidInput(input) { + if (!this.isNumber(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_NUMBER); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_CORRECT_LENGTH); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_IS_DUPLICATED); + return true; + } + + static isNumber(input) { + return !Number.isNaN(input); + } + + static isValidLength(input) { + return input.length === VALID_INPUT_LENGTH; + } + + static isDuplicate(input) { + return [...new Set(input)].length === VALID_INPUT_LENGTH; + } +} + +export default Validator;
JavaScript
1. ์ฝ”๋“œ๋ฅผ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ๊ณ ์น˜๋ฉด ๋” ์ค„์–ด๋“ญ๋‹ˆ๋‹ค ใ…Žใ…Ž ```suggestion const newArr = [...new Set(input)] ``` 2. newArr์ด๋ผ๋Š” ์ƒ์ˆ˜๋ช…์ด ์–ด๋–ค ์˜๋ฏธ๋ฅผ ๋‹ด๊ณ  ์žˆ๋Š” ์ด๋ฆ„์ธ๊ฐ€์š”? ์˜๋ฏธ๊ฐ€ ์—†๊ณ , ๋‹จ๋ฐœ์„ฑ์œผ๋กœ ์‚ฌ์šฉ๋˜๋Š” ์ธก๋ฉด์—์„œ ์ด๋ ‡๊ฒŒ ์ž‘์„ฑํ•ด๋„ ๋  ๊ฒƒ ๊ฐ™์•„์š”. ```js isDuplicate(input) { if ([...new Set(input)].length !== 3) throw new Error(GameMessage.INVALID_INPUT_IS_DUPLICATED) return true; } ```
@@ -0,0 +1,28 @@ +import GameMessage from "./GameMessage.js"; +import { VALID_INPUT_LENGTH } from "./gameConstants.js"; + +class Validator { + static isValidInput(input) { + if (!this.isNumber(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_NUMBER); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_CORRECT_LENGTH); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_IS_DUPLICATED); + return true; + } + + static isNumber(input) { + return !Number.isNaN(input); + } + + static isValidLength(input) { + return input.length === VALID_INPUT_LENGTH; + } + + static isDuplicate(input) { + return [...new Set(input)].length === VALID_INPUT_LENGTH; + } +} + +export default Validator;
JavaScript
1. ๊ฐœ์ธ์ ์ธ ๊ฒฌํ•ด๋กœ๋Š” ๊ฒ€์ฆํ•จ์ˆ˜์—์„œ๋Š” ํ•ด๋‹น input์ด ์œ ํšจํ•œ์ง€/์•ˆํ•œ์ง€(boolean) ํ‰๊ฐ€ํ•œ ๋‹ค์Œ, ์ด ๊ฒฐ๊ณผ์— ๋”ฐ๋ผ ์—๋Ÿฌ๋ฅผ ๋˜์ ธ์ฃผ๋Š” ํŒจํ„ด์„ ์„ ํ˜ธํ•ฉ๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋งํ•˜๋ฉด ์—๋Ÿฌ๋ฅผ ๋˜์ ธ์ฃผ๋Š” ๋ถ€๋ถ„์„ ์ด ํ•จ์ˆ˜(is..)๋ฅผ ํ˜ธ์ถœํ•˜๋Š” ๋ถ€๋ถ„์œผ๋กœ ๋„˜๊ธฐ๋Š” ๋ฐฉ์‹์œผ๋กœ ํ•˜๊ณคํ•ฉ๋‹ˆ๋‹ค 2. ์ด๊ฒŒ static method๊ฐ€ ์•„๋‹Œ method์ผ ์ด์œ ๊ฐ€ ์žˆ๋‚˜์š”?
@@ -0,0 +1,28 @@ +import GameMessage from "./GameMessage.js"; +import { VALID_INPUT_LENGTH } from "./gameConstants.js"; + +class Validator { + static isValidInput(input) { + if (!this.isNumber(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_NUMBER); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_CORRECT_LENGTH); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_IS_DUPLICATED); + return true; + } + + static isNumber(input) { + return !Number.isNaN(input); + } + + static isValidLength(input) { + return input.length === VALID_INPUT_LENGTH; + } + + static isDuplicate(input) { + return [...new Set(input)].length === VALID_INPUT_LENGTH; + } +} + +export default Validator;
JavaScript
ํ•„์š”์—†๋Š” ์ฃผ์„์€ ์ง€์šฐ๋ฉด ์ข‹๊ฒ ์Šต๋‹ˆ๋‹ค !
@@ -0,0 +1,28 @@ +import GameMessage from "./GameMessage.js"; +import { VALID_INPUT_LENGTH } from "./gameConstants.js"; + +class Validator { + static isValidInput(input) { + if (!this.isNumber(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_NUMBER); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_NOT_A_CORRECT_LENGTH); + if (!this.isValidLength(input)) + throw new Error(GameMessage.INVALID_INPUT_IS_DUPLICATED); + return true; + } + + static isNumber(input) { + return !Number.isNaN(input); + } + + static isValidLength(input) { + return input.length === VALID_INPUT_LENGTH; + } + + static isDuplicate(input) { + return [...new Set(input)].length === VALID_INPUT_LENGTH; + } +} + +export default Validator;
JavaScript
boolean์„ ๋ฆฌํ„ดํ•  ๋•Œ๋Š” ๋ฉ”์„œ๋“œ์˜ prefix์— is, has๋ฅผ ๋ถ™์—ฌ์ฃผ๋Š” ๊ฒƒ์ด ๊ด€๋ก€์ž…๋‹ˆ๋‹คใ…Ž_ใ…Ž
@@ -0,0 +1,49 @@ +import { Random } from "@woowacourse/mission-utils"; +import { + VALID_INPUT_LENGTH, + MIN_RANDOM_NUMBER, + MAX_RANDOM_NUMBER, +} from "./gameConstants.js"; + +class Computer { + #solution; + + seeSolution() { + return this.#solution; + } + + makeSolution() { + const computer = []; + while (computer.length < VALID_INPUT_LENGTH) { + const number = Random.pickNumberInRange( + MIN_RANDOM_NUMBER, + MAX_RANDOM_NUMBER + ); + if (!computer.includes(number)) { + computer.push(number); + } + } + this.#solution = computer; + } + + assessUserInput(input) { + let strike = 0; + let ball = 0; + const userInput = input.split("").map(Number); + userInput.forEach((item, index) => { + if ( + this.#solution.indexOf(item) === index && + this.#solution.includes(item) + ) + strike += 1; + else if ( + this.#solution.indexOf(item) !== index && + this.#solution.includes(item) + ) + ball += 1; + }); + return { strike, ball }; + } +} + +export default Computer;
JavaScript
์–ด๋–ค ๊ตฌ๋ฌธ์—๋Š” ์„ธ๋ฏธ์ฝœ๋ก ์ด ์žˆ๊ณ , ์–ด๋–ค ๊ตฌ๋ฌธ์—๋Š” ์„ธ๋ฏธ์ฝœ๋ก ์ด ์žˆ์ง€ ์•Š๋„ค์š”. ๋‘˜ ์ค‘ ํ•˜๋‚˜๋งŒ ํ•˜์‹œ๋Š” ๊ฑธ ์ถ”์ฒœ๋“œ๋ฆฌ๊ณ , ๊ฐ•์ œํ•˜๊ณ  ์‹ถ๋‹ค๋ฉด prettier๋“ฑ์„ ์ด์šฉํ•ด๋ณด์„ธ์š”.