cluutch / cluutch.io

A weed price API, eventually a crypto oracle
BSD Zero Clause License
2 stars 0 forks source link

Ability to pregenerate form submission tokens #20

Open cluutch opened 3 years ago

cluutch commented 3 years ago

As a cluutch admin, I should be able to pregenerate many one-time-use tokens, so that they can be uploaded to crowdsourcing services like mTurk.

cluutch commented 3 years ago

When the QuotesSubmission construct was introduced, a one-time-use token was automatically attached to each created object. To generate new tokens, you just create a new QuotesSubmission.

There is still some work to automate this better.

This is no longer a priority but additional work to be done