This website requires JavaScript.
Explore
Help
Register
Sign in
ruby
/
Ruby-Cogs
Watch
1
Star
0
Fork
You've already forked Ruby-Cogs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
90
commits
1
branch
0
tags
111
MiB
421946e316
Commit graph
4 commits
Author
SHA1
Message
Date
Valerie
421946e316
Enhance Shop cog by adding logging for exceptions during default shop loading and introducing a flag in the Parser class to differentiate initialization state. Update role validation logic to only execute outside of initialization, improving error handling and user experience during item parsing and shop interactions.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-25 23:18:04 -04:00
Valerie
c9f172c451
Refactor Shop cog to utilize modern UI components for inventory and purchase interactions. Replace menu-based displays with interactive views for better user experience. Update item redemption process to handle pending items with improved confirmation dialogs. Enhance purchase logic to support quantity selection and stock validation.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-25 23:11:37 -04:00
Valerie
a63232fb2a
Refactor Shop cog initialization and enhance item purchase logic. Introduce an
initialize
method to load default shops from CSV if none exist, and improve stock management during purchases by adding checks for item availability and updating inventory accordingly.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-25 23:01:50 -04:00
Valerie
7fc2053951
Add Shop Cog with inventory and trading features. Implement shop management commands for creating, editing, and deleting shops and items. Introduce inventory display and item redemption functionalities. Include example CSV for bulk item addition and enhance user experience with structured menus and checks.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-24 04:09:52 -04:00