Skip to content

Chat rooms ordered by last activity timestamp front#6177

Ben requested to merge feat/room-order-f6177 into master

Ticket(s) / Related Merge Requests

front#6177

Summary of Changes

Have room ordered by last activity timestamp (room created OR last message)

Testing Considerations

  • Empty rooms that are just created appear at the top.
  • Order is by the MAX of room creation time OR last message time.

Deployment Considerations

Standard deployment.

Regression Scope

Chat room list query.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Manual, unit (phpspec).

Screenshots / Screen Recording

image

simplescreenrecorder-2024-05-13_19.02.11

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports