From 103c6524acd83adeb82c022a85ea7cf00bd3ab6f Mon Sep 17 00:00:00 2001 From: HEES56 Date: Thu, 19 Dec 2024 14:03:20 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Fix=20:=20pr=20=EA=B9=80=ED=9D=AC=EC=84=B1?= =?UTF-8?q?=20js=20=EB=B6=80=EB=B6=84=20=EC=B5=9C=EC=A2=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\352\271\200\355\235\254\354\204\261.js" | 31 +++++++------------ 1 file changed, 12 insertions(+), 19 deletions(-) diff --git "a/pr01/data/\352\271\200\355\235\254\354\204\261.js" "b/pr01/data/\352\271\200\355\235\254\354\204\261.js" index c22e2ca..c615c0e 100644 --- "a/pr01/data/\352\271\200\355\235\254\354\204\261.js" +++ "b/pr01/data/\352\271\200\355\235\254\354\204\261.js" @@ -1,7 +1,7 @@ export const 김희성 = []; 김희성.push({ - name: "최은비", + name: "김희성", target: "2팀", title: "refactor : 1팀 김희성 → 신진호 #69", refactors: [ @@ -10,17 +10,15 @@ export const 김희성 = []; prNumber: 69, details: [ { - detail: `
- 1. 메인 메뉴들 font-size 16px → 20px 변경
- 2. 메인 메뉴들 text-shadow 추가 - `, - intention: `
- 1. 메인 메뉴의 글씨크기를 늘려 차별성 두기 위해 추가
- 2. 전체적으로 심플한 스타일이라서 shadow추가로 메뉴에 시선이 가게하기 위해 추가 - ` - }, + detail: "font-size 16px → 20px 변경", + intention: "메인 메뉴들 text-shadow 추가" + }, + { + detail: "메인 메뉴의 글씨크기를 늘려 차별성 두기 위해 추가", + intention: "전체적으로 심플한 스타일이라서 shadow추가로 메뉴에 시선이 가게하기 위해 추가" + }, ] - } + }, ] }); @@ -34,16 +32,11 @@ export const 김희성 = []; prNumber: 46, details: [ { - detail: `
- 1. js의 애니매이션 배경 추가
- - `, - intention: `
- 1. 전체적으로 무난하여 배경을 추가 - ` + detail: "js의 애니매이션 배경 추가", + intention: "전체적으로 무난하여 배경을 추가" }, ] - } + }, ] }); From 37152bc25bb5e472708ea229f9a383176d1a8bbb Mon Sep 17 00:00:00 2001 From: silverraining Date: Wed, 18 Dec 2024 21:11:30 -0800 Subject: [PATCH 2/2] =?UTF-8?q?=EC=B5=9C=EC=9D=80=EB=B9=84pr=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\354\265\234\354\235\200\353\271\204.js" | 53 +++++++++---------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git "a/pr01/data/\354\265\234\354\235\200\353\271\204.js" "b/pr01/data/\354\265\234\354\235\200\353\271\204.js" index 300a0d0..6952a6e 100644 --- "a/pr01/data/\354\265\234\354\235\200\353\271\204.js" +++ "b/pr01/data/\354\265\234\354\235\200\353\271\204.js" @@ -10,16 +10,15 @@ export const 최은비 = []; prNumber: 48, details: [ { - detail: `
- 1. grid-template → grid-template-columns 옵션으로 변경
- 2. 링크가 연결된 글씨에 hover를 추가 - `, - intention: `
- 1. grid-template-columns 옵션으로 열만 설정하면 되서 가독성 향상
- 2. 링크가 연결됨을 마우스 hover를 통해 다른 요소들과 구분 - ` + detail: "grid-template → grid-template-columns 옵션으로 변경", + intention: "가독성 향상", }, - ] + { + detail: "링크가 연결된 글씨에 hover를 추가", + intention:"링크가 연결됨을 마우스 hover를 통해 다른 요소들과 구분", + }, + ], + } ] }); @@ -34,15 +33,14 @@ export const 최은비 = []; prNumber: 76, details: [ { - detail: `
- 1. fav-music 클래스 생성하여 노래 제목에 링크 삽입
- 2. movie-container 클래스 생성해서 영화 티저 영상 삽입 - `, - intention: `
- 좋아하는 음악과 영화를 링크나 영상으로 공유하면 좋을 것 같아서 - ` + detail: "fav-music 클래스 생성하여 노래 제목에 링크 삽입", + intention: "링크가 있으면 좋을 것 같아서", + }, + { + detail: "movie-container 클래스 생성해서 영화 티저 영상 삽입", + intention:"iframe으로 영상 달면 좋을 것 같아서", }, - ] + ], } ] }); @@ -57,17 +55,18 @@ export const 최은비 = []; prNumber: 79, details: [ { - detail: `
- 1. css 파일에서 alert를 띄우는 편지모양 아이콘 버튼과 좋아하는 노래 제목에 마우스 커서 포인터 설정
- 2. 노래 제목 클릭해도 링크로 넘어가도록 HTML 파일 내 div 위치 수정하고 fav-music 클래스 생성하여 css파일에서 커서 포인터 옵션 설정
- 3. 페이지 내 마우스 우클릭 시 alert 창에 뜨는 문구 "좌클릭 금지"-> "우클릭 금지"로 문구 변경
- `, - intention: `
- 1. 클릭시 alert나 링크 연동이 되어있는 요소에 마우스 포인터를 통해 다른 요소들과 구분
- 2. 노래 제목도 클릭시 링크로 연결되면 좋을것 같아서 - ` + detail: "css 파일에서 alert를 띄우는 편지모양 아이콘 버튼과 좋아하는 노래 제목에 마우스 커서 포인터 설정", + intention: "클릭시 alert나 링크 연동이 되어있는 요소에 마우스 포인터를 통해 다른 요소들과 구분", }, - ] + { + detail: "노래 제목 클릭해도 링크로 넘어가도록 HTML 파일 내 div 위치 수정하고 fav-music 클래스 생성하여 css파일에서 커서 포인터 옵션 설정", + intention:"노래 제목도 클릭시 링크로 연결되면 좋을것 같아서", + }, + { + detail: "페이지 내 마우스 우클릭 시 alert 창에 뜨는 문구 '좌클릭 금지'-> '우클릭 금지'로 문구 변경", + intention: "오타 수정(일부러 좌클릭 금지로 하신걸까요??)" + } + ], } ] }); \ No newline at end of file