Skip to content
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

Feature/87 separate registering new user and set user icon #88

Conversation

ShotaTanemura
Copy link
Owner

Close #87 .

REST APIの考えに則って、文字データはJSON, ファイルデータはmultipartで分けて処理する実装にしました。
ユーザー登録の際はユーザーの作成を実行し、成功後にicon画像のアップロードを実行するようにした

@subarunrun0812 subarunrun0812 self-requested a review July 25, 2024 10:05
Copy link
Collaborator

@subarunrun0812 subarunrun0812 left a comment

Choose a reason for hiding this comment

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

runserverで正常にserverが起動しました。
問題ないと思います!

@subarunrun0812 subarunrun0812 merged commit 2aa49fb into develop Jul 25, 2024
1 check passed
@subarunrun0812 subarunrun0812 deleted the feature/87-separate-registering-new-user-and-set-user-icon branch July 25, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ユーザー登録とアイコン画像の登録の処理を分ける
3 participants