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

Sorting feeds #58

Open
tsyesika opened this issue Aug 15, 2013 · 0 comments
Open

Sorting feeds #58

tsyesika opened this issue Aug 15, 2013 · 0 comments

Comments

@tsyesika
Copy link
Owner

Add the ability to sort feeds. This will mean every item needs to have a updated field (if one isn't provided use published value). Having the ability to to do

my_inbox = me.inbox[:100]
my_inbox.sort()

This would result in where my_inbox[0] would be the last updated item and my_inbox[-1] or my_inbox[99] would be the oldest object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant