Open Issues Need Help
View All on GitHubAI Summary: Implement a configuration option to allow users to choose between starting the weekly planning cycle on Monday or Sunday. This involves modifying the existing code to read the configuration setting and adjust the day-of-week calculations accordingly. Thorough testing will be needed to ensure compatibility with existing functionality.
AI Summary: Refactor Time Sage to remove hardcoded TTRPG-specific terminology (campaigns, GMs) and replace it with more generic concepts like 'activities', 'hosts', and 'participants'. This will allow the bot to schedule various types of events, not just TTRPG sessions. The core scheduling logic should remain largely unchanged, focusing on adapting the user interface and data structures to accommodate the broader scope.
AI Summary: Modify the Time Sage Discord bot to allow users to configure the start time of their weekly TTRPG sessions, instead of the current hardcoded 18:30 UTC. This involves changing the code to read a configurable start time from the configuration file and using this time throughout the bot's scheduling and display functions.