Page MenuHomePhabricator

[lib] add operation for removing all reports on login/logout
ClosedPublic

Authored by kamil on May 22 2023, 10:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 2:54 AM
Unknown Object (File)
Mon, Apr 15, 3:45 PM
Unknown Object (File)
Mon, Apr 15, 12:54 AM
Unknown Object (File)
Mon, Apr 15, 12:11 AM
Unknown Object (File)
Sun, Apr 14, 8:00 AM
Unknown Object (File)
Sat, Apr 13, 11:30 AM
Unknown Object (File)
Sat, Apr 13, 1:15 AM
Unknown Object (File)
Sat, Apr 13, 12:05 AM
Subscribers

Details

Summary

In this case this change is very simple - so generating only db operations without calling processReportStoreOperations

Depends on D7921

Test Plan
  1. Logout/login user (create some reports previously)
  2. tests

Diff Detail

Repository
rCOMM Comm
Branch
reports-native
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.May 23 2023, 1:52 AM
tomek added inline comments.
lib/reducers/report-store-reducer.js
83 ↗(On Diff #26837)

Are you sure we should remove these on login?

This revision is now accepted and ready to land.May 24 2023, 2:10 AM

rebase

lib/reducers/report-store-reducer.js
83 ↗(On Diff #26837)

yes, operations should maintain previous logic, and on the login queuedReports was returned as an empty array