szabgab / crystal-mine.cr

Analyzing all the source-code using the Crystal programming language
https://crystal-mine.org/
3 stars 0 forks source link

Implement pagination of the results #30

Closed szabgab closed 3 years ago

szabgab commented 3 years ago

We need this before we can index all the data and before we can have sub-lists of items linked from the stats page.

szabgab commented 3 years ago

For this we probably need a bigger test dataset. For that we have to be able to store that bigger dataset in both .json and .sql format as we have the spec/data.* files now, but maybe it is better to reflect the name of the spec/repos.txt file

szabgab commented 3 years ago

Listing of shards was removed from the main page. Pagination was added to search results.