Clearpath-HQ / Clearpath_backend

De-coupled django backend of Clearpath
GNU General Public License v3.0
12 stars 0 forks source link

User State Management #6

Open Samsonroyal opened 3 months ago

Samsonroyal commented 3 months ago

Task: Implement user listing (Django)

Description: Create a Django view and endpoint to retrieve a list of all registered users.

Task: Implement user details retrieval (Django)

Description: Create a Django view and endpoint to retrieve details of a specific user.

Task: Implement user creation (Django)

Description: Create a Django view and endpoint to allow creating a new user account.

Task: Implement user update (Django)

Description: Create a Django view and endpoint to allow updating an existing user's information.

Task: Implement user deletion (Django)

Description: Create a Django view and endpoint to allow deleting a user account.

Task: Implement user invitation (Django)

Description: Create a Django view and endpoint to allow inviting a new user.

Task: Integrate user management with Next.js

Description: Integrate the user state management functionality with the Next.js frontend, allowing users to view and manage their accounts.