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
Below a question are buttons for sorting the answers: Pressing one of these buttons results in a page reload, with the answers now sorted according to the chosen criterion. For cases where ...
#2: Post edited
- Below a question are buttons for sorting the answers:
- > ![The three sorting buttons, Score, Active, and Age](https://meta.codidact.com/uploads/fjswpomkf03z2aexhsgykfb5xsdv)
- Pressing one of these buttons results in a page reload, with the answers now sorted according to the chosen criterion.
- For cases where all of the answers fit on a single page (no pagination links), could these buttons instead sort the answers in place, rather than the user having to wait for a page reload?
- ## Browsers without JavaScript
For users who have disabled JavaScript in their browser, the buttons could fall back to being links that perform the page reload that we have currently, so there is no loss of functionality for these users.
- Below a question are buttons for sorting the answers:
- > ![The three sorting buttons, Score, Active, and Age](https://meta.codidact.com/uploads/fjswpomkf03z2aexhsgykfb5xsdv)
- Pressing one of these buttons results in a page reload, with the answers now sorted according to the chosen criterion.
- For cases where all of the answers fit on a single page (no pagination links), could these buttons instead sort the answers in place, rather than the user having to wait for a page reload?
- ## Browsers without JavaScript
- For users who have disabled JavaScript in their browser, the buttons could fall back to being links that perform the page reload that we have currently, so there is no loss of functionality for these users.
- ## Affected questions
- Currently, pagination is added for questions with more than 20 answers, which is rare in most communities, so the majority of questions would benefit from this change. Questions with large numbers of answers are usually only seen in contest categories. For example:
- - [Challenges in Writing](https://writing.codidact.com/categories/20)
- - [Photo Contest in Outdoors](https://outdoors.codidact.com/categories/19)
- - [Contests,Critique in Photography](https://photography.codidact.com/categories/22)
- - [Challenges in Cooking](https://cooking.codidact.com/categories/31)
- - [Challenges in Judaism](https://judaism.codidact.com/categories/34)
- - [Challenges in Code Golf](https://codegolf.codidact.com/categories/49)
- Even there, questions with more than 20 answers are very rare. The only current examples are [6 posts in Challenges in Code Golf](https://codegolf.codidact.com/posts/search?search=answers%3A%3E20).
- The only other examples are from communities that imported questions from Stack Exchange:
- - [Outdoors with 3](https://outdoors.codidact.com/posts/search?search=answers%3A%3E20)
- - [Scientific Speculation with 117](https://scientific-speculation.codidact.com/posts/search?search=answers%3A%3E20)
- - [Judaism with 1](https://judaism.codidact.com/posts/search?search=answers%3A%3E20)
- The highest example, Scientific Speculation, still only has around 10% of its questions having more than 20 answers.
#1: Initial revision
Sorting answers without a page reload
Below a question are buttons for sorting the answers: > ![The three sorting buttons, Score, Active, and Age](https://meta.codidact.com/uploads/fjswpomkf03z2aexhsgykfb5xsdv) Pressing one of these buttons results in a page reload, with the answers now sorted according to the chosen criterion. For cases where all of the answers fit on a single page (no pagination links), could these buttons instead sort the answers in place, rather than the user having to wait for a page reload? ## Browsers without JavaScript For users who have disabled JavaScript in their browser, the buttons could fall back to being links that perform the page reload that we have currently, so there is no loss of functionality for these users.