-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Current Behavior
As the gazelle keeps growing and more issues are created, the archives page will have to list a lot more past issues. Right now, the ArchivesController just gets a set number of issues that seems to be a large enough number to not be a problem for a couple more years if the Gazelle continues to publish once a week, but it'd be good to come up with a better long-term solution.
Possible Solution
We could start by fetching in reverse chronological order so that we don't run into the problem we did this semester where recent articles were visibly missing, and then maybe fetching and displaying more dynamically as the user scrolls down? Or perhaps having multiple numbered pages? This would require some front-end changes, and is a design choice.