User Details #95
Labels
design
General look and feel of the website
enhancement
New feature or request
testing
Automated testing
ui
User Interface
ux
User Experience
Milestone
Description
Implement the User Details page to show particular user details. We can do it after #94.
Narrative
Acceptance Criteria
The
/dashboard/users/$userId
route should load the user information from the database and show it to the Author. Please compose the UI based on this Multi-column directory screen.Scenario 1: View User Details
/dashboard/users/$userId
route,$userId
,Implementation Model
UI-wise, you can reuse the components developed at #71 with some minor tweaks if necessary.
Image previews
Multi-column directory
Desktop view
Mobile view
Code snippets
Multi-column directory
Tasks
app/route/dashboard/users/$userId.tsx
rendering the profile details section of this Multi-column directory screenapp/route/dashboard/users/$userId.tsx
file to load the User data then show the data into the screenThe text was updated successfully, but these errors were encountered: