-
Notifications
You must be signed in to change notification settings - Fork 21
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
Refactor Clan Kill Logs #1454
Comments
StudentAlleg
added a commit
to StudentAlleg/BetterPvP
that referenced
this issue
Feb 5, 2025
Store player name in kill logs to avoid joins or fetching client. Don't re-fetch logs everytime a filter is updated. On load and reload switch to a temporary menu that loads by page, unfilterable. Add PagedCollectionMenu, a PagedGui that fetches the new page contents when changed to that page. Use locks to prevent concurrent modification of certain lists.
2 tasks
StudentAlleg
added a commit
to StudentAlleg/BetterPvP
that referenced
this issue
Feb 12, 2025
Store player name in kill logs to avoid joins or fetching client. Don't re-fetch logs everytime a filter is updated. On load and reload switch to a temporary menu that loads by page, unfilterable. Add PagedCollectionMenu, a PagedGui that fetches the new page contents when changed to that page. Use locks to prevent concurrent modification of certain lists.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improve fetching, load only by page, store player name
Possibly remove non-clan kills being tracked
The text was updated successfully, but these errors were encountered: