Activity Feed

  Dennis Hackethal revised idea #2305 and marked it as a criticism.

I started a discussion earlier, and what I wrote in the “about” section of the discussion was not written well. I would like to revise it. Is this possible? If not, is there an intention to make this possible eventually?

I started a discussion earlier, and what I wrote in the “about” section of the discussion was not written well. I would like to revise it. Is this possible? If not, is there an intention to make this possible eventually?

  Dennis Hackethal revised idea #1790 and marked it as a criticism.

Feature to collapse all criticized ideas of a discussion? Useful for todo lists.

Feature to collapse all criticized ideas of a discussion? Useful for todo lists.

  Dennis Hackethal addressed criticism #1760.

All emails have unsubscribe links, but people shouldn’t be able to unsubscribe from system emails like password resets.

#1760·Dennis HackethalOP, 2 months ago

This is not applicable anymore.

  Dennis Hackethal revised idea #1586 and marked it as a criticism.

Need email notifications.

Need email notifications.

  Dennis Hackethal addressed criticism #456.

Mostly done, apart from some polishing, as of 5f5c545. Eg @dennis-hackethal.

#456·Dennis HackethalOP revised about 1 year ago

If it’s mostly done, what’s missing?

  Dennis Hackethal addressed criticism #426.

Done as of cc8e3e9. It now says ‘x unchanged lines collapsed’. See eg this activity.

#426·Dennis HackethalOP revised about 1 year ago

Now that diffs are formatted, they don’t omit unchanged lines anymore.

  Dennis Hackethal commented on criticism #2701.

Old ideas can pollute discussions. Like in this meta thread.

#2701·Dennis HackethalOP revised 6 days ago

Proposed solution: allow people to archive ideas. Maybe only their own.

  Dennis Hackethal addressed criticism #2708.

There could be periodic reminders and a review board to make it easier.

#2708·Dennis HackethalOP, 6 days ago

That could just annoy people and cause them to unsubscribe from emails.

  Dennis Hackethal addressed criticism #2706.

This could inadvertently hide dormant but important ideas.

#2706·Dennis HackethalOP, 6 days ago

Could do it only for ideas with pending criticisms. If they have pending criticisms, how important can they be? This has the added benefit of creating an incentive for proponents of ideas to address criticisms.

  Dennis Hackethal addressed criticism #2707.

People might just forget to do this.

#2707·Dennis HackethalOP, 6 days ago

There could be periodic reminders and a review board to make it easier.

  Dennis Hackethal criticized idea #2703.

Proposed solution: edit a discussion to hide top-level ideas. That way, discussion owners can hide ideas they no longer deem relevant.

For example, completed tasks in discussions used as issue trackers, like this Meta thread, could be hidden so they don’t pollute the thread.

There could be a button for users to reveal hidden ideas so nothing is lost or hidden dishonestly. And direct links to hidden ideas would continue to work.

#2703·Dennis HackethalOP, 6 days ago

People might just forget to do this.

  Dennis Hackethal criticized idea #2704.

Proposed solution: ideas could be archived automatically if they haven’t been revised or criticized in 90 days, say.

#2704·Dennis HackethalOP, 6 days ago

This could inadvertently hide dormant but important ideas.

  Dennis Hackethal criticized idea #2703.

Proposed solution: edit a discussion to hide top-level ideas. That way, discussion owners can hide ideas they no longer deem relevant.

For example, completed tasks in discussions used as issue trackers, like this Meta thread, could be hidden so they don’t pollute the thread.

There could be a button for users to reveal hidden ideas so nothing is lost or hidden dishonestly. And direct links to hidden ideas would continue to work.

#2703·Dennis HackethalOP, 6 days ago

This requires manual action. Could mean a lot of work depending on the discussion.

  Dennis Hackethal commented on criticism #2701.

Old ideas can pollute discussions. Like in this meta thread.

#2701·Dennis HackethalOP revised 6 days ago

Proposed solution: ideas could be archived automatically if they haven’t been revised or criticized in 90 days, say.

  Dennis Hackethal commented on criticism #2701.

Old ideas can pollute discussions. Like in this meta thread.

