-
Notifications
You must be signed in to change notification settings - Fork 5
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
more ergonamic equipment #394
Comments
Hey there,
How would you suggest that? It used to be a button on the character sheet, but there were becoming so many buttons on the character sheet that it was becoming unwieldy and so they were moved to the Settings drawer. I don't want to move all the buttons back onto the character sheet, but I'd be open to other ways to help. My first idea is to add an "Edit" button next to the "Equipment" title on the character sheet that, when clicked, opens the settings drawer.
This only works in very specific situations. Right now, if you search "cutlass" it does filter down to just the "swords" category, but it isn't expanded. If a user were to enter a search string that matched several categories (like just the letter "c") that would mean a lot of expanded categories that would be really inconvenient to scroll through and negatively impact page performance. I appreciate the desire for less clicking, though.
I probably wouldn't do this, but perhaps a "copy" button that would somehow open the custom equipment form with the fields pre-populated with the original item's contents? It would be a decent amount of work, but it's theoretically possible.
You're right. This is a pain. I can definitely see myself adding an "edit" button to items to allow edits to items in a character's inventory.
I keep things grouped by the categories in the BFRPG's Equipment Emporium, that's where the categories come from. I try to keep as much of the verbiage from the game as possible in order to make game content match this site's content. There's a few really good points in here that I could see myself implementing (bolded). Some short term, some long term. Right now, my development schedule is much slower due to my personal life, but I'll keep this issue open for when I have time to add new stuff to the site. Cheers! |
Thanks for looking at this, Its all nitpicks, but it slows things down. Maybe there could be a "favorite/equipted/active items" category that I can "star" items to populate? Its minor, but leads to thinking about where I put that ax instead of thinking about axing this ork |
So, I haven't forgotten about this. In fact I did some experimentation while building Codex.Quest's sister site Glyph.Quest (a Knave 2e character builder/manager). I added an edit button, that when clicked, loads the item in the Add/Edit form and allows the user to edit that item directly and save it. Kinda what you'd like for Codex.Quest, I assume? If so, I can work on implementing this code on C.Q Screen.Recording.2024-09-30.at.8.51.11.AM.mov |
Yes that edit functionality is great. found a small bug though, The select checkbox is also a little wonky, its not clear what it will do (2 clicks delete the item?) But this looks very useful! |
Wow, thanks, good find.
Yeah Knave has a "wound" functionality where your items double as secondary HP. When you get a "wound" you lose an item. Once you are full of wounds, you die. healing (unchecking) reopens a item slot but the item is gone. |
I will work on implementing something similar for codex.quest |
I'm working on this a little each day using what I've learned working on glyph.quest None of this is live yet, but I'm almost done. Every item will have an "edit" button that auto opens the drawer with the form fields filled with the item in context. then saving will just update the item. many many fewer clicks: Screen.Recording.2024-10-09.at.11.00.54.AM.mov |
That looks wonderful! |
This'll be done by end of year... life keeps happening. |
Right now a player's equipment is inconvenient to work with.
Adding equipment is hidden away in the settings menu, but it should probably be more visible
I wish when in the equipment menu if I searched "cutlass", it would filter down to just the "swords" category, and auto-expand the category.
I wish I could edit the default cutlass right there, instead of filling in each category by hand
I also wish I could edit existing equipment from the main page.
If my sword gets cursed, I have to make a new sword, then delete the current one
It all works, but its too fiddly. I don't need my weapons split by axes/swords/polearms, I just need my hitting-stuff
The text was updated successfully, but these errors were encountered: