Users List #94
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 Users List page to show all users subscribing to the Author's courses.
Narrative
Acceptance Criteria
The
/dashboard/users
route should load all the users subscribing to the Author's courses and show them as a list. Please compose the UI based on this Multi-column directory screen.Scenario 1: View Users List
/dashboard/users
route,/dashboard/users/$userId
route to see the details of that user in the content area.Implementation Model
Image previews
Multi-column directory
Desktop view
Mobile view
Empty state with dashed border
Desktop view
Mobile view
Code snippets
Multi-column directory
Empty state with dashed border
Tasks
app/route/dashboard/users.tsx
file as a route shell rendering all the users subscribing to the Author as well as Remix's Outlet component in the content areaapp/route/dashboard/users/index.tsx
rendering the empty state With dashed borderapp/route/dashboard/users.tsx
file to load all the users subscribing to the Author's courses then show the data into the screenThe text was updated successfully, but these errors were encountered: