aigents / aigents-java

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

Prevent forgetting of manually authored things without topics #10

Open akolonin opened 4 years ago

akolonin commented 4 years ago

In extension to #9 Make sure forgetting does not remove authored news without topics (by 'authors' link) Options:

  1. setting default topic author's topic for the news without explicit topics (use area or author by default)
  2. enforcing the author's topic top be selected by the author (with default as above)
  3. use author-authors property - will work if is (topic) is not set (best option !!!???) 1.1. set author true when authoring (needed by #6 ) 1.1. make sure referral by complex id is working - need to have Thing.getQuery() generating unique reference by key attributes 1.1. forgetting - check if author is present and refers to trusted authors 1.1. scope by the author as it were a thing!?