-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[r/boards] initialize reposting #3227
Comments
Hello @salmad3 . You propose a gno/examples/gno.land/r/demo/boards2/post.gno Line 130 in 4944a7e
|
Thanks @jefft0. It wouldn't necessarily modify |
@x1unix will take on |
We don't have this functionality yet, all posts and boards are public.
Existing permission interface will be used to check whether user has write access to a destination board. |
Context:
Reposting lets users share content across boards or within the same board while being able to add their own commentary. This feature ensures clear links to the original post for easy navigation and preserves context for all participants.
Acceptance Criteria:
Replaces reposting functionality that exists in v1.
Includes a
Repost
function that allows users to repost both threads and comments:Example
Ensures reposted content is clearly marked as a repost and provides easy navigation to the original content.
Allows users to add optional text when reposting.
Accounts for permission checks to ensure users have the right to repost content.
Shows both the original post and any additional text added by the reposter.
Adds a "Repost" button or option in the UI for both threads and comments.
Tracks and displays repost counts for original content.
Ensures that reposting respects privacy settings of the original content (e.g., cannot repost from a private board to a public board).
Includes Unit tests to verify reposting functionality, including permission checks and content creation.
Notes:
The text was updated successfully, but these errors were encountered: