概要
mobile は通知画面のフォーカス時に POST /api/v1/notifications/mark_management_notices_read を実行して未読バッジを消す。front は notice-from-management ページの MarkNoticesRead でしか呼んでおらず、/mypage/notifications を開いてもバッジが残り続ける。
実装対象
/mypage/notifications のマウント時に markManagementNoticesRead() を実行
useNotificationCount の SWR キーを再検証
規模: S
概要
mobile は通知画面のフォーカス時に
POST /api/v1/notifications/mark_management_notices_readを実行して未読バッジを消す。front はnotice-from-managementページのMarkNoticesReadでしか呼んでおらず、/mypage/notificationsを開いてもバッジが残り続ける。実装対象
/mypage/notificationsのマウント時にmarkManagementNoticesRead()を実行useNotificationCountの SWR キーを再検証規模: S