You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weapon choices and overclock selections should narrow down as the item "above" them is selected. For example, if a user selects Scout builds, they shouldn't see all of the primary and secondary weapons for all the other classes.
This definitely makes sense and should be a big QoL improvement.
This is going to involve some work regarding our filter JS library - Choices.js . This should be doable. It will involve filter.blade.php and maybe some backend work in LoadoutsController.php
Same with weapons and their overclocks. Shouldn't need to scroll through every overclock when I have the Minigun selected. It's cool that the search bar is a bit more interactive and the name can be filled in to quickly select it, but what if I forget the name?
Agree on this as well - I would expect to apply this behavior to all inputs once we are able to enable it.
Also, it would be nice if clicking on the "Salutes" column would first sort the list by "descending" salutes, meaning the builds with the most salutes appear at the top, followed then by an ascending order. The way it is now, I need to click and wait for a load twice before I can see the top builds in my aforementioned selection, and then twice again after each change I make to my selection.
You are right about this as well, I have noticed this myself but wasn't sure what our users felt. I have heard this a few times and I think it's worth adjusting that.
The library we are using for our tables is working on a PR for this type of functionality, and it would be a change in table.blade.php .
I will say this implementation is "Blocked" until we see that PR, but it is not a huge priority.
Will update progress in this issue.
TASKS:
Implement "subtractive filtering" for fields on the builder. I.e.: logical filters based on previous inputs for character, guns, oc's, etc.
Change Salutes default sorting to desc - wait for PR from our columnsorting library
The text was updated successfully, but these errors were encountered:
From Discord: Message Link
This definitely makes sense and should be a big QoL improvement.
This is going to involve some work regarding our filter JS library - Choices.js . This should be doable. It will involve
filter.blade.php
and maybe some backend work inLoadoutsController.php
Agree on this as well - I would expect to apply this behavior to all inputs once we are able to enable it.
You are right about this as well, I have noticed this myself but wasn't sure what our users felt. I have heard this a few times and I think it's worth adjusting that.
The library we are using for our tables is working on a PR for this type of functionality, and it would be a change in
table.blade.php
.I will say this implementation is "Blocked" until we see that PR, but it is not a huge priority.
Will update progress in this issue.
TASKS:
The text was updated successfully, but these errors were encountered: