-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The matches list is empty when viewing the index #3
Comments
@jlholm I'm considering hijacking your work around displaying the matches. Thoughts? |
My only concern is that it might look too busy. We can try it and see how it looks. I don't mind coming up with a new design if needed. Also, I have to add some sass styles to fix the scaling on them |
@Serneum What if we sorted matches by date instead of pagination? This way, it only shows X matches on certain dates instead of continually showing all the matches which would become cluttered. We would have buttons to go to the next day, previous day, or a user inputted day? |
Maybe we can hack get_total_pages to look for the number of distinct dates in the database. We'd probably need to find a way to override |
This will likely be best if the list is in reverse order (most recent games first) and with pagination (probably with Scrivener.Ecto and Scrivener.HTML, or kerosene)
The text was updated successfully, but these errors were encountered: