-
-
Notifications
You must be signed in to change notification settings - Fork 0
タスク編集機能を実装する #15 画面のみ作成 #27
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
| name: task, | ||
| description: description, | ||
| price: priceIntvalue, | ||
| createDate: new Date(), |
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.
更新時にはcreateDateの更新は不要です。
src/routes/editor_task/+page.svelte
Outdated
| </script> | ||
|
|
||
| <svelte:head> | ||
| <title>ミッション登録</title> |
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.
タイトルは画面に表示されている名前と一致させてください。
src/routes/editor_task/+page.svelte
Outdated
| method="POST" | ||
| class="flex_column" | ||
| use:enhance={() => { | ||
| console.log('post') |
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.
不要なログは削除をお願いいたします。
REI-MORI
left a comment
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.
LGTM
No description provided.