KasperiP / kiderat-desktop

🐀 Kiderat is a fully open-source bot for automating ticket reservations on Kide.app. With Kiderat, you can save time and effort by letting the bot handle the reservation process for you. Since Kiderat is open-source, you can customize the bot to suit your specific needs or contribute to the project's development.
https://www.kiderat.app
GNU General Public License v3.0
9 stars 2 forks source link

Add information hover on tags section #3

Closed KasperiP closed 1 year ago

KasperiP commented 1 year ago

I have implemented a tagging feature for reserving tickets on my repo but have not yet released it. There should be information hover to be added to the settings page before releasing the feature. This hover should explain how the tagging system works.

With the tagging system, users can add tags or keywords to their reservations. The system will then attempt to match these tags with existing ticket variants. If a tag matches a ticket variant, the system will reserve that specific variant(s). However, if no tag matches any of the variants, the system will reserve all available variants.

I believe that adding an information hover will make it easier for users to understand and use the tagging feature effectively.