Missing nodes list as that may impact whether to actually take action. Each district with missing nodes gets its own district-scoped suggestion. These are rolled up into a profile-scope suggestion. These are rolled up into a single general-scope suggestion. So, one missing node means three suggestions with different scope.
Container of rolled up suggestions underneath this scope.
array of names of missing nodes
# File lib/admin/suggestion/types.rb, line 67 def self.important?; true; end
# File lib/admin/suggestion/types.rb, line 68 def id; super(:@contents); end