-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Labels
enhancementNew feature or requestNew feature or requestenhancement/confirmedEnhancements that will be implemented in the futureEnhancements that will be implemented in the futurepr_wantedWill eventually be fixed/implemented upstream, PRs will happily be accepted.Will eventually be fixed/implemented upstream, PRs will happily be accepted.
Milestone
Description
Is your feature request related to a problem? Please describe.
I want to implement a mechanism via the API that notifies all users that have a login date prior to 1 year ago.
Describe the solution you'd like
It would be nice to filter users according to their last_login attribute.
Describe alternatives you've considered
At the moment I would sort the result by the last_login attribute and iterate through it till I reach a date that is earlier than 1 year ago. All other users get notified.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestenhancement/confirmedEnhancements that will be implemented in the futureEnhancements that will be implemented in the futurepr_wantedWill eventually be fixed/implemented upstream, PRs will happily be accepted.Will eventually be fixed/implemented upstream, PRs will happily be accepted.
Type
Projects
Status
Done