Veritula – Meta

  Edwin de Wit commented on idea #1813.

For example, I had to manually notify Edwin in #1811 of a revision I had made to address a criticism of his. Without this notification, he might miss the revision. If he disagrees that the revision addresses his criticism, that’s a potential error that might not get corrected.

#1813​·​Dennis HackethalOP, 7 months ago

good idea!

  Dennis Hackethal commented on criticism #1812.

When you revise an idea to address a criticism, its author should get a notification so they get a chance to verify that the revision really does address the criticism.

#1812​·​Dennis HackethalOP, 7 months ago

For example, I had to manually notify Edwin in #1811 of a revision I had made to address a criticism of his. Without this notification, he might miss the revision. If he disagrees that the revision addresses his criticism, that’s a potential error that might not get corrected.

  Dennis Hackethal posted criticism #1812.

When you revise an idea to address a criticism, its author should get a notification so they get a chance to verify that the revision really does address the criticism.

  Dennis Hackethal commented on idea #1790.

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

#1790​·​Dennis HackethalOP revised 7 months ago

Or the existing search page could be filtered by discussion. For example, I could link to that page with an additional query param discussion_id=1 or something like that.

  Dennis Hackethal commented on idea #1790.

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

#1790​·​Dennis HackethalOP revised 7 months ago

Or each discussion could have a search/filter form to filter ideas not just by criticized or not but also content and potentially other attributes.

  Dennis Hackethal revised idea #1789.

Feature to collapse all criticized ideas on a page? Useful for todo lists.

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

  Dennis Hackethal posted idea #1789.

Feature to collapse all criticized ideas on a page? Useful for todo lists.

  Dennis Hackethal addressed criticism #1786.

Cycling through the revisions of a leaf reveals its gutter, which should be hidden since it’s a leaf.

#1786​·​Dennis HackethalOP, 7 months ago

Fixed as of 76b7ab4.

  Dennis Hackethal commented on criticism #1786.

Cycling through the revisions of a leaf reveals its gutter, which should be hidden since it’s a leaf.

#1786​·​Dennis HackethalOP, 7 months ago

Make sure cycling between a leaf revision with children and a leaf revision without children properly toggles the gutter.

  Dennis Hackethal posted criticism #1786.

Cycling through the revisions of a leaf reveals its gutter, which should be hidden since it’s a leaf.

  Dennis Hackethal addressed criticism #1780.

Having features to both collapse an idea and hide all its comments seems like an opportunity for unification. Why not just go with collapsing and remove the ability to hide all comments?

#1780​·​Dennis HackethalOP, 7 months ago

Sometimes you just want to hide the comments without collapsing the parent idea.

  Dennis Hackethal revised criticism #1781. The revision addresses idea #1782.

Because that would mean hiding each comment individually if you ever do want to hide all comments of an idea. And sometimes you just want to hide the comments without collapsing the parent idea.

Because that would mean hiding each comment individually if you ever do want to hide all comments of an idea.

  Dennis Hackethal addressed criticism #1781.

Because that would mean hiding each comment individually if you ever do want to hide all comments of an idea. And sometimes you just want to hide the comments without collapsing the parent idea.

#1781​·​Dennis HackethalOP, 7 months ago

Bulk

  Dennis Hackethal addressed criticism #1780.

Having features to both collapse an idea and hide all its comments seems like an opportunity for unification. Why not just go with collapsing and remove the ability to hide all comments?

#1780​·​Dennis HackethalOP, 7 months ago

Because that would mean hiding each comment individually if you ever do want to hide all comments of an idea. And sometimes you just want to hide the comments without collapsing the parent idea.

  Dennis Hackethal posted criticism #1780.

Having features to both collapse an idea and hide all its comments seems like an opportunity for unification. Why not just go with collapsing and remove the ability to hide all comments?

  Dennis Hackethal addressed criticism #1775.

Include (preview of) content in idea URLs: '/ideas/123-first-30-or-so-chars-of-idea-here'.

#1775​·​Dennis HackethalOP revised 7 months ago

Done as of fcf578c.

  Dennis Hackethal addressed criticism #1771.

Fetching the idea is not necessary if the feature is backwards compatible. Can still just use /ideas/123.

#1771​·​Dennis HackethalOP revised 7 months ago

As noted in #1777, fetching the idea actually helps. Well worth the overhead.

  Dennis Hackethal addressed criticism #1769.

That would mean fetching an idea to compute the path for each hashtag. Overhead?

#1769​·​Dennis HackethalOP, 7 months ago

This actually helps to prevent rendering links with IDs that don’t point to any existing idea.

  Dennis Hackethal revised criticism #1763. The revision addresses idea #1774.

Use friendly IDs for ideas? A ‘mixture’ where URLs say '/ideas/123-first-30-or-so-chars-of-idea-here'.

Include (preview of) content in idea URLs: '/ideas/123-first-30-or-so-chars-of-idea-here'.

  Dennis Hackethal addressed criticism #1763.

Use friendly IDs for ideas? A ‘mixture’ where URLs say '/ideas/123-first-30-or-so-chars-of-idea-here'.

#1763​·​Dennis HackethalOP, 7 months ago

Wouldn’t even need friendly ID for that since the URL would contain the ID. Would only need to override to_param to concatenate the idea’s ID and content.

  Dennis Hackethal addressed criticism #1769.

That would mean fetching an idea to compute the path for each hashtag. Overhead?

#1769​·​Dennis HackethalOP, 7 months ago

Seems like minor overhead. It’s not like there are tons of user-generated hashtags everywhere.

  Dennis Hackethal revised criticism #1770.

Elaborate/clarify


Not if the feature is backwards compatible.

Fetching the idea is not necessary if the feature is backwards compatible. Can still just use /ideas/123.

  Dennis Hackethal addressed criticism #1769.

That would mean fetching an idea to compute the path for each hashtag. Overhead?

#1769​·​Dennis HackethalOP, 7 months ago

Not if the feature is backwards compatible.

  Dennis Hackethal addressed criticism #1763.

Use friendly IDs for ideas? A ‘mixture’ where URLs say '/ideas/123-first-30-or-so-chars-of-idea-here'.

#1763​·​Dennis HackethalOP, 7 months ago

That would mean fetching an idea to compute the path for each hashtag. Overhead?

  Dennis Hackethal commented on idea #1764.

The way IG solves this is by rendering the form in a fixed position. It’s still on the bottom but always remains visible.

#1764​·​Dennis HackethalOP, 7 months ago

Facebook does it this way, too.