Implementation: Show total project count for users in admin users table

Problem to solve

Add a sum of Project to the Users view in the Admin Area.

Parent epic: &4432 (closed)

Proposal

Show the truncated total number of Projects for each user.

Users_list_with_group_and_project_count

Implementation outline

  1. Eager load the truncated number of Projects - backend
  2. Show the count in HAML - frontend
Edited by Jiaan Louw