Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

시간표 페이지 퍼블리싱 #36

Merged
merged 47 commits into from
Jul 21, 2023
Merged

시간표 페이지 퍼블리싱 #36

merged 47 commits into from
Jul 21, 2023

Conversation

Ubinquitous
Copy link
Member

작업사항

하면서 제일 힘들었던 PR입니다^^... 퍼블리셔도 쉽지 않은 직업이라는 것을 알게 되었습니다..
아직 API가 연결되지 않아 직간접적으로 현재 시간과 동기화 기능을 구현하지 못했습니다.
임시로 작성한 코드가 있으니 감안하고 봐주시면 감사하겠숩니다..

변경한 점

일정표 페이지, 즉 shedule 페이지에서 shedule보단 calender라는 단어가 조금 더 적합한 것으로
판단해 컴포넌트와 페이지, 라우터명을 전부 calender로 바꾸었습니다.

스크린샷

스크린샷 2023-07-19 오후 7 54 01

@Ubinquitous Ubinquitous added enhancement New feature or request refactor refactoring code labels Jul 19, 2023
@Ubinquitous Ubinquitous requested review from J1min and 5ewon July 19, 2023 11:03
@Ubinquitous Ubinquitous self-assigned this Jul 19, 2023
package.json Outdated
@@ -25,6 +25,7 @@
"eslint-config-next": "13.0.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"moment": "^2.29.4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moment 대신 요즘 더 많이 쓰이고 최적화도 더 야무진 dayjs 추천합니다
https://blog.hoseung.me/2022-03-13-dayjs-instead-of-momentjs/

import SVGAttribute from "@/global/types/SVGAttribute";
import React from "react";

const DownArrow = ({ width, height }: SVGAttribute) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

개인적으로 얘는 특별히 4방향으로 회전할 수 있는 옵션이 props에 있으면 멋질 것 같습니다!

Copy link
Member

@J1min J1min left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Ubinquitous
Copy link
Member Author

반영 완료했습니다 감사합니다!

@Ubinquitous Ubinquitous merged commit 88507ae into main Jul 21, 2023
1 check passed
@Ubinquitous Ubinquitous deleted the layouts/timetable branch November 27, 2023 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants