Skip to content

Only allow 1 remind per post

Martin Santangelo requested to merge only_one_remind into develop

Ticket(s) / Related Merge Requests

#5162 (closed)

Summary of Changes

  • Allow user to remind only once each post.

New logic:

  • If the post is a remind of the same user it shows the undo remind automatically
  • If a post is not a remind and the user hit the remind button we fetch the remind status of it, based on that the app shows remind or undo (this state is remembered the next time the user tap on that post)

Testing Considerations

  • Remind a post
  • The undo remind should be shown on the same post and in the remind

Regression Scope

Reminds

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

android

Screenshots

1707498219084

Screenshot_2024-02-09-12-42-13-589_com.minds.mobile

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports