-
Notifications
You must be signed in to change notification settings - Fork 72
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
管理者が自分以外のユーザーアイコンを変更できないバグを修正 #8312
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Masaki Komagata <[email protected]>
FAQ にデザインを入れた(ec58966)に対するconflictを解消
userモデルに関連付けのメソッド追加
研修生向けの機能。設定されていても課題の提出・閲覧は可能
commit 69af563 とconflictしていたので修正 ユーザーの無料フラグを削除するようにした プラクティスメモのconflictを解消 form_tabs.sass のconflictを解消
lintの結果にもとづいた修正も含む
ユーザー情報と研修生からみたプラクティス一覧/詳細ページのテストを追加
スキップしたプラクティスは進捗率の分母に含まないように変更 a6b0c80 とのconflict解消
カスタムvalidateのpractice_belongs_to_userはsystemでは起こり得ない状態なので削除
ViewComponent化に対するconflictを解消 0c4dbdb
categoryies_with_uniq_practicesをUserPracticeクラスへ移行
方針用にあげているcommitはあとで整理します
メソッド名をわかりやすくするためsorted_practicesに変更
withがついていて、二つのことを表現してしまっているため変更
userモデルのpracticeメソッドを参照していたため、記述を変更
ユーザー一覧の修正 (e1ffae5) で発生したconflictを解消
issue No.7994のconflict解消
ユーザーに関するプラクティスのメソッドを移行していたのでそれに合わせて変更
issue No. 7994 用のテストにあうようにファイルを編集
@kitarou888 どういう流れ(経緯)でCloseするに至ったのかをここに残しておいていただければありがたいです。 |
@komagata
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
概要
現状のbootcampアプリの検索機能は、「カテゴリ(日報、Docsなど)と検索ワード」のみを指定できる仕様だが、新たに「自分のもののみ」をフィルタリングできるチェックボックス機能を実装した。
変更確認方法
bug/admin-cannot-update-user-icon
をローカルに取り込むgit fetch origin bug/admin-cannot-update-user-icon
git switch bug/admin-cannot-update-user-icon
foreman start -f Procfile.dev
でローカルサーバーを起動するScreenshot
変更前
変更後