Private Issues: “Privatize” Comments #594
Labels
No labels
Backlog Status
Needs Review
Backlog Status
Ready
Chore
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#636 Private Issue Comments: Action, etc.
forge/forge
#637 Private Issue Comments: Attachment
forge/forge
#638 Private Issue Comments: ContentHistory
forge/forge
#639 Private Issue Comments: Reaction
forge/forge
Reference
forge/forge#594
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story
As someone posting sensitive data in a private issue,
I want that my comments stay private and don’t get leaked,
so that I can confidently share information in these tickets.
Acceptance Criteria
Tasks & Spikes
commentandprivate_commenttables to share unique IDs between themBackground
As discussed with Gusted from Forgejo, private comments should live in their own DB table, too, so they need the same treatment as issues, i.e.:
issue&private_issuetables ⇒comment&private_comment.The existing migration script for issues should be extended, so it covers both issues and comments.
See #168 about issues for reference.
sql.NullInt64tooptional.OptionPrivate Issues: Privatize Commentsto Private Issues: “Privatize” CommentsBumping SPs to reflect increased complexity.
Hmm, having banged my head against this for a while, this feels more like a (sub-) epic which can be broken down into smaller tickets.
Also, here’s some progress (against the "Foundational Changes") commit/branch: https://codeberg.org/nilsph/forgejo/src/branch/private-issues-backend-foundational