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

Remove unused group upsert API #8988

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

seanh
Copy link
Contributor

@seanh seanh commented Oct 2, 2024

This API was added for our own LMS app:

#5428

But the LMS app doesn't use this API anymore (and actually I'm not sure
it ever did) and it doesn't look like anything else ever used it.

In upcoming PRs we need to make changes to group-related APIs (for
example instead of only a group's creator being able to edit/update a
group, all of a group's owners and admins need to be able to). Let's
first remove this unused API so we don't have to deal with updating it,
especially since this API's code is entangled with other APIs that we do
need to update.

Slack thread: https://hypothes-is.slack.com/archives/C4K6M7P5E/p1724926065440579

@seanh seanh requested a review from marcospri October 2, 2024 11:56
This API was added for our own LMS app:

#5428

But the LMS app doesn't use this API anymore (and actually I'm not sure
it ever did) and it doesn't look like anything else ever used it.

In upcoming PRs we need to make changes to group-related APIs (for
example instead of only a group's creator being able to edit/update a
group, all of a group's owners and admins need to be able to). Let's
first remove this unused API so we don't have to deal with updating it,
especially since this API's code is entangled with other APIs that we do
need to update.

Slack thread: https://hypothes-is.slack.com/archives/C4K6M7P5E/p1724926065440579
@seanh seanh force-pushed the remove-unused-group-upsert-api branch from e38853e to 48fb691 Compare October 3, 2024 10:08
@seanh seanh merged commit 7f0999b into main Oct 8, 2024
9 checks passed
@seanh seanh deleted the remove-unused-group-upsert-api branch October 8, 2024 11:17
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