matrix-org / matrix-org/msc-chatbot
Ability to put MSC goal progress in room topic
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Add a new command like:
```
set topic goal Bla bla bla this is my topic. r0 progress: $progress$.
```
And `$progress$` would be replaced by `5/7` for example.
Whenever setting a summary (and this is required), the bot would update the topic.
Contributor guide
Research direction
Start at the bot's command handling for `set topic goal` and the existing summary-setting flow. Trace how MSC progress is calculated and how room topics are updated. Done means the command accepts `$progress$`, replaces it with a value such as `5/7`, and updates the topic whenever a summary is set.
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