Store currentUserID in SQLite database.
It can be done by different way - performing operations directly on metadata table with parameters, but I wanted to make it similar to CommCoreModuleSchema.
Depend on D7181
Paths
| Differential D7182 Authored by kamil on Mar 27 2023, 4:19 AM.
Details Summary Store currentUserID in SQLite database. It can be done by different way - performing operations directly on metadata table with parameters, but I wanted to make it similar to CommCoreModuleSchema. Depend on D7181 Test Plan Send SET_CURRENT_USER_ID and GET_CURRENT_USER_ID messages to worker and check if it works
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptMar 27 2023, 4:19 AM2023-03-27 04:19:22 (UTC-7) kamil added a parent revision: D7181: [web-db] add unit tests for metadata operations.Mar 27 2023, 4:21 AM2023-03-27 04:21:39 (UTC-7) Harbormaster completed remote builds in B17656: Diff 24163.Mar 27 2023, 4:34 AM2023-03-27 04:34:25 (UTC-7) This revision is now accepted and ready to land.Mar 27 2023, 3:48 PM2023-03-27 15:48:13 (UTC-7) Closed by commit rCOMMc37fdc73806b: [web-db] implement setting/getting `currentUserID` on worker (authored by kamil). · Explain WhyMar 30 2023, 1:24 AM2023-03-30 01:24:38 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24163 web/database/utils/constants.js
web/database/worker/db-worker.js
web/types/worker-types.js
|