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

掃除当番が分からなくなる #48

Open
uesaka-seiya opened this issue Jan 8, 2021 · 1 comment
Open

掃除当番が分からなくなる #48

uesaka-seiya opened this issue Jan 8, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@uesaka-seiya
Copy link
Collaborator

原因調査中

@uesaka-seiya uesaka-seiya added the bug Something isn't working label Jan 8, 2021
@uesaka-seiya
Copy link
Collaborator Author

調査進捗覚書 0108

バグその1
掃除当番のメンバ情報を青ボタンからskipに変更すると今日の掃除当番がいなくなる

MemberInfoController L88 に

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 誰 ってなるので引き続き調査する)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant