-
-
Notifications
You must be signed in to change notification settings - Fork 463
Allow tags per event #1549
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
Allow tags per event #1549
Conversation
Interesting Another idea is the ability to display or not tags. Users should be able to add or not the displaying of the tags I think. |
About the filter, yes, I think I can improve that. About the hability of enable/disable tags display, I don't know what is the real value of not showing the tags. I can do it, but what is the use case? |
For the people using the website since several years, they just want to keep a simple usage and simple reading. I think the language can be very helpful 💪. |
Now I improved the tags selector, it is way more compact, so it shouldn't be a problem for the list view. Also is more ergonomic. I removed the type tag, and I added the enable/disable tags. I left it enable by default for easy discovery, but allow people to disable it to go back to the clean interface. I have a question, should I show the tags based filter even if you have the tags disabled? Now it is hiding also the tags filter, but I don't know what do you prefer. |
Another behavior: Enregistrement.de.l.ecran.2025-07-20.a.22.00.42.mov |
"I have a question, should I show the tags based filter even if you have the tags disabled? Now it is hiding also the tags filter, but I don't know what do you prefer." -> about that, it's the wanted behavior, thanks :). |
I think I have address everything there. The filters now is scrollable (if it is needed), the tags are togglable. The button of the tags on/off is with the filters, the calendar view tags are now shown like in Cfp list view tags. Everything should be working as expected now. Let' me know if you need something else to change. |
Perfecto ❤️ About the tags, is it possible to share your script also? |
The problem with the script being executed recurrently is that you need an ANTHROPIC_API_KEY environment variable set to the right configuration. For now, I'm going to put the script there to automatically generate things, but you need to execute it manually. Then you can decide to run this periodically as part of the CI. Also, another option is to make the CI fail if there is no entry in the TAGS file for the events in the future; that way, you can "force" that everything is at least purposely "ignored". |
Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
This is my proposal to include tags for events.
For now all the tags for 2025 and after were generated by AI, so I'm not sure how accurate they are, but they look fairly accurate for me. I can share the script to generate tags if you want but it would require an Anthropic Claude subscription to execute the script.
I think the final result is very cool, I left it visually lightweight, but I don't want to make it more colorful, applying different colors per type of tag, or things like that.