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.

Post History

66%
+2 −0
Q&A Merge abilities help page with abilities dashboard

I think it's important to discuss this, but I'm mildly against the proposal as it stands. In principle I like removing redundancy, but it does serve some purpose here. It seems awkward to have that...

posted 7mo ago by Karl Knechtel‭

Answer
#1: Initial revision by user avatar Karl Knechtel‭ · 2023-10-29T21:16:21Z (7 months ago)
I think it's important to discuss this, but I'm mildly against the proposal as it stands. In principle I like removing redundancy, but it does serve some purpose here. It seems awkward to have that much framing text when simply trying to check one's own abilities, and weird to see information specific to oneself when looking up documentation. I don't think that adding a user switch to the interface resolves that weirdness, either.

I'd like to offer a countering proposal:

* Have the abilities dashboard directly link to the corresponding help entry, in the opening summary.

* Replace the explanations of individual abilities on the Help page, with an appropriately framed link back to the user's own ability page. Something like:

  ```
  A detailed list of abilities is shown
  [on your Abilities dashboard](//site.codidact.com/abilities),
  which is linked from [your user page](//site.codidact.com/users/me)
  in the sidebar. You can similarly access information about other
  users' abilities from their user pages.
  ```

Although it would arguably be better to have abilities appear as a *tab* of the user page instead, the same way that e.g. Activity and Vote Summary do. (But that's a separate feature request.)

This sort of cross-linking allows the right information to be in the appropriate place, while still avoiding the risks associated with redundancy (i.e., the risk of creating a regression when the abilities list is changed).