crowdAI / crowdai

Fighting for Open Science with Open Data
https://www.crowdai.org
GNU Affero General Public License v3.0
149 stars 32 forks source link

Comments missing from consolidated emails #288

Closed scarroll32 closed 7 years ago

scarroll32 commented 7 years ago

Also add the link to change subscription options.

marcelsalathe commented 7 years ago

I would also change the submission links - at the moment, I am getting an email that says multiple times "NIPS 2017: Learning to Run by eatnow. " But all the links go to the same page. So perhaps, what I would do instead is to just write:

Submissions Summary The challenge NIPS 2017: Learning to Run has received 13 new submissions. The challenge OpenSNP Height Prediction has received 1 new submission.

Then, for the discussion summary, I would do something like this (this is how Basecamp does it):

screen shot 2017-08-19 at 10 54 14 am
scarroll32 commented 7 years ago

The basecamp approach looks good, but there are a couple of considerations for crowdAI.

Comments Summary

Comments were made on the how to manage free text quiz submissions? discussion topic by bill, user99 and another user.

A Comment was made on the a different topic discussion topic by bill.

marcelsalathe commented 7 years ago

How about we render the HTML, strip the rags using https://apidock.com/rails/ActionView/Helpers/SanitizeHelper/strip_tags and then truncate?

scarroll32 commented 7 years ago

I believe this approach will lead to very long emails, as well as broken-looking text when mixed formatting elements are used. But OK, will implement.

marcelsalathe commented 7 years ago

I think if we limit ourselves to less text than the Basecamp example, we should be fine. How about we implement a first version and then review before pushing live?

scarroll32 commented 7 years ago

Yes no problem. (Need to also add the "change email settings" link)

scarroll32 commented 7 years ago

Implemented.