Skip to content

Conversation

@DJeanS03
Copy link
Contributor

@DJeanS03 DJeanS03 commented Nov 2, 2025

  • Adds two columns to the user table: Last login and Created at.
  • Backend enriches context with last_login_at (aggregated from LoginLogging without N+1).
  • Dates rendered in a readable format (DD/MM/YYYY HH:mm), with ISO in title and data-order for stable sorting.
  • Versions persisted table state to users:list:v2:* (query/order/length/page) and disables DataTables’ stateSave to avoid conflicts.

Closes #174.

Base automatically changed from feat/branding-configurable-logo to feat/branding-and-users-list-enhancements November 26, 2025 23:17
Copy link
Contributor

@italovalcy italovalcy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jean, as we talked, please apply some adjustments on this PR to facilitate review:

  1. Please undo all styling changes, unless they are necessary for the implementation you are doing
  2. Please create a column on the users table for "last_login" and apply the respective changes on authentication blueprint to save this information
  3. please leave only the minimal set of changes to make this PR archive its original goal

@DJeanS03 DJeanS03 force-pushed the feat/users-last-login-created-at branch from 7dd558b to a409cbe Compare December 2, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants