MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Improve course registration list loading times #547

Open ddabble opened 1 year ago

ddabble commented 1 year ago

[Originally created on the "Dev-Web" Trello board, by @ddabble on May 25, 2021]

This should ideally be done through pagination, which Django's ListView supports out of the box. In other words, the JavaScript code that dynamically updates the table, should be removed in favor of this much easier and robust approach.