Skip to content

#890 메인 페이지에 공지사항 기능 추가 #891

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

Merged
merged 16 commits into from
Jul 1, 2025

Conversation

malloc3141
Copy link
Contributor

@malloc3141 malloc3141 commented Apr 29, 2025

Summary

It closes #890

Images or Screenshots

image
image
image
image

Further Work

  • Do something...

@malloc3141 malloc3141 added the ⚒ enhancement New feature or request label Apr 29, 2025
@malloc3141 malloc3141 self-assigned this Apr 29, 2025
Copy link

netlify bot commented Apr 29, 2025

Deploy Preview for taxi-dev-preview ready!

Name Link
🔨 Latest commit 649fd9b
🔍 Latest deploy log https://app.netlify.com/projects/taxi-dev-preview/deploys/6863d9d0cfa10700088ce4ce
😎 Deploy Preview https://deploy-preview-891--taxi-dev-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@malloc3141 malloc3141 marked this pull request as ready for review May 13, 2025 13:38
@malloc3141
Copy link
Contributor Author

image
아이콘 수정 완료

@kmc7468 kmc7468 changed the title 메인 페이지에 공지사항 기능 추가 #890 메인 페이지에 공지사항 기능 추가 Jun 24, 2025
Comment on lines +25 to +38
location /notion/ {
proxy_pass https://www.notion.so/api/v3/;
proxy_set_header Host www.notion.so;
proxy_ssl_server_name on;
proxy_ssl_name www.notion.so;

add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
add_header 'Access-Control-Allow-Headers' '*';

if ($request_method = 'OPTIONS') {
return 204;
}
}
Copy link
Member

Choose a reason for hiding this comment

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

살짝 걱정되는건 택시 프론트엔드가 아닌 다른 사람들이 악용(?)하지 않을까 걱정되긴 하는데.. 너무 과한 걱정이겠죠

Copy link
Member

@kmc7468 kmc7468 left a comment

Choose a reason for hiding this comment

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

LGTM! 고생하셨어요..! (재영님 리뷰 후에 머지 부탁드립니다)

@malloc3141
Copy link
Contributor Author

image
image
pin된 공지사항이 없으면 메인에 저렇게 뜨고, active한 공지사항이 없으면 마이페이지에 저렇게 뜨게 바꿔놓았습니다!

@malloc3141 malloc3141 requested review from Mun09 and kmc7468 June 25, 2025 12:33
@kmc7468
Copy link
Member

kmc7468 commented Jun 25, 2025

pin된 공지사항이 없는 경우에는 그냥 메인에서 아예 안뜨게 하는게 좋을 거 같은데 어떻게 생각하시나용

@malloc3141
Copy link
Contributor Author

그게 더 좋아보이네요

Copy link
Member

@kmc7468 kmc7468 left a comment

Choose a reason for hiding this comment

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

LGTM! 감사합니다~~

@malloc3141 malloc3141 merged commit 832608e into dev Jul 1, 2025
4 checks passed
@malloc3141 malloc3141 deleted the 890-show-notice-by-notion branch July 1, 2025 12:58
@malloc3141 malloc3141 restored the 890-show-notice-by-notion branch July 8, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚒ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

메인 페이지에 공지사항 기능 추가
4 participants