Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Need a better way of finding unanswered questions

+7
−0

As of right now, the only real way to see that a question has no answers is to go off the answer count, which is small and not real easy to see.

On Outdoors where I am not interested in writing answers to the imported questions because I already either answered them or decided not to, this is especially important.

There are a couple of things that could improve this in my opinion

  • Increase the size of the answer count.
  • Have an Unanswered tab.
  • Different background color for unanswered questions.

Right now its kind or hard to find questions to answer.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+5
−0

Update: This has been completed and looks like this:

screenshot of fix


I'd suggest the following solution:

  • If a question has answers (answered), we apply the classes h-bg-green-700 h-p-h-1 h-c-white to .answer-count (causes a green box):
  • If it is unanswered, we apply the classes h-c-red-800 (causes a red font color).

It looks like this:

Screenshot of the suggested changes

We can also reverse this:

  • If a question has answers (answered), we apply the classes h-c-green-700 to .answer-count (causes a green font color):
  • If it is unanswered, we apply the classes h-bg-red-800 h-p-h-1 h-c-white (causes a red box).

Screenshot of the reversed suggested changes

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (2 comments)

Sign up to answer this question »