ICIJ / datashare

A self-hosted search engine for documents.
https://datashare.icij.org
GNU Affero General Public License v3.0
598 stars 54 forks source link

feat: API endpoint to list task names #1601

Open caro3801 opened 3 weeks ago

caro3801 commented 3 weeks ago

What: add an API endpoint to list task names Why: to retrieve available executable tasks Proposition: Each executable task implements UserTask, therefore we could retrieve the tasks names from it.