Grouping logic in one class to make it cleaner and reuse some code.
NOTE: I will wait with creating diffs for the rest of the stores until this is accepted because rest will be very similar to this one.
Depends on: D8603
Paths
| Differential D8604 Authored by kamil on Jul 24 2023, 6:06 AM.
Details Summary Grouping logic in one class to make it cleaner and reuse some code. NOTE: I will wait with creating diffs for the rest of the stores until this is accepted because rest will be very similar to this one.
Depends on: D8603 Test Plan Build iOS and Android and play with drafts to make sure functionality still works.
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptJul 24 2023, 6:06 AM2023-07-24 06:06:48 (UTC-7) Harbormaster completed remote builds in B21140: Diff 28962.Jul 24 2023, 6:24 AM2023-07-24 06:24:48 (UTC-7) This revision is now accepted and ready to land.Jul 24 2023, 11:10 PM2023-07-24 23:10:48 (UTC-7) kamil added a reviewer: marcin. kamil added 1 blocking reviewer(s): tomek.Jul 25 2023, 1:52 AM2023-07-25 01:52:18 (UTC-7) Comment Actions
Thanks @atul This revision now requires review to proceed.Jul 25 2023, 1:52 AM2023-07-25 01:52:18 (UTC-7) This revision is now accepted and ready to land.Jul 25 2023, 3:17 AM2023-07-25 03:17:00 (UTC-7) kamil added a child revision: D8659: [CommCoreModule] implement C++ ThreadStore.Jul 28 2023, 11:08 AM2023-07-28 11:08:01 (UTC-7)
Harbormaster completed remote builds in B21363: Diff 29267.Jul 31 2023, 6:43 AM2023-07-31 06:43:59 (UTC-7) Closed by commit rCOMMe3069eac7e0d: [CommCoreModule] implement C++ DraftStore (authored by kamil). · Explain WhyJul 31 2023, 8:03 AM2023-07-31 08:03:36 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29283 native/cpp/CommonCpp/NativeModules/CMakeLists.txt
native/cpp/CommonCpp/NativeModules/CommCoreModule.h
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
native/cpp/CommonCpp/NativeModules/DraftStoreOperations.h
|