Jeremi Joslin
Jeremi Joslin
The last 3 finally synchronized, but i still get this error in the logs, so that might be unrelated.
+1 it would be great to be able to have the log & output of the task to make it easier to diagnostic the issue.
It seems good today, no issue. Thanks!
- `signatory_id` domain should make sure it is an individual. - The mixin was not for the `consent` object but for the objects that would link to the `consent` object,...
An individual's registrant domain is not just `[("is_group", "=", False)]` it is `[("is_registrant", "=", True), ("is_group", "=", True)]`
- Rename "create consent" to `record consent` in the code and UIs. - Allow the consent to be recorded for a group, and the signing person can be a member...
It seems not finished: - Does not duplicate individuals by ID or phone number; it does it only for group members - Dedup on phone numbers should be done on...
Can you link to where the code is, Do you have tests?
Also interesting: https://www.w3.org/International/questions/qa-personal-names
@emjay0921 can you work with @RohmerJay to have them run as part of the automated build? see `oca_run_tests` https://github.com/newlogic/newlogic-g2p/blob/main/.github/workflows/test.yaml