Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
概要
研修生はこれまで研修を終了する際、現役生と同じく退会手続きを行なっていた。
新しく研修終了のフローを用意し、研修終了手続きを行うように変更。
参考 :
変更確認方法
feature/add-training-completion
をローカルに取り込むrails db:migrate
rails db:reset
foreman start -f Procfile.dev
kensyu
でログイン(研修中のユーザーであれば良いが、以下はkensyu
で操作を行う想定で記載します)http://localhost:3000/current_user/edit
の最下部の「研修終了手続き」から、http://localhost:3000/training_completion/new
にアクセスhttp://localhost:3000/training_completion
に遷移し、研修終了手続きが完了した旨のページの表示を確認kensyu
でログインできないことを確認komagata
でログイン(管理者 or メンターのユーザーであれば良い)kensyu
の研修が終了した通知が来てることを確認し、同通知をクリックScreenshot
最終的なデザインが確定したのちに、追記します。
変更前
変更後