dpriskorn / ItemSubjector

CLI-tool to easily add "main subject" aka topics in bulk to groups of items on Wikidata
GNU General Public License v3.0
8 stars 1 forks source link

Add a Web UI #29

Open dpriskorn opened 2 years ago

dpriskorn commented 2 years ago

Similar to QuickStatements batches, ItemsSubjector could have a flask frontend that runs in Toolforge and execute the users batches.

This requires oauth and flask. Lucas made a good toolforge flask template to get started.

dpriskorn commented 2 years ago

We could also piggyback on QS like petscan and send the job to QS which handles uploading, errors and multiple jobs running sequentially in the background.