Skip to content
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

Comments interface for items promoted to Posts #1182

Open
boonebgorges opened this issue Jul 31, 2024 · 0 comments
Open

Comments interface for items promoted to Posts #1182

boonebgorges opened this issue Jul 31, 2024 · 0 comments

Comments

@boonebgorges
Copy link
Contributor

Currently, you can post a comment on an item during nomination #843, and you can interact with comments on the Nominated and Feed Item Reader interfaces. It's not currently possible to see these comments after an item is promoted to a Post. Let's improve this by expanding on the work in #843 to introduce a full-fledged comment interface when viewing a Post that was created through the PF workflow.

Note that PF items are duplicated as they move through the lifecycle. So, for example, pf_feed_item with ID 123 might become nomination with ID 124, which might become post with ID 125. Comments all have to live with the same item, so we'll have to use the 'id_for_comments' feature that exists elsewhere in PF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant