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

ユーザの退会機能 #42

Open
shunjikonishi opened this issue Mar 28, 2023 · 0 comments
Open

ユーザの退会機能 #42

shunjikonishi opened this issue Mar 28, 2023 · 0 comments

Comments

@shunjikonishi
Copy link
Collaborator

サインイン状態のユーザが自分自身の退会を行うことができるようにする

  • 退会の意思確認はくどいぐらい念入りにやってください
  • 退会処理後はサインアウト状態にし「ご利用ありがとうございました」という内容のメッセージを表示してください
  • 退会後はそのusername、passwordでサインインできてはいけません。
  • 退会したユーザの投稿/コメントではユーザ名を表示しているところに退会済みと表示してください。

ヒント

  • Post/Commentのドメインモデルにユーザが退会済みかどうかを示すフラグフィールドを持たせる必要があります
    • Post/Commentに持たせるユーザ情報を構造体化してそちらを参照させる仕組みにしても構いません
  • 「ご利用ありがとうございました」ページはサインイン無しで閲覧可能な/thanksのようなroutingを登録してそちらにリダイレクトする、などの実装方法があります。(もちろん他のやり方でも構いません)
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

No branches or pull requests

1 participant