generated from kathmandu777/fastapi-django-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
project 公開しているかのフラグ #48
Labels
type:feature
Feature Request
Comments
POST: /api/projects/{project_id/publish
request {
// ...
}
response {
publication_url: string // 完成サイトのURL
}
validation {
top_text: required,
top_image: required,
spotify_music: required,
text_messages: { min: 1 },
image_messages: なし
} こんな感じのが欲しい |
スキーマ書く時間がないので誰か代わりにスキーマ書くところからやって欲しい、、 |
バックエンドで保持しておいてほしい情報
📝 完成したらもうメッセージは編集できない |
POST: /api/projects/{project_id/publish
request {
// なし
}
response {
publication_url: string // 完成サイトのURL
}
validation {
top_text: required,
top_image: required,
spotify_music: required,
text_messages: { min: 5 },
image_messages: { min: 5 },
} 公開サイトのURLは |
これは公開するボタンを押したときに, 投げられるAPI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
youngeek-0410/cloveeee#26 (comment)
Background of the improvement
Requirements
Considerations
Implementation policy
Test items
Remarks
The text was updated successfully, but these errors were encountered: