You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket focuses on enhancing user engagement through the implementation of a "Retweet" functionality. The goal is to provide users with the ability to share interesting posts within the application, fostering interaction and expanding the reach of valuable content.
Changes Recommended
Retweet Button:
Introduce a "Retweet" button to posts, allowing users to share content with their followers.
Implement a visual indicator, such as a circular arrow icon, to represent the "Retweet" action.
Redux Integration:
Modify the api/posts to store and track user retweets for each post.
Ensure the posts include the updated amount of retweets in real time.
Manage all of this funcionality only in Redux state of the posts since there's not access to the mock data base
User Interface Update:
Update the post component to display the number of retweets each post has received.
Implement real-time updates to reflect changes in like counts without requiring a page reload.
Additional Information:
Developers are encouraged to refer to the feat: mock data api #8 to understand how the api/posts endpoint works and successfully implement the changes required for the app to record retweets.
Impact
The introduction of a "Retweet" functionality enriches the user experience by adding a social dimension to our platform. Users gain the ability to share valuable content, contributing to a sense of community and interaction. Please note that, as a recommendation, the retweets functionality may work only on the Redux state due to the app's use of mock data without direct database access.
The text was updated successfully, but these errors were encountered:
About the Ticket
This ticket focuses on enhancing user engagement through the implementation of a "Retweet" functionality. The goal is to provide users with the ability to share interesting posts within the application, fostering interaction and expanding the reach of valuable content.
Changes Recommended
Retweet Button:
Redux Integration:
api/posts
to store and track user retweets for each post.User Interface Update:
Additional Information:
Impact
The introduction of a "Retweet" functionality enriches the user experience by adding a social dimension to our platform. Users gain the ability to share valuable content, contributing to a sense of community and interaction. Please note that, as a recommendation, the retweets functionality may work only on the Redux state due to the app's use of mock data without direct database access.
The text was updated successfully, but these errors were encountered: