Anveio / mturk-engine

A browser app that helps workers earn money more efficiently on Amazon's Mechanical Turk work platform.
MIT License
79 stars 23 forks source link

Feature Request: Make HitID searchable on Account page #47

Open aesha-CORUS opened 6 years ago

aesha-CORUS commented 6 years ago

Basically, I do many if not hundreds of HITs for the same requester, so searching by requester ID, or even HIT name, is of no use. I end up having to expand every HIT just to find the right one for the ADD BONUS.

I am not sure this is actually a HIT ID, but as an example I get the following in Email: You've received a bonus from Vito D'Orazio for work related to 3IH9TRB0FB5K1D8IS30AH5ANU041I5.

What is this ID, and can we possibly search by it? They seem to be unique, even on repeats of the same HIT.

aesha-CORUS commented 6 years ago

I just confirmed, it is the HIT ID showing up in the Email

Anveio commented 6 years ago

If I'm understanding you correctly, this feature should already exist. Here's the code that powers searching through your HIT database: https://github.com/Anveio/mturk-engine/blob/5c4535f53749f7305e4aa134dcb949a2848f26c5/src/utils/databaseFilter.ts#L100-L107

The search term you type in checks against the HIT's ID, title, requester name and requester ID. Try copying and pasting the entire HIT ID from your email into the search box and the corresponding HIT should show up. If that doesn't work it's definitely a bug.