publiclab / plots2

a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:
https://publiclab.org
GNU General Public License v3.0
961 stars 1.83k forks source link

"Suggested comments" (like saved replies in github) #5808

Open jywarren opened 5 years ago

jywarren commented 5 years ago

Building on #786, I'm opening a new issue for a set of "suggested comments" that could be shown maybe like this, or perhaps further refined in design before implementation:

screen shot 2018-12-05 at 5 37 30 pm

(this is like #373, but simpler)

Something like this -- using code like:

<span style="font-family:arial;">
  <a class="btn btn-default btn-xs">'I have a suggestion'</a> 
  <a class="btn btn-default btn-xs">'I had some trouble'</a> 
  <a class="btn btn-default btn-xs">'This worked perfectly!'</a>
</span>

Noting also the relationship to "suggest a title" feature which seems broken currently:

image

(https://github.com/publiclab/plots2/issues/1063)

iem-saad commented 1 year ago

Hi @jywarren is this still open? If so, i would love to work on this.