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

Consider removing comments or reactions on a per-resource level #16

Open
davemcg3 opened this issue Oct 14, 2021 · 0 comments
Open

Consider removing comments or reactions on a per-resource level #16

davemcg3 opened this issue Oct 14, 2021 · 0 comments
Labels
enhancement New feature or request question Further information is requested
Milestone

Comments

@davemcg3
Copy link
Owner

Some users would like to turn comments and/or reactions on or off on a per-status or per-post level. Potentially allow that to be set on each individual resource. Investigate how to do that.

One possibility is to add those settings to each individual resource.
One possibility is to use a join table to tie together polymorphic resources with the appropriate settings you want to be controlled.
One possibility is to build a new model that belongs_to the resources that should be affected by those settings.

Will need to expose in the views as appropriate.
Consider what it would mean to edit the resource and change those settings after comments and/or reactions had already been aggregated. Should you show the existing ones or should they all be cut off or should that be a choice for the user?

@davemcg3 davemcg3 added enhancement New feature or request question Further information is requested labels Oct 14, 2021
@davemcg3 davemcg3 added this to the beyond milestone Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant