Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

UserSelect dropdown for some views #128

Open
2 of 4 tasks
geoversed opened this issue Jun 6, 2024 · 2 comments
Open
2 of 4 tasks

UserSelect dropdown for some views #128

geoversed opened this issue Jun 6, 2024 · 2 comments
Assignees
Labels
economy Relevant to the economy system. feature This is a feature request. misc Relevant to miscellaneous features and commands.

Comments

@geoversed
Copy link
Owner

geoversed commented Jun 6, 2024

Is your feature request related to a problem? Please describe.
A good example is the balance view. When you view any user, if you want to view another user as well, you'll need to call the command again. This addition removes the need for that. You simply type in the new user you want to view on the select menu. Though, this won't work on users that aren't members of the invocation guild.

Describe the solution you'd like
Can be used for:

  • Viewing a user's balance
  • Viewing a user's profile
  • Viewing a user's command usage
  • Viewing a user's multipliers (Not planned)

This will mean that because we can't restrict the users displayed on the select menu, we'll need to implement checks to see if the user is registered (i.e., in the database).

Describe alternatives you've considered
WIP

Additional context
WIP

@geoversed geoversed added feature This is a feature request. economy Relevant to the economy system. misc Relevant to miscellaneous features and commands. labels Jun 6, 2024
@geoversed geoversed self-assigned this Jun 6, 2024
@geoversed geoversed moved this to Backlog in c2c Development Jun 6, 2024
@geoversed geoversed pinned this issue Jun 20, 2024
@geoversed
Copy link
Owner Author

geoversed commented Jul 8, 2024

We have decided not to implement the dropdown for the multipliers because the view has already gotten far too crowded. Currently there are 1 select menu and 4 buttons on 2 different rows. Too many items for the sake of reducing command usage is creating more overhead than we'd like.

We will implement a user select dropdown for viewing a user's profile and command usage as intended, but our ability to work on the former is hindered by the issue on implementing custom profiles. Meaning it won't be implemented on the former until #110 is resolved. The latter should be implemented by today though.

Edit: The user select dropdown has now been implemented into the user usage command. All that's left now is the profile user select, which will be heavily delayed as mentioned.

@geoversed geoversed moved this from Backlog to In progress in c2c Development Jul 8, 2024
@geoversed geoversed unpinned this issue Jul 12, 2024
@geoversed
Copy link
Owner Author

Questioning whether it is a good idea to place member selects on views that already have another select, like multipliers and soon to be the inventory view. On one hand, it could get too crowded and on the other, there's less command's being called.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
economy Relevant to the economy system. feature This is a feature request. misc Relevant to miscellaneous features and commands.
Projects
No open projects
Status: In progress
Development

No branches or pull requests

1 participant