unfetter icon indicating copy to clipboard operation
unfetter copied to clipboard

Store/Update Contributors to a Threat Board

Open mpmmasterpeace opened this issue 6 years ago • 2 comments

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.

mpmmasterpeace avatar Oct 05 '18 11:10 mpmmasterpeace

Might make things a little faster if the returned object includes contributor avatar.

ghost avatar Oct 09 '18 11:10 ghost

The contributors$ in src/app/threat-beta/side-board/side-board.component.ts is currently stubbed out with fake contributors.

j987987 avatar Oct 17 '18 17:10 j987987