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

Activity feed: Reactions #349

Merged
merged 3 commits into from
Sep 13, 2024
Merged

Activity feed: Reactions #349

merged 3 commits into from
Sep 13, 2024

Conversation

martastain
Copy link
Member

@martastain martastain commented Sep 12, 2024

List of changes

React to an activity

New endpoint [POST] /api/projects/{project_name}/activities/{activity_id}/reactions with the payload of:

"reaction": "like"

Remove previous reaction

New endpoint [DELETE] /api/projects/{project_name}/activities/{activity_id}/reactions/{reaction}

where {reaction} is a previously created reaction

Retrieving reactions

Graphql sub-node on each activity reactions with the following structure:

image

@martastain martastain linked an issue Sep 12, 2024 that may be closed by this pull request
@martastain martastain self-assigned this Sep 12, 2024
@martastain martastain added the type: feature Adding something new and exciting to the product label Sep 12, 2024
@martastain martastain merged commit 75f6e0f into develop Sep 13, 2024
@martastain martastain deleted the 348-activity-feed-reactions branch October 21, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Adding something new and exciting to the product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Activity feed: Reactions
3 participants