Page MenuHomePhabricator

[keyserver] add entry in acknowledgment table on user sign up
ClosedPublic

Authored by kamil on Nov 17 2022, 3:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 8:30 PM
Unknown Object (File)
Sun, Dec 15, 8:29 PM
Unknown Object (File)
Sun, Dec 15, 8:29 PM
Unknown Object (File)
Sun, Dec 15, 8:29 PM
Unknown Object (File)
Sun, Dec 15, 8:29 PM
Unknown Object (File)
Sun, Dec 15, 8:29 PM
Unknown Object (File)
Sun, Dec 15, 8:20 PM
Unknown Object (File)
Sun, Dec 1, 5:04 AM

Details

Summary

Context: ENG-1715

Users sign up means that terms of use and privacy policy was accepted, that's why entry in policy_acknowledgments should be added

Test Plan
  1. register in mobile app
  2. check if entry to table was added

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.

Not a big deal, but I would've probably combined this diff with where userAcknowledgmentUpdater was implemented

Looks good, trusting that you followed the Test Plan in your local environment and ensured that rows were created as expected.

This revision is now accepted and ready to land.Nov 17 2022, 11:27 AM

update function name, rebase

tomek added inline comments.
keyserver/src/creators/account-creator.js
114 ↗(On Diff #18722)

Can we combine awaiting this with some other promises?