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
Hello @mo-jaber
I am a Full Stack Developer with a strong background in blockchain and extensive experience in Next.js/React, TypeScript, and Rust. I’ve made over 49 contributions to over 17 projects in the OnlyDust ecosystem, solving complex issues and delivering efficient, scalable solutions.
Description:
Allow an admin to have extra view on the plaform.
Allow an admin to see/manage all users across the platform.
Set up role type = 2 account for an Admin, to provide a different view/permissions/functions beyond a regular user account (role =1)
--
View:
Admin can see all the regular pages that a regular user can see, but will have additional view where they can see/manage users i.e. /users
Show the entire user list, in a table, sorted by oldest to newest of registration date.
Tabled format:
userid
email
type
date registered
Actions (pause account or delete account)
Acceptance Criteria:
0. Ensure the database schema structure is created and migration scripts run.
The text was updated successfully, but these errors were encountered: