Skip to content
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

Create inventory pagination #16

Closed
AbnerSquared opened this issue Sep 20, 2020 · 0 comments
Closed

Create inventory pagination #16

AbnerSquared opened this issue Sep 20, 2020 · 0 comments
Labels
difficulty:easy This issue is a simple fix, and can be resolved quickly. priority:low This issue is queued to be worked on, but isn't important scope:inventory This issue focuses on the inventory service. type:enhancement The issue is intended to introduce a new feature or change existing features.
Milestone

Comments

@AbnerSquared
Copy link
Owner

The inventory display should be able to support pagination. The command for viewing inventories of other users can be renamed to inventoryof, while an extra overload for the main inventory command can be paired, to prevent username/page collision. Another nice thing to include would be to display the total count of each item in a specific group, shown as simple counters on the header. This can be easily resolved using the Paginate class in Orikivo.Text.

Example:
image

@AbnerSquared AbnerSquared added priority:low This issue is queued to be worked on, but isn't important difficulty:easy This issue is a simple fix, and can be resolved quickly. scope:inventory This issue focuses on the inventory service. type:enhancement The issue is intended to introduce a new feature or change existing features. labels Sep 20, 2020
@AbnerSquared AbnerSquared added this to the v1.0.0 milestone Sep 30, 2020
AbnerSquared referenced this issue Oct 1, 2020
This update implements a working level/experience system, tweaks quests to provide more experience, refines the vendor and shop framework, cleans up several stats, and adds a few new features. Tools are now utilized as an item group, inventory has pagination, and game servers are polished with refined game inspection and configurations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:easy This issue is a simple fix, and can be resolved quickly. priority:low This issue is queued to be worked on, but isn't important scope:inventory This issue focuses on the inventory service. type:enhancement The issue is intended to introduce a new feature or change existing features.
Projects
None yet
Development

No branches or pull requests

1 participant