#2701·Dennis HackethalOP revised 6 days ago

Proposed solution: edit a discussion to hide top-level ideas. That way, discussion owners can hide ideas they no longer deem relevant.

For example, completed tasks in discussions used as issue trackers, like this Meta thread, could be hidden so they don’t pollute the thread.

There could be a button for users to reveal hidden ideas so nothing is lost or hidden dishonestly. And direct links to hidden ideas would continue to work.

  Dennis Hackethal revised criticism #2698.

Feature idea: edit a discussion to hide top-level ideas. That way, discussion owners can hide ideas they no longer deem relevant.

For example, completed tasks in discussions used as issue trackers, like this Meta thread, could be hidden so they don’t pollute the thread.

There could be a button for users to reveal hidden ideas so nothing is lost or hidden dishonestly. And direct links to hidden ideas would continue to work.

Old ideas can pollute discussions. Like in this meta thread.

  Dennis Hackethal addressed criticism #2573.

Fixed as of f7833c6.

#2573·Dennis HackethalOP, 12 days ago

I can still reproduce the issue by clicking on the button to collapse/expand an idea.

  Dennis Hackethal revised criticism #2697.

Feature idea: edit a discussion to hide ideas. That way, discussion owners can hide ideas they no longer deem relevant. (For example, completed tasks in discussions used as issue trackers, like this Meta thread.) There could be a button for users to reveal hidden ideas so nothing is lost of hidden dishonestly.

Feature idea: edit a discussion to hide top-level ideas. That way, discussion owners can hide ideas they no longer deem relevant.

For example, completed tasks in discussions used as issue trackers, like this Meta thread, could be hidden so they don’t pollute the thread.

There could be a button for users to reveal hidden ideas so nothing is lost or hidden dishonestly. And direct links to hidden ideas would continue to work.

  Dennis Hackethal submitted criticism #2697.

Feature idea: edit a discussion to hide ideas. That way, discussion owners can hide ideas they no longer deem relevant. (For example, completed tasks in discussions used as issue trackers, like this Meta thread.) There could be a button for users to reveal hidden ideas so nothing is lost of hidden dishonestly.

  Dennis Hackethal addressed criticism #2679.

cmd + f won’t work reliably.

#2679·Dennis HackethalOP, 7 days ago

This problem will surface rarely – users would have to hit cmd + f immediately upon opening the page. For most users, by the time they start typing, the page is already fully loaded. So this seems like a small price to pay in exchange for discussion pages that always render faster.

  Dennis Hackethal addressed criticism #2679.

cmd + f won’t work reliably.

#2679·Dennis HackethalOP, 7 days ago

Now that parts of the page are purposely and visually disabled (see #2694), users may not expect everything to be working 100% during a loading state.

  Dennis Hackethal addressed criticism #2671.

JS modules are always deferred and unusable until the page is fully loaded. As a result, comment buttons and gutters won’t work while ideas are still streaming onto the page.

#2671·Dennis HackethalOP, 7 days ago

I now purposely prevent interactions with buttons and gutters, and gray them out, until the page is fully loaded. So instead of broken hover effects and interactions, the user gets intentionally disabled elements, and this intentionality is communicated to them.

Once the page is fully loaded, buttons and gutters are enabled and visually restored.

Since the browser’s loading indicator remains visible until then, this behavior shouldn’t violate user expectation.

  Dennis Hackethal addressed criticism #2692.

I could override authenticate_user! in the DiscussionsController.

#2692·Dennis HackethalOP, 7 days ago

That means duplicate functionality; anytime I customize Devise in the future, I’ll have to remember to adjust this one method as well.

  Dennis Hackethal addressed criticism #2670.

Incompatible with Devise authentication: https://github.com/heartcombo/devise/issues/2332

#2670·Dennis HackethalOP, 7 days ago

I could override authenticate_user! in the DiscussionsController.

  Dennis Hackethal addressed criticism #2670.

Incompatible with Devise authentication: https://github.com/heartcombo/devise/issues/2332

#2670·Dennis HackethalOP, 7 days ago

I could extract discussions#show into a new, separate StreamController or something like it. That controller would not use Devise.