Page MenuHomePhabricator

Implement function to store SQLite database entities from raw notification string in SQLite database
ClosedPublic

Authored by marcin on May 10 2022, 2:59 AM.
Tags
None
Referenced Files
F2899667: D3986.id12554.diff
Sat, Oct 5, 8:08 AM
F2899666: D3986.id12541.diff
Sat, Oct 5, 8:07 AM
F2899665: D3986.id13942.diff
Sat, Oct 5, 8:07 AM
Unknown Object (File)
Wed, Sep 25, 3:25 PM
Unknown Object (File)
Wed, Sep 25, 5:42 AM
Unknown Object (File)
Fri, Sep 20, 9:23 AM
Unknown Object (File)
Thu, Sep 19, 11:36 AM
Unknown Object (File)
Thu, Sep 19, 12:43 AM

Details

Summary

This diff uses function implemented in previous diff to store ntification in Sqlite database.

Test Plan

No testing plan. Future diffs will provide a code that uses those functions on iOS and Android respectively

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

karol added 1 blocking reviewer(s): tomek.
tomek added inline comments.
native/cpp/CommonCpp/NativeModules/MessageOperationsUtilities/MessageOperationsUtilities.cpp
98 ↗(On Diff #12483)

Maybe by reference?

This revision is now accepted and ready to land.May 11 2022, 4:57 AM

(Note that @palys-swm's comments has not been addressed yet)

Use new method name: storeMessageInfos

Rebase and move to persistent storage utilities