DevByte-Community / DevByte-Community/Community-Platform-Frontend
Add Stack Display Provision to Member Cards on Members Page
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
The backend team is currently implementing the stack endpoint for each member. However, there is no frontend provision to display a member’s tech stack (Frontend Developer, Backend Developer, PM, UI/UX Designer etc..) on the member cards within the Members page.
Update the Members page UI to include a dedicated section on each member card for displaying the user’s tech stack (for example, as tags or badges). This should be implemented in a way that aligns with the existing card layout and does not disrupt responsiveness.
Once the stack API is fully implemented and available, proceed with consuming the endpoint and rendering real stack data on each member card. Until then, the implementation should be API-ready and easily pluggable.
Note: The user can only select one stack, as such there should be just a single stack on the user profile.
Contributor guide
Assessment
This issue has not been assessed yet.