pycontw / pycon.tw

PyCon TW Proposal System & Backend Server
https://tw.pycon.org/prs
MIT License
95 stars 107 forks source link

fix(reviews/talk_proposal): enlarge paginate_by as temp solution #1073

Closed mattwang44 closed 2 years ago

mattwang44 commented 2 years ago

Types of changes

Description

In summary, the review page adopts pagination on the proposal listing (100 per page) in the views but the frontend page does not handle the pagination, which leads to displaying the wrong total number as 100. The reason why this issue is firstly-discovered today since released (6 years ago) is it's the first time we received more than 100 proposals.

Simply raise the paginate_by of Django's ListView as a temporary solution.

Related Issue

1072