Skip to content

Change the numbering order in the proposal list page#456

Open
cnu wants to merge 1 commit intopythonindia:masterfrom
cnu:master
Open

Change the numbering order in the proposal list page#456
cnu wants to merge 1 commit intopythonindia:masterfrom
cnu:master

Conversation

@cnu
Copy link
Copy Markdown

@cnu cnu commented Jul 1, 2016

Fixes a minor annoyance in the proposal listing page, where the number
next to the proposal title is numbered from the top.
When a new proposal is submitted, the old proposals are shifted down and
the entire numbering is changed.

By using a revcounter in the forloop, we can show that the first talk
submitted is always displayed the number 1 even if it is pushed to the
bottom and the latest talk submitted will always be displayed the
highest number.

Fixes a minor annoyance in the proposal listing page, where the number
next to the proposal title is numbered from the top.
When a new proposal is submitted, the old proposals are shifted down and
the entire numbering is changed.

By using a revcounter in the forloop, we can show that the first talk
submitted is always displayed the number 1 even if it is pushed to the
bottom and the latest talk submitted will always be displayed the
highest number.
@coveralls
Copy link
Copy Markdown

coveralls commented Jul 1, 2016

Coverage Status

Coverage remained the same at 70.695% when pulling c4184a2 on cnu:master into 7dd648b on pythonindia:master.

@kracekumar
Copy link
Copy Markdown
Member

Could you show a screenshot ?

@theskumar
Copy link
Copy Markdown
Member

btw. instead of reversing the numbering i'm more in favour of removing it all together, what's the purpose of displaying that counter anyways? If we really need to total number of proposals it can be displayed at meta info, something like Total Proposals: X

thoughts?

@sivaa
Copy link
Copy Markdown
Contributor

sivaa commented Jun 23, 2017

@theskumar Agree. Except that it will help us identify when did the Xth(Ex:10th, 100th) proposal is submitted.

@ananyo2012
Copy link
Copy Markdown
Contributor

Sounds legit. Older proposals should be at top. What do you think @palnabarun @pradyunsg

@palnabarun
Copy link
Copy Markdown
Member

Oh yeah. This is a needed change.

Wonder why it was never merged in.

@palnabarun
Copy link
Copy Markdown
Member

palnabarun commented Mar 20, 2020

But, wait this looks a little odd to me.
image

@ananyo2012
Copy link
Copy Markdown
Contributor

But, wait this would look very odd.

Why so ?

@pradyunsg
Copy link
Copy Markdown
Contributor

pradyunsg commented Mar 20, 2020

Do we plan to have voting on the proposals?

If we do, we should drop the numbers and have it show up in a shuffled order.

@ananyo2012
Copy link
Copy Markdown
Contributor

But, wait this looks a little odd to me.
image

Ah I see the proposal order is not reversed rather the numberings are reversed.

@ananyo2012
Copy link
Copy Markdown
Contributor

Do we plan to have voting on the proposals?

If we do, we should drop the numbers and have it show up in a shuffled order.

Votes are rarely used for proposal selection. Last year's CFP disabled voting and did not have voting promotions as well. Voting is usually used to break ties when deciding between 2 very competitive proposals.

@ananyo2012
Copy link
Copy Markdown
Contributor

@palnabarun @pradyunsg On a deeper thought recent proposals should actually come on top so that it will be accessible for reviewers and visitors to see newer proposals rather than scrolling all the way down.

This change reverses the numbering so that numbers are in descending order. There is a earlier comment which suggests removing numbering all together. Except that will not allow to see when Xth proposal was submitted which I guess isn't required anyway? What do you think ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants