Open
Description
As a developer
I want to provide users a feature where they can schedule summaries of the selected channels.
I need to
Implement the /chat-summary-schedule
slash command. When triggered, it will open a modal where the user can enter:
1. Channel names
2. Start time
3. End time
4. Schedule time
Summaries will then be sent to the user’s DM.
So That
Users can quickly generate summaries without visiting every single channel and doing it manually.
Acceptance Criteria
- Slash command /chat-summary-schedule is registered and available.
- Modal UI includes fields for channel selection, start time, end time, and schedule time.
- Scheduled summaries are delivered to the user’s DM at the specified time.