unfetter-discover / unfetter

The main project for the Unfetter-Discover application. This is the project that will hold the configuration files, the docker-compose files, issue tracking, and documentation
Other
408 stars 78 forks source link

Store/Update Contributors to a Threat Board #1487

Open mpmmasterpeace opened 6 years ago

mpmmasterpeace commented 6 years ago

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.

ghost commented 6 years ago

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

j987987 commented 6 years ago

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