-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Is your feature request related to a problem? Please describe.
Currently, the sidebar on the home page, which is supposed to display contributors and "Who to Follow" suggestions, is static and does not dynamically update based on user interactions or changes in the database. This limits the functionality and relevance of the sidebar, making it less engaging for users.
Describe the solution you'd like
I would like to implement a dynamic data rendering mechanism for the sidebar on the home page. The sidebar should:
- Show a basic version of "Who to Follow" suggestions that update based on existing data.
- Ensure that the data is fetched in real-time and updates dynamically without requiring a page refresh.
Describe alternatives you've considered
Implementing a periodic refresh of the sidebar content, but this could lead to performance issues and a less seamless user experience.
Additional context
Implementing this feature will improve user engagement by providing relevant suggestions in the sidebar. This will also encourage users to interact more with the platform, following contributors and discovering new content.