Skip to content

Remove expired superminds from pending list #2477

Olivia Madrid requested to merge fix/remove-expired-superminds-2477 into master

Ticket(s) / Related Merge Requests

#2477 (closed)

Summary of Changes

When someone is requesting a list of pending superminds (either sent or received), we now exclude superminds that are older than the expiry threshold (7 days) because those ones are expired (not pending).

Testing Considerations

Supermind console

Deployment Considerations

N/a

Regression Scope

Supermind console

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

Local stack - expired superminds no longer appear in the list when the 'pending' filter is on

Screenshots / Screen Recording

image

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

Merge request reports