-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
[Feature] findUpdatedScenes #870
Comments
aside from publishing something like a list object ids and last modified timestamps, Id think the only thing we could maybe use on the sash-box side of things is a also adding a some kind of date modified field directly to objects that just takes the last accepted edit closed date and applies it to the object would help with not having to query a list of edits and just the main object and this field |
Just to put some pen to paper here I opened draft PR #871, which does this. But I also see the merits of just having the less-specific |
Appreciate the PR, but at a glance this looks like a micro-optimization of I'd be interested in seeing an |
Opened up PR #878 with the described |
Opening up discussion on a
findUpdatedScenes
API, first described in stashapp/stash/issues/2903. Original author @mmenanno described it as follows:To me maybe this seems to do too much on the stash-box backend, perhaps the input would be better as the list of stash_id's and the response could be the stash_id's and their last updated time, leaving the identification of more recently scenes to the local stash application. This also seems to mirror what @stg-annon was saying. Curious to hear people's thoughts.
The text was updated successfully, but these errors were encountered: