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

Order identities and Sessions by "created at" in console #356

Open
5 tasks done
mblarsen opened this issue Oct 31, 2023 · 4 comments
Open
5 tasks done

Order identities and Sessions by "created at" in console #356

mblarsen opened this issue Oct 31, 2023 · 4 comments

Comments

@mblarsen
Copy link

Preflight checklist

Ory Network Project

No response

Describe your problem

The list of identities shows identities by some order. It would be nice to be able to order them by created at (desc) so that you can see recently created identities in the console. This is especially useful for QA and debugging when creating a custom UI.

Describe your ideal solution

Clicking created at in the table would sort by created at.

Workarounds or alternatives

Only alternative right now is to download all identities using cli, import to own db and sort by date.

Version

?

Additional Context

No response

@mblarsen mblarsen added the feat New feature or request. label Oct 31, 2023
@kmherrmann
Copy link

@mszekiel PTAL - the same is true for the activities > sessions view, it should all be reverse chronological. Is this easy to do or would it require more refactoring on the API side?

@mszekiel
Copy link

mszekiel commented Nov 6, 2023

It's easy to achieve, already on my list and work in progress.

@kmherrmann kmherrmann removed the feat New feature or request. label Nov 13, 2023
@kmherrmann kmherrmann changed the title Order identities by "created at" in console Order identities and Sessions by "created at" in console Nov 13, 2023
@aeneasr
Copy link
Member

aeneasr commented Nov 14, 2023

Our API doesn't support ordering yet, so it will be a bit more involved to get this working. Also will need correct indices on the columns or we'll run into timeouts!

@jonas-jonas jonas-jonas assigned jonas-jonas and unassigned mszekiel Jan 17, 2024
@aeneasr aeneasr closed this as completed Jan 29, 2024
@jonas-jonas
Copy link

The identities part still needs to be done, I think. But that's a bit more involved...

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

5 participants