unfetter
unfetter copied to clipboard
Store/Update Contributors to a Threat Board
Problem
In order to display appropriate avatars for contributors to a threat board, need a list of contributors to a Threat Board with number of contributions Contribution defined as = creating the threat board, adding a report, commenting on the board or the board's article, editing article (adding a source, text, uploading a file)
Implementation Ideas
Array of {contributor_id, # of contributions} objects in metaProperties for a board Contribution # is needed for cases where there are a lot of contributors. In that case we will display the most active contributors.
Might make things a little faster if the returned object includes contributor avatar.
The contributors$
in src/app/threat-beta/side-board/side-board.component.ts
is currently stubbed out with fake contributors.