Skip to content

feat: Implement reverse chronological pagination for information systems#37

Merged
drneox merged 1 commit intomainfrom
fix-paginate
Sep 6, 2025
Merged

feat: Implement reverse chronological pagination for information systems#37
drneox merged 1 commit intomainfrom
fix-paginate

Conversation

@drneox
Copy link
Copy Markdown
Owner

@drneox drneox commented Sep 6, 2025

  • Sort information systems by datetime descending (newest first)
  • Apply ordering in get_information_systems() CRUD function using .order_by(datetime.desc())
  • Ensures most recent systems appear first in pagination
  • Page 1 shows newest systems, Page 2 shows next newest, etc.
  • Improves user experience by showing latest work first without breaking pagination logic

- Sort information systems by datetime descending (newest first)
- Apply ordering in get_information_systems() CRUD function using .order_by(datetime.desc())
- Ensures most recent systems appear first in pagination
- Page 1 shows newest systems, Page 2 shows next newest, etc.
- Improves user experience by showing latest work first without breaking pagination logic
@drneox drneox merged commit 52792ba into main Sep 6, 2025
4 checks passed
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.

1 participant