Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

DM: Set default ordering of sessions to latest active #1497

Closed
Tracked by #1492 ...
kerryarchibald opened this issue Aug 11, 2023 · 2 comments · Fixed by #2369
Closed
Tracked by #1492 ...

DM: Set default ordering of sessions to latest active #1497

kerryarchibald opened this issue Aug 11, 2023 · 2 comments · Fixed by #2369
Labels
A-Device-Management Related to sessions and device management A-Frontend Changes on the React frontend

Comments

@kerryarchibald
Copy link
Contributor

kerryarchibald commented Aug 11, 2023

Latest created sessions should be displayed first.

AC:

  • browser sessions, compatibility sessions and oauth2 sessions are ordered by createdAt DESC by default
@kerryarchibald kerryarchibald added the T-Enhancement New feature of request label Aug 11, 2023
@Johennes Johennes added A-Device-Management Related to sessions and device management T-Enhancement New feature of request Z-MAS-September All the things needed for the MAS release in September and removed T-Enhancement New feature of request labels Aug 16, 2023
@kerryarchibald kerryarchibald added A-GraphQL Changes to the GraphQL API Z-MAS-October All the things needed for the MAS release in October labels Sep 6, 2023
@Johennes Johennes changed the title DM: Set default ordering of sessions to latest created DM: Set default ordering of sessions to latest active Sep 7, 2023
@Johennes Johennes added the ui label Sep 7, 2023
@hughns hughns removed ui Z-MAS-September All the things needed for the MAS release in September labels Sep 8, 2023
@sandhose
Copy link
Member

That's already doable on the backend: instead of paginating forward, with first: N, you paginate backwards, with last: N

@sandhose sandhose added A-Frontend Changes on the React frontend and removed A-GraphQL Changes to the GraphQL API labels Oct 11, 2023
@pmaier1 pmaier1 added the Z-OIDC label Dec 8, 2023
@daniellekirkwood daniellekirkwood removed T-Enhancement New feature of request A-Frontend Changes on the React frontend A-Device-Management Related to sessions and device management Z-MAS-October All the things needed for the MAS release in October Z-OIDC labels Dec 8, 2023
@pmaier1
Copy link
Collaborator

pmaier1 commented Jan 19, 2024

Blocked by backend currently.

@sandhose sandhose added A-Frontend Changes on the React frontend A-Device-Management Related to sessions and device management labels Feb 19, 2024
sandhose added a commit that referenced this issue Feb 19, 2024
Also reverses the order of the sessions to show the most recent ones first.

Fixes #1497
sandhose added a commit that referenced this issue Feb 20, 2024
Also reverses the order of the sessions to show the most recent ones first.

Fixes #1497
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Device-Management Related to sessions and device management A-Frontend Changes on the React frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants