mizaki
mizaki
This is the same with manga and chapters. Example: ``` query chaptersByMangaId ($id: ID!, $limit: Int, $after: String) { findMangaById(id: $id) { chapters (first: $limit, after: $after) { nodes {...
You mentioned a log tab in my pull request. Is it in a state where you could push it as a branch that I can test or help on?
Sounds good. I was wondering about the logging myself but started small. All it does is make three tabs in the raid comment div: Raid, Player and Cancelled, with a...
I'll add this here as I think it should fit in. As per #104, it would also be useful to be able to exclude certain raids from the stats, .e.g....
When picking for the raid we take into account attendance. Having the weekly alt run included skews the results. Also, for passing trial we require 80% attendance of the "main"...
Looking at the tables, I was thinking that using the Location may be a way to go. That way you can create a location that disables auto attend and stats...