Skip to content

Commit

Permalink
feat: also log number of jobs changed by editors for job tagging stats
Browse files Browse the repository at this point in the history
Refs: RW-1078
  • Loading branch information
orakili committed Sep 17, 2024
1 parent b804ed7 commit d9cc449
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ function reliefweb_reporting_get_weekly_ai_tagging_stats() {
'jobs_tagged_by_ai' => count($jobs),
'career_categories_changed_by_editors' => count($changed_career_categories),
'themes_changed_by_editors' => count($changed_themes),
'jobs_changed_by_editors' => count($changed_career_categories + $changed_themes),
];

return $data;
Expand Down

0 comments on commit d9cc449

Please sign in to comment.