-
Notifications
You must be signed in to change notification settings - Fork 1
(PC) Feature/creation namecard #212
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
Conversation
✅ Deploy Preview for vuefes-2024 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploying vuefes-2024-designsystem with
|
Latest commit: |
b4f7eba
|
Status: | ✅ Deploy successful! |
Preview URL: | https://82108fee.vuefes-2024-designsystem.pages.dev |
Branch Preview URL: | https://feature-creation-namecard.vuefes-2024-designsystem.pages.dev |
</script> | ||
|
||
<template> | ||
<!-- TODO 画像アップローダーのブラッシュアップ --> | ||
<VFDragDropArea | ||
<label |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
既存のものは使えなかったんですかね
e.preventDefault() | ||
navigateTo(`/namecard/${route.params.id}/edit/complete/`) | ||
} | ||
const receiptId = ref('') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NITS
昨年もそうだったかと記憶していますが、
編集時は receiptId 編集不可 (いわゆる disabled 状態) となるかもしれないです mm
memo
https://localhost:3000/namecard/null/?code=ba7e2a31-3f7c-4669-bd3d-a16274bf6513 ===== role が NULL のまま?だからですかね @vuejs-jp/web:dev: ERROR [nuxt] [request error] [unhandled] [500] Pattern matching error: no pattern matches value ""
@vuejs-jp/web:dev: at exhaustive (/Users/yuukit/projects/vuefes-2024/node_modules/ts-pattern/src/match.ts:124:11)
@vuejs-jp/web:dev: at Proxy.backgroundColor (/Users/yuukit/projects/vuefes-2024/packages/composable/lib/useUserRole.ts:4:244)
@vuejs-jp/web:dev: at _sfc_ssrRender (/Users/yuukit/projects/vuefes-2024/packages/ui/components/namecard/NamecardAvatar.vue:38:24)
@vuejs-jp/web:dev: at renderComponentSubTree (/Users/yuukit/projects/vuefes-2024/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:695:9)
@vuejs-jp/web:dev: at renderComponentVNode (/Users/yuukit/projects/vuefes-2024/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:641:12)
@vuejs-jp/web:dev: at Module.ssrRenderComponent (/Users/yuukit/projects/vuefes-2024/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:84:10)
@vuejs-jp/web:dev: at _sfc_ssrRender (/Users/yuukit/projects/vuefes-2024/packages/ui/components/namecard/Namecard23.vue:62:31)
@vuejs-jp/web:dev: at renderComponentSubTree (/Users/yuukit/projects/vuefes-2024/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:695:9)
@vuejs-jp/web:dev: at renderComponentVNode (/Users/yuukit/projects/vuefes-2024/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:641:12)
@vuejs-jp/web:dev: at Module.ssrRenderComponent (/Users/yuukit/projects/vuefes-2024/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:84:10)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一旦マージいただいて OK です
</div> | ||
<CreationStatus :status-key="statusKey" size="small" class="creation-status" /> | ||
<!-- TODO 24に置き換え&smallサイズ指定 --> | ||
<VFNamecard23 :user="attendee" class="namecard-preview" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✍️
こちらをはじめ VFNamecard23 になっている箇所を VFNamecard24 へ書き換える to @totocalcio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
画面確認できるようになったら、書き換えて確認してみます。
ネームカード作成・シェアページの基本的な実装を行いました。
プレビュー環境での確認対応がまだできておらず、お手数ですがお手元で確認していただきたいです。
https://localhost:3000/namecard/
シェアカードページ
https://localhost:3000/namecard/be9367b9-4612-4b17-834b-f303cc96dc45/share/
未実装