Private Issue Comments: Action, etc. #636

Closed
opened 2026-06-30 12:53:50 +00:00 by nphilipp · 1 comment
Member

Summary

Action (and related types) point to comments, let them differentiate public/private.

Acceptance Criteria

For the Action type (and closely related types, like ActionList, Activity), …

  • … let them alternatively point to the private_comment table.
  • … verify plausibility: it either points to a public or private comment, not both (check before INSERT or UPDATE).
  • … update the migration script accordingly.
  • … update related code dealing with comments to deal with either.
# Summary Action (and related types) point to comments, let them differentiate public/private. # Acceptance Criteria For the `Action` type (and closely related types, like `ActionList`, `Activity`), … - [x] … let them alternatively point to the `private_comment` table. - [x] … verify plausibility: it either points to a public or private comment, not both (check before INSERT or UPDATE). - [x] … update the migration script accordingly. - [x] … update related code dealing with comments to deal with either.
nphilipp added this to the Sprint 24 project 2026-06-30 13:00:40 +00:00
nphilipp changed title from Private Issue Comments: Action to Private Issue Comments: Action, etc. 2026-06-30 13:00:52 +00:00
Author
Member
Implemented in my feature branch: https://codeberg.org/nilsph/forgejo/src/branch/private-issues-backend-foundational
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
forge/forge#636
No description provided.