[openstreetmap/openstreetmap-website] Add changeset comment search api with filtering by author and time (PR #4359)
Milan Cvetkovic
notifications at github.com
Wed Jan 31 13:37:18 UTC 2024
I think it would be useful to be able select changeset comments relevant to a user - which would include comments to all changesets they are subscribed to. Something along the lines of:
```
select * from changeset_comments
where changeset_id in (
select changeset_id from changesets_subscribers
where subscriber_id=%{user_id});
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4359#issuecomment-1919118569
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4359/c1919118569 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240131/4fd04e7f/attachment.htm>
More information about the rails-dev
mailing list