We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
原因調査中
The text was updated successfully, but these errors were encountered:
調査進捗覚書 0108
バグその1 掃除当番のメンバ情報を青ボタンからskipに変更すると今日の掃除当番がいなくなる
MemberInfoController L88 に
MemberInfoController
asf4Member.setCleaner(asf4MemberOptional.isCleaner());
って入れれば is_cleaner == true かつ skip == true も実現できそう (これで今日の掃除当番の人が青ボタンでskipにチェック入れても大丈夫?)
バグその2 今日の掃除当番が赤ボタン押しても skip == false にならない
バグその2.5 他に掃除できる人がいない場合に今日の掃除当番が赤ボタンを押しても skip == false にならない かつ is_cleaner == true のまま(ほかにskip == trueの人がいない) のでボタンをトリガーとしたHook通知で同じメンバに通知がくる (そして気づいたらis_cleaner==falseになってて掃除当番 is 誰 ってなるので引き続き調査する)
Sorry, something went wrong.
No branches or pull requests
原因調査中
The text was updated successfully, but these errors were encountered: