azerothcore / Keira3

Official Database Editor for AzerothCore. Completely open-source and cross-platform, built with modern web technologies.
https://www.azerothcore.org/Keira3
GNU Affero General Public License v3.0
350 stars 147 forks source link

[Feature Request] Automatically Calculate [count] when editing items. #2667

Closed StraysFromPath closed 3 weeks ago

StraysFromPath commented 10 months ago

There's a very unusual minigame when making items.

Each time you add an attribute (e.g agility) you must ALSO increase "count" by 1.

I think this could be automated by checking how many attribute fields have values and setting count to that.

This might seem like work at first, but this saves 30 seconds to 1 minute for every item made by every person.

If 500 people make 500 items a year, that's 4000 hours of human time saved by automatically calculating count.

It also makes editing easier/more accessible for new people as the clandestine test of "do you already know how count works - it's not explained anywhere but do you know?" is removed for new users.

MKokeshi commented 9 months ago

You're absolutely right, automating the "count" mechanic seems like a great way to improve efficiency and user experience! Here are some thoughts on your approach:

Pros:

Considerations:

Overall, automating the count seems like a positive step with several benefits. Carefully considering the implementation details and potential edge cases will ensure a smooth and successful integration.

StraysFromPath commented 9 months ago

What in the chatGPT nonsense is that.