Private Issues: Fundamental changes for public/private comments #635
Labels
No labels
ai-review-please
Org/Team Modification
Private Issues
Runner Request
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
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
#594 Private Issues: “Privatize” Comments
forge/forge
Reference
forge/forge#635
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?
Summary
Public and private comments need to go into separate DB tables. Do it similar to issues.
Acceptance Criteria
PrivateCommentstruct exists which is a copy ofComment. This is only for storage/retrieval in the database.CommentandPrivateCommenthave hooks which prevent a public one stored into the private table and vice versa.private_commenttable is created in the migration script.Private Issues: Structural changes in Commentto Private Issues: Fundamental changes for public/private commentsImplemented in my feature branch: https://codeberg.org/nilsph/forgejo/src/branch/private-issues-backend-foundational
data-is-privatedata-is-privateCommentnotPrivateComment#712CommentnotPrivateComment