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

feat: Anonymous (optionally) reactions #69

Merged
merged 10 commits into from
Jul 17, 2023
Merged

Conversation

imorland
Copy link
Member

@imorland imorland commented Jul 17, 2023

This pull request introduces a new feature that allows guest/anonymous users to react to posts. This feature can be toggled on or off via an admin setting. The default is off.

Here is a summary of the changes:

  1. Backend: Logic has been added to handle reactions from anonymous users. This includes creating, deleting, and fetching reactions. The data structure has been updated to include anonymous reactions in the reaction counts.

  2. Frontend: The components that display reactions have been updated to support anonymous users. This includes the reactions list on each post, the modal that shows all reactions to a post, and the action to add a reaction.

This feature enhances the interactivity of forums by allowing guest users to react to posts. It also provides forum admins with more control over the level of interaction they want to enable on their forums.

Admin:
image

Forum:
image

@imorland imorland marked this pull request as ready for review July 17, 2023 10:51
@imorland imorland merged commit 0bcd3d8 into master Jul 17, 2023
@imorland imorland deleted the im/anonymous-reactions branch July 17, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants