bravecollective / moon-mining-manager

MIT License
6 stars 9 forks source link

Optimization of the Miners overview page #27

Open Cond0mBurst opened 2 months ago

Cond0mBurst commented 2 months ago

I would like to have the performance of the miners overview page optimized.

Each time this is refreshed, it generates hundreds of lines and this takes a very, very long time.

Instead of loading all the data at once, I would like to implement a feature where the data is 'carved up' alphabetically. This means that I can click on a letter corresponding to the first letter of a miner's name (preferably located on the top of the page), and only the records (= miners) starting with that letter will be shown.

This should improve the page's loading time and provide a more efficient user experience.

rmacy commented 1 month ago

we can paginate this page

rmacy commented 1 month ago

We've paginated the page based a result length and can either do table sorts in the backend or we can do alphabetized pagination and keep sorts on the FE