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
Currently, the user profile page does not display a list of blogs written by the user. To enhance the user experience, I propose adding a section that lists all blogs authored by the user, providing easy access to their published content.
Proposed Solution
Backend API Endpoint
Create an API endpoint to fetch blogs written by a specific user.
Example: GET /api/users/:userId/blogs
Frontend Implementation
Fetch the list of blogs when the profile page is loaded.
Display blog titles, publication dates, and a short excerpt.
Provide a "Read More" button linking to the full blog post.
UI Enhancements
Use a card or list-based UI for better readability.
Add sorting options (Newest First, Oldest First).
Display a message when no blogs are available.
The text was updated successfully, but these errors were encountered:
Thank you for your interest in contributing, I've assigned this issue to you. Feel free to start working on it, and let me know if you have any questions or need any guidance.
Display User's Blogs on Profile Page
Description
Currently, the user profile page does not display a list of blogs written by the user. To enhance the user experience, I propose adding a section that lists all blogs authored by the user, providing easy access to their published content.
Proposed Solution
Backend API Endpoint
GET /api/users/:userId/blogs
Frontend Implementation
UI Enhancements
The text was updated successfully, but these errors were encountered: