benjaffe / chrome-okc-plugin

OkCupid Poly Plugin
MIT License
63 stars 32 forks source link

No score, answer more questions bug #116

Open keithleeds opened 9 years ago

keithleeds commented 9 years ago

I've answered close to 2500 questions... my answering more questions won't make a difference. However, the person I was on has only answered 27 questions. Yes, she should answer more questions, but admonishing me to answer more is futile.

So, the fix is to kill that message for anyone who's answered some number (I use about 300 as my minimum-to-qualify-percentMatch, and prefer over 500). Just show the "Not enough questions to evaluate" notice.

keithleeds commented 9 years ago

Looks like line 308 in getAnswers.js

And there is no "Improve Accuracy" link on the top of this panel, BTW. It just says "No Results" "To improve the plugin's accuracy, answer more questions publicly and rank them as "Very Important". You can also click the "Improve Accuracy" link at the top of this panel to help out."

AstraLuma commented 9 years ago

Mentioned in #95:

I haven't looked into this since the redesign. I wonder if there's an easy way of getting the number questions you answered... see, it's very relative though. So if I only care about people who don't drink, and I don't care about any other metrics, I don't have to answer many questions if I answer the right ones. I think getting info and calculating whether users need to answer more questions might be too difficult, since I don't have an API. I don't think all the info to make that happen well is on the pages I'm scraping already. I'll mark as closed for now, but reopen if you have any ideas on how to implement this easily without increasing the number of pages the plugin scrapes.

keithleeds commented 9 years ago

Although I agree with you if a user has not answered any questions in a particular category, they need to follow through... at some level such as mine, just grabbing the total questions answered on the top of the "The Two of Us" page would do the trick.

Regardless, I haven't seen an "Improve Accuracy" button yet.

-Keith

On Sat, Mar 21, 2015 at 9:57 PM, Jamie Bliss notifications@github.com wrote:

Mentioned in #95 https://github.com/benjaffe/chrome-okc-plugin/issues/95 :

I haven't looked into this since the redesign. I wonder if there's an easy way of getting the number questions you answered... see, it's very relative though. So if I only care about people who don't drink, and I don't care about any other metrics, I don't have to answer many questions if I answer the right ones. I think getting info and calculating whether users need to answer more questions might be too difficult, since I don't have an API. I don't think all the info to make that happen well is on the pages I'm scraping already. I'll mark as closed for now, but reopen if you have any ideas on how to implement this easily without increasing the number of pages the plugin scrapes.

Reply to this email directly or view it on GitHub https://github.com/benjaffe/chrome-okc-plugin/issues/116#issuecomment-84521799 .