aigents / aigents-java

Aigents Java Core Platform
MIT License
29 stars 12 forks source link

Support reputation computation to the users #6

Open akolonin opened 4 years ago

akolonin commented 4 years ago

Requirement:

Subtasks:

  1. add "authors" field pointing to peers (and attached to them under the hood automatically) who either a) create content b) share content created based on setup of their own
  2. add "parents" field pointing to the parents of a news item, so "comments" may refer to the parent items ("posts"), make it possible to link children to parents (like saying There text 'That is great news', times 2020-01-31 parents text 'Aigents news feed on Reddit', times 2020-01-30.)
  3. make "liquid rank" reputation computed for authors based on "trusts" given to news items authored by them and comments associated with those items - like it is done in conventional Aigents social analytics but using Reputationer engine
  4. Make reputation, along with relevance, retrieved for every trusted peer saying: What is peer, friend true, trust true email, relevance, reputation?