Skip to content
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

Meanwhile items without titles aren't terribly useful #1199

Open
strugee opened this issue Sep 17, 2016 · 2 comments
Open

Meanwhile items without titles aren't terribly useful #1199

strugee opened this issue Sep 17, 2016 · 2 comments
Labels
Milestone

Comments

@strugee
Copy link
Member

strugee commented Sep 17, 2016

Problem: Meanwhile often contains things with descriptions like:

alex posted a note.

This isn't very useful, especially when the description is about a reply, e.g.:

alex posted a comment in reply to a note.

It says almost nothing interesting. If it didn't have links, it'd be a useless part of the interface and we'd probably get rid of it.

Instead of simply saying "a note," I propose we add a part of the note text into the description. For example:

alex posted a note ("Hello, world!")

The additional content would be wrapped in a <q> tag so it was semantically correct, and italicized via style=. Also, we'd truncate longer notes to something reasonable, so that e.g.:

Lorem ipsum dolor sit amet.

would become:

alex posted a note ("Lorem ipsum dolor...")

Thoughts?

@clacke
Copy link

clacke commented Sep 19, 2016

Yes. Absolutely. And exactly like that.

@larjona larjona added the webui label Sep 23, 2016
@jankusanagi
Copy link
Contributor

jankusanagi commented Oct 23, 2016

Do you mean adding that to the web interface representation of the minor feeds, or to the actual activity descriptions?

I ask because anyone creating a client can make their client show nicer stuff, extracting from the object itself, but currently the webUI doesn't do such a thing. That's why I often ask people to title their posts, since that makes the minor feeds on the webUI, or other "limited" clients, much nicer for everyone. So affecting only the webUI's display would probably be enough.

Also, there's a privacy matter to keep in mind. If I post something and later get embarrassed by it, I can delete the post, but the old references to it in the minor feeds, if any, will still be there. If I post something with an embarrassing title, and someone posts a comment to it, and then I delete the post, the "ThatSomeone posted a comment in reply to EMBARRASSING TOPIC" will still be there. Currently, you control how "embarrassing" the title is.

What happens when there is no title and the first words of the "embarrassing" post are used here?

@strugee strugee modified the milestone: Near future Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants