sbsdev / daisyproducer2

An integrated production management system for accessible media
GNU Affero General Public License v3.0
0 stars 0 forks source link

Bring back word statistics #100

Open egli opened 3 years ago

egli commented 3 years ago

This basically implements statistics for unknown words.

The remaining challenge is to find out when this thing should trigger. It currently assumes that it will be invoked after all unknown words have been moved to local words and before they have been confirmed. Essentially this is when a production is finished.

But finishing is currently not triggered from daisyproducer2 but from the old Python-based code.

Should I

  1. add a call to a new API end point from the Python code or
  2. move the state transition functionality to the new code base?