-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code refactor PanelSurvey's `copy_respondents`, following ToDo comment. New `RespondentGroupAction` functions: - `clone_respondents_groups_into` (protocol message) - `phone_numbers_by_group_id` (private) Code refactor's goal was: - more clarity while reading the code - extract Repo's query from `Enum.map` (replace n queries with 1 unique query) Code refactor impact on dependencies: - Remove `Ecto.Query` from `Ask.Runtime.PanelSurvey`
- Loading branch information
1 parent
e3c7de7
commit 520ea0d
Showing
3 changed files
with
76 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters