Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin home + user details API #8

Open
jb3 opened this issue Aug 27, 2024 · 0 comments
Open

Admin home + user details API #8

jb3 opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
component: backend Issues relating to backend/API functionality component: frontend Issues relating to frontend functionality type: feature

Comments

@jb3
Copy link
Member

jb3 commented Aug 27, 2024

Once users login, we need to send them somewhere. We should create an admin homepage that any user token can access which will then direct users to areas they have permissions to access.

In order to render this page, we'll need a backend endpoint that can return details on the current user (most of the user model, realistically) and fetch this on the frontend after login.

We should support pagination and rudimentary search (email, username) on the backend.

@jb3 jb3 added component: backend Issues relating to backend/API functionality component: frontend Issues relating to frontend functionality type: feature labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: backend Issues relating to backend/API functionality component: frontend Issues relating to frontend functionality type: feature
Projects
Status: Todo
Development

No branches or pull requests

2 participants