-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Suggest a new title" feature to make friendly suggestions of more descriptive titles #919
Comments
Seems like I see this idea from multiple perspectives, one of them is that this is essentially a type of in-line commenting that helps us help each other granularly improve our communication. At first though, reading this does kind of rub me the wrong way because i do love personal / idiosyncratic expression ... but i then i kind of come around to this idea for helping each other clarify our phrasing. I think we're here using the publiclab.org platform and sister platforms to collaborate not only on developing methods but also to collaborate on communicating so more people can get involved. |
Hi @pdhixenbaugh here's the issue about helping to improve titles that we mentioned on the open call earlier today! |
@jywarren I have an idea about this feature. |
Submitting a pr for this!! |
Interesting! This would be in a comment? Maybe one like `[propose:title]`?
…On Jan 13, 2018 3:23 PM, "Vidit" ***@***.***> wrote:
Submitting a pr for this!!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#919 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJzLU-2TXGxJGmkSCDk0ZGN5QcrGAks5tKRCXgaJpZM4KfMPh>
.
|
Yes, this would be in the comment. Currently I have used ( {New Title} ) curly braces instead which could be easily changed according to the design we finalise. |
* added "Suggest new title" feature closes #919 * formatted routes * few changes for simplification * authorisation check to request_title_change method * changes for test faliures * minor changes and enhancements * minor changes * changed inline syntax for title suggestion * written tests * added more tests
@pdhixenbaugh @ebarry this was just completed! :-) 🎈 |
* added "Suggest new title" feature closes publiclab#919 * formatted routes * few changes for simplification * authorisation check to request_title_change method * changes for test faliures * minor changes and enhancements * minor changes * changed inline syntax for title suggestion * written tests * added more tests
This would need some UI design work, but the idea is that it'd be a comment which could actually have a button on it that says something like:
Then that button would directly replace your title. Curious what people think of this idea -- it'd likely need both a new controller action in the notes controller, and some well-thought-through UI design leading into the comment display template: https://github.com/publiclab/plots2/blob/master/app/views/comments/_comments.html.erb
The text was updated successfully, but these errors were encountered: