Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary of ChangesHello @dodaaaaam, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 PR은 데모데이 시연을 위해 특정 기능을 일시적으로 제한합니다. '인화 안 함' 및 '수령 확정'과 관련된 기능을 비활성화하여 데모 시나리오에 불필요하거나 방해가 될 수 있는 사용자 흐름을 제거하는 데 중점을 둡니다. 이는 데모 환경에서 핵심 기능에 집중하고 특정 상호작용을 단순화하기 위한 것입니다. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
MlNTYS
left a comment
There was a problem hiding this comment.
버튼 기능 빠지는거 확인 했습니다! 어푸 드려요!
| import { getBannerContent } from "@/lib/getBannerContent"; | ||
| import { usePrintOrderStore } from "@/store/usePrintOrder.store"; | ||
| import { usePrintSkip, useConfirmReceipt } from "@/hooks/photoManage"; | ||
| // import { usePrintSkip, useConfirmReceipt } from "@/hooks/photoManage"; |
| // 인화 안 함 확정 - 데모데이용에서는 제거 | ||
| // const { mutate: printSkip } = usePrintSkip(); | ||
|
|
||
| // 수령 확정 | ||
| const { mutate: confirmReceiptMutate } = useConfirmReceipt(); | ||
| // 수령 확정 - 데모데이용에서는 제거 | ||
| // const { mutate: confirmReceiptMutate } = useConfirmReceipt(); |
| onGoTrackDelivery: () => {}, | ||
| onConfirmReceived: () => | ||
| confirmReceiptMutate(workData.developmentOrderId), | ||
| onConfirmReceived: () => {}, |
| else { | ||
| setIsDialogOpen(false); | ||
| printSkip(workData.developmentOrderId); | ||
| //printSkip(workData.developmentOrderId); |
🔀 Pull Request Title
데모데이용 기능 제한
📌 PR 설명
이번 PR에서 어떤 작업을 했는지 요약해주세요.