rdmorganiser / rdmorganiser/rdmo
Implement send task interface for RDMO 3.0
Open
@CalamityC is already working on this.
Since Jun 16, 2026.
type:feature-request
- Dominant language
- Python
- Stars
- 133
- Forks
- 60
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 21
Description
Rationale / Begründung
The send task interface needs to implemented in the new dashboard:
- Modal/area/page for the interface which is now at http://localhost:8000/projects/1/issues/1/send/ (for the test fixtures).
- API endpoint to receive the information by the users and send the email.
- API endpoint to receive the information by the users and send via an integration.
References / Verweise
- https://github.com/rdmorganiser/rdmo/blob/main/rdmo/core/settings.py#L279
- https://github.com/rdmorganiser/rdmo/blob/main/rdmo/core/settings.py#L371
- https://github.com/rdmorganiser/rdmo/blob/main/rdmo/projects/views/issue.py#L63
- https://github.com/rdmorganiser/rdmo/blob/main/rdmo/projects/forms.py#L392
- https://github.com/rdmorganiser/rdmo/blob/main/rdmo/projects/templates/projects/issue_send.html and other templates with
issue_send_*.
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.
Assessment
This issue has not been assessed yet.