-
Notifications
You must be signed in to change notification settings - Fork 3
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
Event planner #54
Comments
Good idea. Will be implemented for |
I've been thinking of two options. First we add some custom emojis for each "main" timezones. This could also be flag emojis... maybe. Flag emojis would get in the way of #43 though so I'd prefer not too. Anyways emoji reactions which would trigger a message with the converted timezone. |
I don't really know too much of how an embed works, could it be some sort of a dropdown menu thing? I like that idea. |
So I've been thinking at it again today. Although the idea did seem nice at first, developing the idea revealed its clear flaws. It would require a lot of clunky setups and lots of constraints for the user. I have thus thought of the use cases of a timezone converter. I've come to reach the conclusion that most cases requiring a timezone converter would be for planned events. Do you agree with this ? |
That sounds pretty good to me. What you're describing seems much simpler, yet still accomplishes the same things. |
Considering the change of plan for this feature here's the new tasklist:
Then we could also add some miscellaneous such as editing events. Bringing it up with another command. Binding a command to the event (ie: send a message in #news, send an invite) for when its countdown ends. Do you think any of those is interesting? Any other feature you'd like? |
The way I see it is that there will be a new
We will have to determine whether removal of an event should alert the subscribed members or not.
If I have not mentioned the possibility to link some fields to existing resources it is because the event creation process should take place in a DM, not in a guild. Thus mentions are not possible and requiring the user to hand-feed IDs not viable. If this is noted as too big of a flaw I could revise the planned method. |
Based on this here are the additional tasks needing to be added:
|
this is the associated python structure that is planned to be used: {
"time": int,
"name": str,
"reminder": int,
"description": str,
"channel": int,
"guild": int,
"role": Union[bool, int]
} |
Maybe all events shouldn't be free. By this I mean that only select members should be allowed to join? Although per-member selection hardly seems doable we could limit to select roles? This would mean that associated role wouldn't be free anymore. However this may be over complicating things since the issuer of the event already choose in which channel to send the event. |
To prevent abuse I'm adding another clearance level: |
My feature request is about
Describe the solution you'd like
I would like the ability to convert times in one timezone to another timezone. For instance, you could run a command with the parameters of 10am GMT-5 to CET, and it would return 10am GMT-5 in CET time.
What needs to be done
see #54 (comment)
The text was updated successfully, but these errors were encountered: