effectai / force-frontend

https://app.effect.network
MIT License
6 stars 5 forks source link

Create Qualification Management interface. #215

Closed djmbritt closed 6 months ago

djmbritt commented 1 year ago

Requesters will need to be able to assign qualifications, and a value, to each worker. Requesters will need to create a qualification, using the qualification creation interface. Afterward they will have to assign it to a worker with a value, let's say a percentage value. This will help the requester rate, and sort the submission of workers. So that they can filter out bad workers from future batches.

This qualification assignment interface still has to be made. The following components will be necessary:

Do we use the existing qualification? Often times there already is one or a set of qualifications for a campaign to required to join the campaign. Do we enforce creating a new, specific qualification for that campaign to be used for the rating system? Or do we use an existing one?

Is it even possible to use the existing qualification system as a rating system?

Looking at the current set up:

image

We could add an index to quali.value, value can now have the value 0 or 1. We could add 2 to indicate that these qualifications are to be used as the rating qualification for this campaign.