-
Notifications
You must be signed in to change notification settings - Fork 2
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
✨ Use the rich precense feature of discord to communicate the current update status. #84
Comments
Coole Idee! |
Vielleicht wäre es besser dass der Bot wenn er Fertig ist den Status "Fetch Finished" für ein paar Sekunden anzeigt. |
@antonplagemann Kann natürlich auch sein, dass die Verarbeitung mal etwas länger andauert. Sei es durch eine langsame Moodle Instanz oder einfach die Menge an Daten 📦📦📦📦 Ich denke, es wäre hierfür mal sinnvoll zu schauen, wie funktional die Discord-API dafür ist und wir es einfach ausprobieren. Kann natürlich auch sein, dass die API zu langsam ist, man also als Endnutzer nichts sieht oder vielleicht auch der Ratelimiter dazwischen funkt, weil wir die Aktivität mehrmals innerhalb einer Sekunde ändern. Versuchen wir es einfach 🧑🔬 |
Dass er fertig wäre, würde ja durch die Anzeige eines neuen Zeitstempels verdeutlicht werden - also STATE-2. Aber vielleicht denke ich da zu vereinfacht 😄 Wie siehst du das @antonplagemann ? |
Description:
The Rich Presence feature of Discord looks very cool and bots can communicate over it for example how to get started (e.g. "Listens for !help"). We can use this feature to display the current moodle-fetch status.
Let's define the following states:
Links:
Idea by @Stektax #83 (comment)
🟢 In scope:
🔴 Not in scope:
What should be the result?
IF the bot starts to fetch new updates
THEN the activity will be set to STATE-1
IF the bot finished fetching updates,
THEN the activity will display the timestamp of the next fetch.
The text was updated successfully, but these errors were encountered: