fossasia / susi_server

SUSI.AI server backend - the Artificial Intelligence server for personal assistants https://susi.ai
GNU Lesser General Public License v2.1
2.5k stars 1.07k forks source link

Reviewing system for skills #538

Open saurabhjn76 opened 7 years ago

saurabhjn76 commented 7 years ago

We need a skill review system to be able to put skills into different stages, e.g. Test Skill/Unreleased, Under Review, Confirmed, Invisible, Scheduled for Deletion, Deleted, System Skill. A skill can have a different status, only confirmed and tested skills should be displayed publicly.

Propose and implement a way that enables this e.g.

::STATUS TAGS : Unreleased/ Under review/ Confirmed/ Scheduled for Deletion/Deleted
:: Visibility :   Visible/ Invisible
:: System Skill: True/False

and restrict the editing to different user groups.

aboots26 commented 6 years ago

Interesting