zeeguu / api

API for tracking a learner's progress when reading materials in a foreign language and recommending further personalized exercises and readings.
https://zeeguu.org
MIT License
8 stars 23 forks source link

Searches and Filters can create conflicts #252

Closed tfnribeiro closed 3 weeks ago

tfnribeiro commented 3 weeks ago

In development, I found that if a user is removing a search that another user is filtering would cause issues for the user removing the search, since we are only checking if other users are also subscribed, but not filtering. This results in the user not being able to delete the search.