CommunityDKP

CommunityDKP

194k Downloads

Brodcast Highest Bid to update Bidframe

ixidion opened this issue ยท 2 comments

commented

Is your feature request related to a problem? Please describe.
If broadcasting is turned off the bidtable is hidden. The Bidframe should still able to show the highest bidder with a new option to broadcast only the highest bid.

Describe the solution you'd like
At the moment only the whole Bidtable can be submitted or none. With this enhancements an additional option "Broadcast only the highest Bid" will be added to the officers options.
The individual player can then decide to run the bidframe in current mode and only showing the current bid in a text field. 2nd mode: the +1/+5 Buttons can be toggled on or off. In on-state the Textbox is updated, each time a new highest-bid is received with highest bid +1/+5. The player can hit submit whenever he/she likes.

Describe alternatives you've considered
Parsing the Raid-Chat is not an elegant solution.
Change for all (2nd mode), but some people might wanna have the current bidframe mode with only the extra information.
There are still scenarios where the bid process should be completely hidden, which means that featuretoggling must be implemented.

Additional context

Additional info
I'm implementing this feature at the moment, but give me feedback & suggestions.

commented

Thank you so much for filing a bug or feature request! You're helping to make CommunityDKP even better!

commented

After anlyzing the problem are a bit. Bug #100 is in the same area.
There is also an updating issue for the bid list, when cancelling a bid. The bid is not updated to the current value.