[Serious] How Can CD Improve User Experience (2025)

That was done on 7/2/2025. Case closed.

3 Likes

Thank you for the tip. I finally got around to muting the channel. Now I can efficiently waste more summer time on on CD!

3 Likes

I’d like to see better support and stronger conventions around tags, e.g. # frc2102.

  • Users should by default get notifications for teams they are signed up for. (Yes, I know how to set that up manually.)
  • Tags could have a hover over, e.g. with team details.
  • Tag search should work for posts; currently it only seems to work for topics.
13 Likes

I am all for better searchability organization and linking. I agree with you for being a long term goal we should be working towards.

8 Likes

A tag or category for weekly wins threads would be cool

11 Likes

That only works long term if users actually know how to use them properly. Most posts with tags in them nowadays are spam posts.

If TL3 users are allowed to edit posts again the community might be able to collectively help with organizing.

8 Likes

I’m late to this thread but I think it is too hard to easily distinguish bold text from regular text; bold text should have a heavier font weight. I’ve checked a few posts on other discourse forums (e.g. https://ftc-community.firstinspires.org/t/list-of-known-issues-for-ftc-ml/27) and bold text seems much easier to notice there so I’m not sure why ChiefDelphi is different? This issue’s severity appears to depend a lot on the platform (macOS tends to render text heavier than Windows) and partially the color scheme.

5 Likes

From iOS on the mobile discourse app and I agree, it’s very faint on here and hard to notice if you have bad eyesight.

I figured it out! Bold text is supposed to be font weight 700 in the Open Sans font CD has configured. The problem is that we only load the weight 400 variant of Open Sans. This means that the browser falls back to… something(?) that is barely bolder.

Current theme:

<link href="https://fonts.googleapis.com/css?family=Montserrat:600,700|Open+Sans" rel="stylesheet">

image

Working stylesheet

<link href="https://fonts.googleapis.com/css?family=Montserrat:600,700|Open+Sans:400,700" rel="stylesheet">

image

cc @Brandon_Martus

8 Likes

Bring back the :-1: reaction

30 Likes

Building off of this reply;

A button to collapse individual replies in the header-bar of the reply. Long form speculative AI content is … :plunger: worthy.

4 Likes

To be fair the only thing ChatGPT generated in my reply was the image. I had typed the rest. I do agree with the idea of allowing people to sort of minimize a post, but not based on whether some tool thinks it’s AI generated or not. Those type of systems don’t work great and not all AI usage is spammy garbage. Some can be and I get the resentment towards it.

There is a time and place to use AI like a tool correctly. This is also a reason I will put details blocks even in Non-AI posts just because I feel bad it takes up so much room on screen. Most people can skip over it if they don’t want to see it.

ChatGPT Reply

blah blah

In my mind what becomes difficult is does the system track what you have ā€˜hidden’ all the time or if you refresh the page it goes back to shown again… How useful would it be to constantly re’hide’ a post only for a very temporary purpose that only you can see.

Maybe the best way is to automatically hide the bulk of a long post and allow a read-more button when you want to see the full thing.

Just so that you know,

So some changes will be made around that time, which means Chief Delphi could be down. You can go to the second post of that thread to find out what is changing. All these changes are none of my business. I will leave that to @Brandon_Martus .

Thanks for figuring this out – I’ve applied the changes!

9 Likes