nextcloud / nextcloud/summary_bot
Feature: summarai add amount_of_messages
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if the "summarai add hh:mm" command can also be feed with a integer like "summarai add 100" which would instead of a adding a recuring job for a specific time, add a recuring job as soon as the amount of unprocessed messages for the room is reached.
For example:
@summarai add 50
Will always automaticaly create a summary of the chat as soon as the chatroom has 50 unprocessed messages.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the handler for the summarai add hh:mm command and the existing recurring-job scheduling logic. Check how unprocessed messages are counted for a room; done when summarai add 50 schedules summaries when 50 unprocessed messages are reached, while the existing time-based form continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100